[neon/neon-packaging/audiotube/Neon/release] debian/patches: add patch to fix build against qt 6.9.0
Carlos De Maine
null at kde.org
Fri May 9 03:49:19 BST 2025
Git commit 588ae39d106d2f9003a9c5c4ee2da7e6bcdce4a4 by Carlos De Maine.
Committed on 09/05/2025 at 02:49.
Pushed by carlosdem into branch 'Neon/release'.
add patch to fix build against qt 6.9.0
(cherry picked from commit d87df483930ee05e52a3f9562bd26846bc05b5c3)
Co-authored-by: Carlos De Maine <carlosd.kde at gmail.com>
A +13 -0 debian/patches/qdebug.diff
A +1 -0 debian/patches/series
https://invent.kde.org/neon/neon-packaging/audiotube/-/commit/588ae39d106d2f9003a9c5c4ee2da7e6bcdce4a4
diff --git a/debian/patches/qdebug.diff b/debian/patches/qdebug.diff
new file mode 100644
index 0000000..ceb97f7
--- /dev/null
+++ b/debian/patches/qdebug.diff
@@ -0,0 +1,13 @@
+diff --git a/src/videoinfoextractor.cpp b/src/videoinfoextractor.cpp
+index c1c9d0b0f975c0c2d47279da1e3d0d1c2e58d0da..99f3682346da457a45f4f01ea2f4f86d80246c06 100644
+--- a/src/videoinfoextractor.cpp
++++ b/src/videoinfoextractor.cpp
+@@ -2,6 +2,8 @@
+ //
+ // SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
+
++#include <QDebug>
++
+ #include "videoinfoextractor.h"
+
+ #include "asyncytmusic.h"
\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..573b158
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+qdebug.diff
\ No newline at end of file
More information about the Neon-commits
mailing list