[neon/snap-packaging/gwenview-snap/work.core24-test] /: seems the -dev packages are not in qt6-sdk for exiv2 nor cfitsio

Carlos De Maine null at kde.org
Tue Dec 9 02:30:27 GMT 2025


Git commit 4b5f5182c4d1bde0f51c1a1958163e5f44ca79eb by Carlos De Maine.
Committed on 09/12/2025 at 02:30.
Pushed by carlosdem into branch 'work.core24-test'.

seems the -dev packages are not in qt6-sdk for exiv2 nor cfitsio

M  +5    -1    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/gwenview-snap/-/commit/4b5f5182c4d1bde0f51c1a1958163e5f44ca79eb

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 25bced8..d33a375 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -75,7 +75,7 @@ parts:
     libkdcraw:
         plugin: cmake
         source: https://invent.kde.org/graphics/libkdcraw.git
-        source-branch: release/25.08
+        source-branch: release/25.12
         build-packages:
         - libraw-dev
         stage-packages:
@@ -102,6 +102,8 @@ parts:
         - libxkbcommon-dev
         - wayland-protocols
         - libtiff-dev
+        - libexiv2-dev
+        - libcfitsio-dev
         - libpng-dev
         - libpulse0
         - libfreetype-dev
@@ -118,6 +120,8 @@ parts:
         - wayland-protocols
         - libtiff6
         - libpng16-16
+        - libexiv2-27
+        - libcfitsio10t64
         - libpulse0
         - libfreetype6
         - libopenh264-7


More information about the Neon-commits mailing list