summaryrefslogtreecommitdiff
path: root/flatpak
diff options
context:
space:
mode:
Diffstat (limited to 'flatpak')
-rw-r--r--flatpak/org.gnome.Shotwell.json13
-rw-r--r--flatpak/patches/de256-bump-cmake.patch9
2 files changed, 18 insertions, 4 deletions
diff --git a/flatpak/org.gnome.Shotwell.json b/flatpak/org.gnome.Shotwell.json
index 5ad2e6c..7f1cbe5 100644
--- a/flatpak/org.gnome.Shotwell.json
+++ b/flatpak/org.gnome.Shotwell.json
@@ -71,7 +71,7 @@
"sources" : [
{
"type" : "git",
- "commit" : "e60a7c0d490b5bd94524680deb74177d7bfb9ae4",
+ "commit" : "49486f61fb25722cbcf586b7f4320921d46fb38e",
"url" : "https://github.com/opencv/opencv"
}
]
@@ -160,7 +160,8 @@
"sources" : [
{
"type" : "git",
- "url" : "https://gitlab.gnome.org/GNOME/gexiv2.git/"
+ "url" : "https://gitlab.gnome.org/GNOME/gexiv2.git/",
+ "branch": "gexiv2-0.14"
}
]
},
@@ -219,8 +220,12 @@
"sources" : [
{
"type": "archive",
- "url" : "https://github.com/strukturag/libde265/releases/download/v1.0.12/libde265-1.0.12.tar.gz",
- "sha256" : "62185ea2182e68cf68bba20cc6eb4c287407b509cf0a827d7ddb75614db77b5c"
+ "url": "https://github.com/strukturag/libde265/releases/download/v1.0.16/libde265-1.0.16.tar.gz",
+ "sha256": "b92beb6b53c346db9a8fae968d686ab706240099cdd5aff87777362d668b0de7"
+ },
+ {
+ "type": "patch",
+ "path": "patches/de256-bump-cmake.patch"
}
]
},
diff --git a/flatpak/patches/de256-bump-cmake.patch b/flatpak/patches/de256-bump-cmake.patch
new file mode 100644
index 0000000..f0400e7
--- /dev/null
+++ b/flatpak/patches/de256-bump-cmake.patch
@@ -0,0 +1,9 @@
+diff -ruN libde265-1.0.16/CMakeLists.txt libde265-1.0.16-patched/CMakeLists.txt
+--- libde265-1.0.16/CMakeLists.txt 2025-05-04 00:02:09.000000000 +0200
++++ libde265-1.0.16-patched/CMakeLists.txt 2025-07-04 23:09:41.758453727 +0200
+@@ -1,4 +1,4 @@
+-cmake_minimum_required (VERSION 3.5.0)
++cmake_minimum_required (VERSION 3.10.0)
+
+ project (libde265
+ LANGUAGES C CXX