[shotwell] flatpak: Update all dependencies



commit 1a841527047458cb4fdde7da27ad1d7fb3f9df05
Author: Jens Georg <mail jensge org>
Date:   Tue May 25 19:24:20 2021 +0200

    flatpak: Update all dependencies

 flatpak/org.gnome.Shotwell.json        | 36 ++++++++++++++++++++++------------
 flatpak/patches/libraw-pkgconfig.patch |  4 ++--
 2 files changed, 26 insertions(+), 14 deletions(-)
---
diff --git a/flatpak/org.gnome.Shotwell.json b/flatpak/org.gnome.Shotwell.json
index 3cd03eb1..e946114e 100644
--- a/flatpak/org.gnome.Shotwell.json
+++ b/flatpak/org.gnome.Shotwell.json
@@ -70,8 +70,8 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "tag" : "4.3.0",
-                    "commit" : "01b2c5a77ca6dbef3baef24ebc0a5984579231d9",
+                    "tag" : "4.5.2",
+                    "commit" : "69357b1e88680658a07cffde7678a4d697469f03",
                     "url" : "https://github.com/opencv/opencv";
                 }
             ]
@@ -81,8 +81,8 @@
             "sources" : [
                 {
                     "type" : "archive",
-                    "url" : 
"https://github.com/libusb/libusb/releases/download/v1.0.23/libusb-1.0.23.tar.bz2";,
-                    "sha256" : "db11c06e958a82dac52cf3c65cb4dd2c3f339c8a988665110e0d24d19312ad8d"
+                    "url" : 
"https://github.com/libusb/libusb/releases/download/v1.0.24/libusb-1.0.24.tar.bz2";,
+                    "sha256" : "7efd2685f7b327326dcfb85cee426d9b871fd70e22caa15bb68d595ce2a2b12a"
                 }
             ],
             "config-opts" : [
@@ -99,9 +99,9 @@
             "sources" : [
                 {
                     "type" : "archive",
-                    "url" : 
"https://sourceforge.net/projects/gphoto/files/libgphoto/2.5.24/libgphoto2-2.5.24.tar.bz2/download";,
-                    "sha256" : "fd3c578769f0fa389c1e68120f224bd98477aa3d82d16b82746c1266c0d4fb31",
-                    "dest-filename" : "libgphoto2-2.5.24.tar.bz2"
+                    "url" : 
"https://sourceforge.net/projects/gphoto/files/libgphoto/2.5.27/libgphoto2-2.5.27.tar.bz2/download";,
+                    "sha256" : "f8b85478c44948a0b0b52c4d4dfda2de1d7bcb7b262c76bd1ae306d9c63240d7",
+                    "dest-filename" : "libgphoto2-2.5.27.tar.bz2"
                 }
             ],
             "config-opts" : [
@@ -131,8 +131,8 @@
             "sources" : [
                 {
                     "type" : "archive",
-                        "url": "https://download.gnome.org/sources/libgdata/0.17/libgdata-0.17.12.tar.xz";,
-                        "sha256": "a0fd6f8820e8bae019c1f6ffab5af7fcd6d7f147915bb968b56df3ad61b42318"
+                        "url": "https://download.gnome.org/sources/libgdata/0.18/libgdata-0.18.1.tar.xz";,
+                        "sha256": "dd8592eeb6512ad0a8cf5c8be8c72e76f74bfe6b23e4dd93f0756ee0716804c7"
                 }
             ]
         },
@@ -140,20 +140,32 @@
             "name" : "libraw",
             "config-opts" : [
                 "--disable-examples",
-                "--disable-static"
+                "--disable-jasper",
+                "--disable-static",
+                "--enable-jpeg",
+                "--enable-lcms",
+                "--enable-openmp"
             ],
+            "rm-configure" : true,
             "cleanup" : [
                 "/share/doc"
             ],
             "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.2.tar.gz";,
+                    "sha256" : "dc1b486c2003435733043e4e05273477326e51c3ea554c6864a4eafaff1004a6"
                 },
                 {
                     "type" : "patch",
                     "path" : "patches/libraw-pkgconfig.patch"
+                },
+                {
+                    "type": "script",
+                    "dest-filename": "autogen.sh",
+                    "commands": [
+                        "autoreconf -vfi"
+                    ]
                 }
             ]
         },
diff --git a/flatpak/patches/libraw-pkgconfig.patch b/flatpak/patches/libraw-pkgconfig.patch
index 8ef671aa..ecfc9719 100644
--- a/flatpak/patches/libraw-pkgconfig.patch
+++ b/flatpak/patches/libraw-pkgconfig.patch
@@ -23,7 +23,7 @@ index 0e530b2..0c635f0 100644
 -Libs: -L${libdir} -lraw -lstdc++@PC_OPENMP@
 +Libs: -L${libdir} -lraw@PC_OPENMP@
 +Libs.private: -lstdc++
- Cflags: -I${includedir}/libraw
+ Cflags: -I${includedir}/libraw -I${includedir}
 diff --git a/libraw_r.pc.in b/libraw_r.pc.in
 index a7f4535..c4e6028 100644
 --- a/libraw_r.pc.in
@@ -38,6 +38,6 @@ index a7f4535..c4e6028 100644
 -Libs: -L${libdir} -lraw_r -lstdc++@PC_OPENMP@
 +Libs: -L${libdir} -lraw_r@PC_OPENMP@
 +Libs.private: -lstdc++
- Cflags: -I${includedir}/libraw
+ Cflags: -I${includedir}/libraw -I${includedir}
 --
 2.5.0


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