From 1779760b06f6e99ddb51596138185ace3c71b229 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 30 Apr 2015 14:21:10 +0200 Subject: New dependencies and updated Slackware packages required for KDE 5_15.04 : Updated: * PyQt * sip New: * PyQt5 * cfitsio * grantlee-qt5 --- deps/PyQt/PyQt.phonon.diff | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 deps/PyQt/PyQt.phonon.diff (limited to 'deps/PyQt/PyQt.phonon.diff') diff --git a/deps/PyQt/PyQt.phonon.diff b/deps/PyQt/PyQt.phonon.diff new file mode 100644 index 0000000..feda650 --- /dev/null +++ b/deps/PyQt/PyQt.phonon.diff @@ -0,0 +1,11 @@ +--- PyQt-x11-gpl-4.6.2/configure.py.orig 2010-01-08 23:39:46.000000000 +0100 ++++ PyQt-x11-gpl-4.6.2/configure.py 2010-01-08 23:45:18.000000000 +0100 +@@ -451,7 +451,7 @@ + generate_code("QtXmlPatterns") + + if "phonon" in pyqt_modules: +- generate_code("phonon") ++ generate_code("phonon", extra_include_dirs=["/usr/include/phonon"]) + + if "QtAssistant" in pyqt_modules: + generate_code("QtAssistant") -- cgit v1.2.3