[utilities/skanpage] /: CI: Flatpak: Add opencv, required by kquickimageeditor
Justin Zobel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 28158a134c6116312812d68069480ee4b31e0d2e by Justin Zobel, on behalf of Justin Zobel.
Committed on 02/08/2026 at 11:08.
Pushed by justinzobel into branch 'master'.
CI: Flatpak: Add opencv, required by kquickimageeditor
M +22 -0 .flatpak-manifest.json
https://invent.kde.org/utilities/skanpage/-/commit/28158a134c6116312812d68069480ee4b31e0d2e
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json
index a128a7f..b7d6a9d 100644
--- a/.flatpak-manifest.json
+++ b/.flatpak-manifest.json
@@ -208,6 +208,28 @@
"install -p -D -m 0644 \"traineddata\"/spa.traineddata -t \"${FLATPAK_DEST}/share/tessdata/\";"
]
},
+ {
+ "name": "opencv",
+ "buildsystem": "cmake-ninja",
+ "builddir": true,
+ "config-opts": [
+ "-DWITH_FFMPEG=OFF",
+ "-DBUILD_opencv_apps=OFF"
+ ],
+ "sources": [
+ {
+ "type": "archive",
+ "url": "https://github.com/opencv/opencv/archive/refs/tags/4.13.0.tar.gz",
+ "sha256": "1d40ca017ea51c533cf9fd5cbde5b5fe7ae248291ddf2af99d4c17cf8e13017d",
+ "x-checker-data": {
+ "type": "anitya",
+ "project-id": 6615,
+ "stable-only": true,
+ "url-template": "https://github.com/opencv/opencv/archive/refs/tags/$version.tar.gz"
+ }
+ }
+ ]
+ },
{
"name": "kquickimageeditor",
"buildsystem": "cmake-ninja",