File fix-phonon.patch of Package python-qt4.1536
Index: PyQt-x11-gpl-4.10.3/configure.py
===================================================================
--- PyQt-x11-gpl-4.10.3.orig/configure.py
+++ PyQt-x11-gpl-4.10.3/configure.py
@@ -1278,6 +1278,8 @@ def compile_qt_program(name, mname, extr
qt = [mname]
if mname in ("QtAssistant", "QtHelp", "QtOpenGL", "QtWebKit"):
qt.append("QtCore")
+ if mname in ("phonon"):
+ qt.append("QtGui")
makefile = sipconfig.ProgramMakefile(sipcfg, console=1, qt=qt, warnings=0,
opengl=opengl, debug=opts.debug, arch=sipcfg.arch,