[neon/neon-packaging/maui-clip/Neon/stable] debian/patches: patches only needed in user edition

Carlos De Maine null at kde.org
Sun Nov 17 23:19:15 GMT 2024


Git commit f598ea99a4071c56ffc8564765dcd7f35655fb25 by Carlos De Maine.
Committed on 17/11/2024 at 23:19.
Pushed by carlosdem into branch 'Neon/stable'.

patches only needed in user edition

D  +0    -26   debian/patches/link_properly
D  +0    -1    debian/patches/series

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

diff --git a/debian/patches/link_properly b/debian/patches/link_properly
deleted file mode 100644
index fabb9d0..0000000
--- a/debian/patches/link_properly
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index c46d030b4ea855869eecc25cac51179ef2656467..5491fb6bb45be61896a5ecff2e8c1700cea18701 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 1.4 REQUIRED)
- endif()
- if(ANDROID)
-     find_package(Qt6 ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE COMPONENTS QuickControls2)
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index df2196b5ec732caec22bd016d277b6e63fab170d..430757ab0e742a3cf93c9cb2f67c73e391282282 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
deleted file mode 100644
index d5723bd..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-link_properly


More information about the Neon-commits mailing list