[gimp] flatpak: Bump openexr from v2.3.0 to v2.5.7



commit 87e621e3a77d1d2318f569f426ad970d35202d7c
Author: Ondřej Míchal <harrymichal seznam cz>
Date:   Fri Oct 15 19:23:11 2021 +0300

    flatpak: Bump openexr from v2.3.0 to v2.5.7
    
    This required subtle changes to the manifest because the upstream
    project no longer publishes separate tarballs with different parts
    of the project.

 build/flatpak/org.gimp.GIMP-nightly.json    | 10 ++++++----
 build/flatpak/patches/openexr-no-docs.patch | 27 +++++----------------------
 2 files changed, 11 insertions(+), 26 deletions(-)
---
diff --git a/build/flatpak/org.gimp.GIMP-nightly.json b/build/flatpak/org.gimp.GIMP-nightly.json
index 8d386559ea..94cccf33bc 100644
--- a/build/flatpak/org.gimp.GIMP-nightly.json
+++ b/build/flatpak/org.gimp.GIMP-nightly.json
@@ -116,6 +116,7 @@
             "modules": [
                 {
                     "name": "ilmbase",
+                    "subdir": "IlmBase",
                     "config-opts": [
                         "--disable-static"
                     ],
@@ -128,8 +129,8 @@
                     "sources": [
                         {
                             "type": "archive",
-                            "url": 
"https://github.com/openexr/openexr/releases/download/v2.3.0/ilmbase-2.3.0.tar.gz";,
-                            "sha256": "456978d1a978a5f823c7c675f3f36b0ae14dba36638aeaa3c4b0e784f12a3862"
+                            "url": 
"https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v2.5.7.tar.gz";,
+                            "sha256": "36ecb2290cba6fc92b2ec9357f8dc0e364b4f9a90d727bf9a57c84760695272d"
                         },
                         {
                             "type": "shell",
@@ -140,6 +141,7 @@
                     ]
                 }
             ],
+            "subdir": "OpenEXR",
             "config-opts": [
                 "--disable-static",
                 "--disable-ilmbasetest"
@@ -155,8 +157,8 @@
             "sources": [
                 {
                     "type": "archive",
-                    "url": 
"https://github.com/AcademySoftwareFoundation/openexr/releases/download/v2.3.0/openexr-2.3.0.tar.gz";,
-                    "sha256": "fd6cb3a87f8c1a233be17b94c74799e6241d50fc5efd4df75c7a4b9cf4e25ea6",
+                    "url": 
"https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v2.5.7.tar.gz";,
+                    "sha256": "36ecb2290cba6fc92b2ec9357f8dc0e364b4f9a90d727bf9a57c84760695272d",
                     "x-checker-data": {
                         "type": "anitya",
                         "project-id": 13289,
diff --git a/build/flatpak/patches/openexr-no-docs.patch b/build/flatpak/patches/openexr-no-docs.patch
index b6fec3722b..04c71886c3 100644
--- a/build/flatpak/patches/openexr-no-docs.patch
+++ b/build/flatpak/patches/openexr-no-docs.patch
@@ -4,36 +4,19 @@ Date: Sun, 24 Apr 2016 13:45:12 +0200
 Subject: [PATCH] Don't build/install the documentation
 
 ---
- Makefile.am | 2 +-
- Makefile.in | 2 +-
+ OpenEXR/Makefile.am | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)
 
-diff --git a/Makefile.am b/Makefile.am
+diff --git a/OpenEXR/Makefile.am b/OpenEXR/Makefile.am
 index 3a232af..937133b 100644
---- a/Makefile.am
-+++ b/Makefile.am
+--- a/OpenEXR/Makefile.am
++++ b/OpenEXR/Makefile.am
 @@ -5,7 +5,7 @@
  ACLOCAL_AMFLAGS = -I m4
  
  SUBDIRS = config IlmImf IlmImfUtil IlmImfTest IlmImfUtilTest \
 -        IlmImfFuzzTest exrheader exrmaketiled IlmImfExamples doc \
 +        IlmImfFuzzTest exrheader exrmaketiled \
-         exrstdattr exrmakepreview exrenvmap exrmultiview exrmultipart
+         exrstdattr exrmakepreview exrenvmap exrmultiview exrmultipart exr2aces
  
  DIST_SUBDIRS = \
-diff --git a/Makefile.in b/Makefile.in
-index c63c319..2a9bae8 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -265,7 +265,7 @@ top_srcdir = @top_srcdir@
- # (an alternative to the acinclude.m4 mechanism)
- ACLOCAL_AMFLAGS = -I m4
- SUBDIRS = config IlmImf IlmImfUtil IlmImfTest IlmImfUtilTest \
--        IlmImfFuzzTest exrheader exrmaketiled IlmImfExamples doc \
-+        IlmImfFuzzTest exrheader exrmaketiled \
-         exrstdattr exrmakepreview exrenvmap exrmultiview exrmultipart
- 
- DIST_SUBDIRS = \
--- 
-2.5.5
-


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]