[neon/neon-packaging/maui-clip/Neon/release] debian/patches: another patch to try and find taglib

Carlos De Maine null at kde.org
Fri Nov 15 01:42:27 GMT 2024


Git commit 5b2b05eda3d57370e653385d71683b8999238ab2 by Carlos De Maine.
Committed on 15/11/2024 at 01:42.
Pushed by carlosdem into branch 'Neon/release'.

another patch to try and find taglib

A  +13   -0    debian/patches/link_properly
M  +2    -1    debian/patches/series

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

diff --git a/debian/patches/link_properly b/debian/patches/link_properly
new file mode 100644
index 0000000..db98566
--- /dev/null
+++ b/debian/patches/link_properly
@@ -0,0 +1,13 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index df2196b5ec732caec22bd016d277b6e63fab170d..f832de4912932b95a07373851df840894d1e890d 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -112,7 +112,7 @@ if(MPV_AVAILABLE)
+ endif()
+ 
+ set(Taglib_LIBRARIES
+-    TagLib::tag)
++    TagLib::TagLib)
+ 
+ target_link_libraries(${PROJECT_NAME}
+     PRIVATE
\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
index ce7494b..cab948f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
-no_taglib_version
\ No newline at end of file
+no_taglib_version
+link_properly
\ No newline at end of file


More information about the Neon-commits mailing list