[neon/neon-packaging/koko/Neon/unstable] debian/patches: drop patch now that exiv2 is in backports
Carlos De Maine
null at kde.org
Thu Oct 9 08:30:23 BST 2025
Git commit 4fbbc07d463fc3b6e6110c9ad33c80773cac8fcb by Carlos De Maine.
Committed on 09/10/2025 at 07:30.
Pushed by carlosdem into branch 'Neon/unstable'.
drop patch now that exiv2 is in backports
D +0 -38 debian/patches/allow_old_libexiv.diff
D +0 -1 debian/patches/series
https://invent.kde.org/neon/neon-packaging/koko/-/commit/4fbbc07d463fc3b6e6110c9ad33c80773cac8fcb
diff --git a/debian/patches/allow_old_libexiv.diff b/debian/patches/allow_old_libexiv.diff
deleted file mode 100644
index 42f90da..0000000
--- a/debian/patches/allow_old_libexiv.diff
+++ /dev/null
@@ -1,38 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 7e8a9135bb8c70f61c5622bd9c64932175df684f..b49dfe5871fb0368c9c1227e85203e850e7fc409 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -49,7 +49,7 @@ endif()
-
- find_package(KF6 ${KF_MIN_VERSION} REQUIRED COMPONENTS I18n Declarative Config ConfigWidgets KIO GuiAddons CoreAddons Notifications FileMetaData DBusAddons)
-
--find_package(LibExiv2 0.28 REQUIRED)
-+find_package(LibExiv2 0.27 REQUIRED)
-
- ecm_find_qmlmodule(org.kde.kquickimageeditor)
- find_package(KQuickImageEditor COMPONENTS)
-
-
-commit 0756c88f03d4913b5f2feaae14f115bfb988554a
-Author: Carlos De Maine <carlosdemaine at gmail.com>
-Date: Sat Aug 16 11:38:20 2025 +1000
-
- Revert "Remove old libexiv2 support"
-
- This reverts commit ae11ae964a08df20910301d5648549d3226a3d57.
-
-diff --git a/src/exiv2extractor.cpp b/src/exiv2extractor.cpp
-index 7bb6f92..cc5ae13 100644
---- a/src/exiv2extractor.cpp
-+++ b/src/exiv2extractor.cpp
-@@ -290,7 +290,11 @@ void Exiv2Extractor::extract(const QString &filePath)
- std::string fileString(arr.data(), arr.length());
-
- Exiv2::LogMsg::setLevel(Exiv2::LogMsg::mute);
-+#if EXIV2_TEST_VERSION(0, 27, 99)
- Exiv2::Image::UniquePtr image;
-+#else
-+ Exiv2::Image::AutoPtr image;
-+#endif
-
- QFileInfo file_info(m_filePath);
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 59cd011..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-allow_old_libexiv.diff
More information about the Neon-commits
mailing list