[neon/neon-packaging/maui-clip/Neon/release] debian/patches: no taglib version

Carlos De Maine null at kde.org
Thu Sep 12 15:01:25 BST 2024


Git commit a0941bac8a30311822869e47d58338c1a7c23d86 by Carlos De Maine.
Committed on 12/09/2024 at 14:01.
Pushed by carlosdem into branch 'Neon/release'.

no taglib version

(cherry picked from commit 40788e11e3b6b081f8e5322e9799ea26bd8a1159)

Co-authored-by: Carlos De Maine <carlosdemaine at gmail.com>

A  +13   -0    debian/patches/no_taglib_version
A  +1    -0    debian/patches/series

https://invent.kde.org/neon/neon-packaging/maui-clip/-/commit/a0941bac8a30311822869e47d58338c1a7c23d86

diff --git a/debian/patches/no_taglib_version b/debian/patches/no_taglib_version
new file mode 100644
index 0000000..4d98cb6
--- /dev/null
+++ b/debian/patches/no_taglib_version
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 86156a78818f901c1a5ca204696f80f00588b1b0..2d75b8a16cc39e76f1b4764c74ee52a49e9c7f12 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -39,7 +39,7 @@ find_package(FFmpeg COMPONENTS REQUIRED AVCODEC AVFORMAT SWSCALE)
+ if(ANDROID)
+     find_package(taglib 1.4 REQUIRED)
+ else()
+-    find_package(TagLib 1.4 REQUIRED)
++    find_package(TagLib REQUIRED)
+ endif()
+ if(ANDROID)
+     find_package(Qt6 ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE COMPONENTS QuickControls2)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ce7494b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+no_taglib_version
\ No newline at end of file


More information about the Neon-commits mailing list