[PyQt] [PATCH] PyQt4 snapshots: Include kde-phonon headers

Markos Chandras hwoarang at gentoo.org
Wed Jul 7 18:29:58 BST 2010


Hi

PyQt4-snapshots cannot be built when using kde-phonon
(http://phonon.kde.org/) instead of qt-phonon. This is because the
configure script does not include the /usr/include/phonon directory
where the kde-phonon headers are located

This is the patch I apply on Gentoo ebuilds in order to make PyQt4
compile against kde-phonon. Please consider adding /usr/include/phonon
on include dirs list

sed -i "/generate_code(\"phonon\")/s:phonon\":&,
extra_include_dirs=[\"/usr/include/phonon\"]:" configure.py


Thank you


More information about the PyQt mailing list