[neon/neon-packaging/audiotube/Neon/release] debian/patches: patch out finding qtgstreamer failure
Carlos De Maine
null at kde.org
Tue Dec 9 05:00:27 GMT 2025
Git commit 8f5152d0b309c47b7a63a063502dddc39d3f2b4c by Carlos De Maine.
Committed on 09/12/2025 at 05:00.
Pushed by carlosdem into branch 'Neon/release'.
patch out finding qtgstreamer failure
A +16 -0 debian/patches/find.diff
M +2 -1 debian/patches/series
https://invent.kde.org/neon/neon-packaging/audiotube/-/commit/8f5152d0b309c47b7a63a063502dddc39d3f2b4c
diff --git a/debian/patches/find.diff b/debian/patches/find.diff
new file mode 100644
index 0000000..56664a9
--- /dev/null
+++ b/debian/patches/find.diff
@@ -0,0 +1,16 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 4d3e09b..9bb3664 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -50,9 +50,9 @@ find_package(KF6KirigamiAddons 0.11.0 REQUIRED)
+ find_package(FutureSQL6 REQUIRED)
+ find_package(QCoro6 0.10.0 REQUIRED COMPONENTS Core)
+
+-if(NOT TARGET Qt6::QGstreamerMediaPlugin)
+- message(FATAL_ERROR "QtMultimedia gstreamer backend not found. AudioTube only works with the gstreamer backend.")
+-endif()
++#if(NOT TARGET Qt6::QGstreamerMediaPlugin)
++# message(FATAL_ERROR "QtMultimedia gstreamer backend not found. AudioTube only works with the gstreamer backend.")
++#endif()
+
+ ki18n_install(po)
\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
index 573b158..fae6676 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
-qdebug.diff
\ No newline at end of file
+qdebug.diff
+find.diff
\ No newline at end of file
More information about the Neon-commits
mailing list