Control: tags 1136176 + pending Dear maintainer,
I've prepared an NMU for shotwell (versioned as 0.32.15-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. This contains only the gexiv2 fix, as minimal change for the libraw transition. cu Adrian
diffstat for shotwell-0.32.15 shotwell-0.32.15 changelog | 8 ++++++++ control | 2 +- patches/build-Bump-gexiv2-dependency.patch | 22 ++++++++++++++++++++++ patches/series | 1 + 4 files changed, 32 insertions(+), 1 deletion(-) diff -Nru shotwell-0.32.15/debian/changelog shotwell-0.32.15/debian/changelog --- shotwell-0.32.15/debian/changelog 2026-03-08 15:00:01.000000000 +0200 +++ shotwell-0.32.15/debian/changelog 2026-05-27 12:48:44.000000000 +0300 @@ -1,3 +1,11 @@ +shotwell (0.32.15-1.1) unstable; urgency=high + + * Non-maintainer upload. + * Add patch from Jeremy BĂcha to fix FTBFS with gexiv2 0.16. + (Closes: #1136176) + + -- Adrian Bunk <[email protected]> Wed, 27 May 2026 12:48:44 +0300 + shotwell (0.32.15-1) unstable; urgency=medium * New upstream release. diff -Nru shotwell-0.32.15/debian/control shotwell-0.32.15/debian/control --- shotwell-0.32.15/debian/control 2026-03-08 15:00:01.000000000 +0200 +++ shotwell-0.32.15/debian/control 2026-05-27 12:48:42.000000000 +0300 @@ -12,7 +12,7 @@ libexif-dev, libgcr-3-dev, libgee-0.8-dev, - libgexiv2-dev, + libgexiv2-dev (>= 0.16), libglib2.0-dev, libgphoto2-dev, libgstreamer-plugins-base1.0-dev, diff -Nru shotwell-0.32.15/debian/patches/build-Bump-gexiv2-dependency.patch shotwell-0.32.15/debian/patches/build-Bump-gexiv2-dependency.patch --- shotwell-0.32.15/debian/patches/build-Bump-gexiv2-dependency.patch 1970-01-01 02:00:00.000000000 +0200 +++ shotwell-0.32.15/debian/patches/build-Bump-gexiv2-dependency.patch 2026-05-27 12:48:36.000000000 +0300 @@ -0,0 +1,22 @@ +From: Jens Georg <[email protected]> +Date: Sun, 22 Jun 2025 21:26:42 +0200 +Subject: build: Bump gexiv2 dependency + +Origin: upstream master branch +--- + meson.build | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/meson.build b/meson.build +index bf9d8dc..f6c5471 100644 +--- a/meson.build ++++ b/meson.build +@@ -75,7 +75,7 @@ gstreamer = dependency('gstreamer-1.0', version : '>= 1.20') + gstreamer_pbu = dependency('gstreamer-pbutils-1.0', version : '>= 1.20') + gphoto2 = dependency('libgphoto2', version : '>= 2.5.0') + gudev = dependency('gudev-1.0', version : '>= 145', required: false) +-gexiv2 = dependency('gexiv2', version: '>= 0.12.3') ++gexiv2 = dependency('gexiv2-0.16', version: '>= 0.15.0') + libraw = dependency('libraw', version : '>= 0.13.2') + libexif = dependency('libexif', version : '>= 0.6.16') + unity = dependency('unity', required : false) diff -Nru shotwell-0.32.15/debian/patches/series shotwell-0.32.15/debian/patches/series --- shotwell-0.32.15/debian/patches/series 2023-06-28 22:35:52.000000000 +0300 +++ shotwell-0.32.15/debian/patches/series 2026-05-27 12:48:36.000000000 +0300 @@ -0,0 +1 @@ +build-Bump-gexiv2-dependency.patch

