[neon/neon-packaging/maui-clip/Neon/release] debian/patches: one more patch

Carlos De Maine null at kde.org
Fri Nov 15 02:29:00 GMT 2024


Git commit 88fd648ea6218949c422c30e096e41635dfbe0e2 by Carlos De Maine.
Committed on 15/11/2024 at 02:28.
Pushed by carlosdem into branch 'Neon/release'.

one more patch

A  +28   -0    debian/patches/no_version_variable
M  +2    -1    debian/patches/series

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

diff --git a/debian/patches/no_version_variable b/debian/patches/no_version_variable
new file mode 100644
index 0000000..a1904f5
--- /dev/null
+++ b/debian/patches/no_version_variable
@@ -0,0 +1,28 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index f832de4912932b95a07373851df840894d1e890d..c04fea65892341f3f02f923809391fe4debeeb1f 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -111,9 +111,6 @@ if(MPV_AVAILABLE)
+     target_compile_definitions(${PROJECT_NAME} PUBLIC MPV_AVAILABLE)
+ endif()
+ 
+-set(Taglib_LIBRARIES
+-    TagLib::TagLib)
+-
+ target_link_libraries(${PROJECT_NAME}
+     PRIVATE
+     MauiKit4
+@@ -125,12 +122,12 @@ target_link_libraries(${PROJECT_NAME}
+     Qt6::Multimedia
+     KF6::CoreAddons
+     KF6::I18n
++    TagLib::TagLib
+     ${AVUTIL_LIBRARIES}
+     ${AVFILTER_LIBRARIES}
+     ${AVFORMAT_LIBRARIES}
+     ${AVCODEC_LIBRARIES}
+     ${SWSCALE_LIBRARIES}
+-    ${Taglib_LIBRARIES})
+ 
+ if(UNIX AND NOT APPLE AND NOT ANDROID)
+     install (TARGETS ${PROJECT_NAME} ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
index cab948f..6bcb137 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 no_taglib_version
-link_properly
\ No newline at end of file
+link_properly
+no_version_variable
\ No newline at end of file


More information about the Neon-commits mailing list