From 06bc9f97f85438e8d470bb1eae1e80ab344335bf Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 22 Mar 2026 11:22:34 +0200 Subject: [PATCH] Update package version to 3.4.7 --- pkg.info | 4 ++-- source-files/glibc-2.43.patch | 19 ------------------- source.sh | 7 ------- 3 files changed, 2 insertions(+), 28 deletions(-) delete mode 100644 source-files/glibc-2.43.patch diff --git a/pkg.info b/pkg.info index f42b12c..681987b 100644 --- a/pkg.info +++ b/pkg.info @@ -1,6 +1,6 @@ name: openexr description: A high dynamic-range image file format library -version: 3.4.6 +version: 3.4.7 revision: 1 url: https://www.openexr.com/ license: BSD-3-Clause @@ -20,4 +20,4 @@ downloads: - url: https://github.com/AcademySoftwareFoundation/openexr/releases/download/v${BPM_PKG_VERSION}/openexr-${BPM_PKG_VERSION}.tar.gz extract_to: ${BPM_SOURCE} extract_strip_components: 1 - checksum: 7ef434e434a9ee0e60c2faa952ea1386d251eb98803e8f0924a2a2cdd9e352bf + checksum: 3744624362dbe6d13985fc73cd67d1ccaa8d0dea97318d27a6dfd5804cdefef5 diff --git a/source-files/glibc-2.43.patch b/source-files/glibc-2.43.patch deleted file mode 100644 index 695589e..0000000 --- a/source-files/glibc-2.43.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff --git a/src/lib/OpenEXRCore/internal_thread.h b/src/lib/OpenEXRCore/internal_thread.h -index 6c3c1032..e40321e1 100644 ---- a/src/lib/OpenEXRCore/internal_thread.h -+++ b/src/lib/OpenEXRCore/internal_thread.h -@@ -10,6 +10,7 @@ - - // Thread-safe single initiatization, using InitOnceExecuteOnce on Windows, - // pthread_once elsewhere, or a simple variable if threading is completely disabled. -+#ifndef __once_flag_defined - #if ILMTHREAD_THREADING_ENABLED - # ifdef _WIN32 - # include -@@ -49,5 +50,5 @@ call_once (once_flag* flag, void (*func) (void)) - } - } - #endif -- -+#endif - #endif /* OPENEXR_PRIVATE_THREAD_H */ diff --git a/source.sh b/source.sh index 3337ca1..6496eab 100644 --- a/source.sh +++ b/source.sh @@ -2,13 +2,6 @@ # BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE # BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT -# The prepare function is executed in the root of the temp directory -# This function is used for putting downloaded files to the correct location or applying patches -prepare() { - cd "$BPM_SOURCE" - patch -Np1 -i "$BPM_WORKDIR"/glibc-2.43.patch -} - # The build function is executed in the source directory # This function is used to compile the source code build() {