From 064e8d1a2b53844151c597ba730597359e26222e Mon Sep 17 00:00:00 2001 From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" Date: Mon, 4 Oct 2010 01:54:55 +0000 Subject: Bumped PyQt4-4.7.7 to add a patch from kde ml to fix pykde4 building. --- .../PyQt4/files/PyQt4-4.7.2-configure.py.patch | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 dev-python/PyQt4/files/PyQt4-4.7.2-configure.py.patch (limited to 'dev-python/PyQt4/files/PyQt4-4.7.2-configure.py.patch') diff --git a/dev-python/PyQt4/files/PyQt4-4.7.2-configure.py.patch b/dev-python/PyQt4/files/PyQt4-4.7.2-configure.py.patch new file mode 100644 index 00000000000..4f3b251de0a --- /dev/null +++ b/dev-python/PyQt4/files/PyQt4-4.7.2-configure.py.patch @@ -0,0 +1,27 @@ +--- PyQt-x11-gpl-4.7.2/configure.py.orig 2010-03-18 00:59:51.000000000 +0100 ++++ PyQt-x11-gpl-4.7.2/configure.py 2010-03-18 01:08:46.000000000 +0100 +@@ -478,7 +478,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") +@@ -797,6 +797,7 @@ + install_dir=pydbusmoddir, + qt=["QtCore"], + debug=opts.debug, ++ strip=0, + universal=sipcfg.universal, + arch=sipcfg.arch + ) +@@ -1611,6 +1612,7 @@ + warnings=1, + static=opts.static, + debug=opts.debug, ++ strip=0, + universal=sipcfg.universal, + arch=sipcfg.arch, + prot_is_public=opts.prot_is_public -- cgit v1.2.3