Hi Andrew, > according to this bug: https://bugs.gentoo.org/show_bug.cgi?id=604472, > the 0.24.0 version of python-poppler-qt4 does not compile against > sip-4.19. I'm not even sure where they found the 0.24.0 version, as it's > not in our regular repository.
The AUR package for arch gets it from https://github.com/wbsoft/python-poppler-qt4/archive/v0.24.0.tar.gz > I also don't find a version of > python-poppler-qt that uses qt5, so I'm not sure the solution over at For python-poppler-qt5 the AUR retrieves https://github.com/wbsoft/python-poppler-qt5/archive/v0.24.2.tar.gz and then applies the attached patch to it. Kind regards, Michaelw -- Michael Gerdau email: [email protected] GPG-keys available on request or at public keyserver
diff -aur python-poppler-qt5-0.24.2.pristine/poppler-qt5.sip python-poppler-qt5-0.24.2.new/poppler-qt5.sip
--- python-poppler-qt5-0.24.2.pristine/poppler-qt5.sip 2016-02-07 14:36:03.574983819 +0100
+++ python-poppler-qt5-0.24.2.new/poppler-qt5.sip 2016-02-07 14:37:37.955122246 +0100
@@ -6,10 +6,13 @@
*/
+%Feature QTXML_AVAILABLE
+
%Import QtCore/QtCoremod.sip
%Import QtGui/QtGuimod.sip
-
-%Feature QTXML_AVAILABLE
+%If(QTXML_AVAILABLE)
+%Import QtXml/QtXmlmod.sip
+%End
%Timeline {
POPPLER_V0_20_0
signature.asc
Description: OpenPGP digital signature
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
