[neon/neon-packaging/audiotube/Neon/stable] debian/patches: patch in finding Python.h
Carlos De Maine
null at kde.org
Tue May 5 02:32:49 BST 2026
Git commit 373330c19ae7f9064a55d1c8e09986106e1faa1a by Carlos De Maine.
Committed on 05/05/2026 at 01:31.
Pushed by carlosdem into branch 'Neon/stable'.
patch in finding Python.h
A +12 -0 debian/patches/find_python_h.diff
M +2 -1 debian/patches/series
https://invent.kde.org/neon/neon-packaging/audiotube/-/commit/373330c19ae7f9064a55d1c8e09986106e1faa1a
diff --git a/debian/patches/find_python_h.diff b/debian/patches/find_python_h.diff
new file mode 100644
index 0000000..a1c60cd
--- /dev/null
+++ b/debian/patches/find_python_h.diff
@@ -0,0 +1,12 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 6a4c3648..05fe405a 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -42,6 +42,7 @@ kde_enable_exceptions()
+
+ find_package(Qt6 ${QT_MIN_VERSION} REQUIRED COMPONENTS Core Gui Qml QuickControls2 Svg Sql Widgets Multimedia Concurrent DBus)
+ find_package(KF6 REQUIRED COMPONENTS Kirigami I18n CoreAddons Crash WindowSystem IconThemes Config)
++find_package(Python COMPONENTS Interpreter Development REQUIRED)
+ set(PYBIND11_FINDPYTHON ON)
+ find_package(pybind11 REQUIRED)
+ find_package(Ytdlp REQUIRED RUNTIME)
diff --git a/debian/patches/series b/debian/patches/series
index fae6676..5a01ccc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
qdebug.diff
-find.diff
\ No newline at end of file
+find.diff
+find_python_h.diff
More information about the Neon-commits
mailing list