[gnome-photos/wip/rishi/flatpak-libraw-0.20.0] flatpak: Update LibRaw to 0.20.0




commit b3cfc52b96b6a48922c9e6f83f22f6ad8b48d580
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Aug 25 15:04:42 2020 +0200

    flatpak: Update LibRaw to 0.20.0
    
    Use Kalev Lember's updated pkgconfig patch from Fedora.
    
    https://gitlab.gnome.org/GNOME/gnome-photos/-/merge_requests/140

 flatpak/LibRaw-pkgconfig.patch | 26 +++++++++++++++++++++++++
 flatpak/libraw-pkgconfig.patch | 44 ------------------------------------------
 flatpak/org.gnome.Photos.json  |  6 +++---
 3 files changed, 29 insertions(+), 47 deletions(-)
---
diff --git a/flatpak/LibRaw-pkgconfig.patch b/flatpak/LibRaw-pkgconfig.patch
new file mode 100644
index 00000000..5b60b03b
--- /dev/null
+++ b/flatpak/LibRaw-pkgconfig.patch
@@ -0,0 +1,26 @@
+--- LibRaw-0.20-Beta1/libraw.pc.in~    2020-05-13 14:22:12.656424311 +0200
++++ LibRaw-0.20-Beta1/libraw.pc.in     2020-05-13 14:22:27.481441569 +0200
+@@ -5,7 +5,8 @@
+ 
+ Name: libraw
+ Description: Raw image decoder library (non-thread-safe)
+-Requires: @PACKAGE_REQUIRES@
++Requires.private: @PACKAGE_REQUIRES@
+ Version: @PACKAGE_VERSION@
+-Libs: -L${libdir} -lraw -lstdc++@PC_OPENMP@
++Libs: -L${libdir} -lraw@PC_OPENMP@
++Libs.private: -lstdc++
+ Cflags: -I${includedir}/libraw -I${includedir}
+--- LibRaw-0.20-Beta1/libraw_r.pc.in~  2020-05-13 14:22:18.034430572 +0200
++++ LibRaw-0.20-Beta1/libraw_r.pc.in   2020-05-13 14:22:27.481441569 +0200
+@@ -5,7 +5,8 @@
+ 
+ Name: libraw
+ Description: Raw image decoder library (thread-safe)
+-Requires: @PACKAGE_REQUIRES@
++Requires.private: @PACKAGE_REQUIRES@
+ Version: @PACKAGE_VERSION@
+-Libs: -L${libdir} -lraw_r -lstdc++@PC_OPENMP@
++Libs: -L${libdir} -lraw_r@PC_OPENMP@
++Libs.private: -lstdc++
+ Cflags: -I${includedir}/libraw -I${includedir}
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index 75863680..d68f2239 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -137,12 +137,12 @@
             "sources": [
                 {
                     "type": "archive",
-                    "url": "https://www.libraw.org/data/LibRaw-0.19.5.tar.gz";,
-                    "sha256": "40a262d7cc71702711a0faec106118ee004f86c86cc228281d12d16da03e02f5"
+                    "url": "https://www.libraw.org/data/LibRaw-0.20.0.tar.gz";,
+                    "sha256": "1f0a383da2ce9f409087facd28261decbf6be72cc90c78cd003b0766e4d694a3"
                 },
                 {
                     "type": "patch",
-                    "path": "libraw-pkgconfig.patch"
+                    "path": "LibRaw-pkgconfig.patch"
                 }
             ]
         },


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