diff options
author | markd <markd> | 2008-10-30 11:33:06 +0000 |
---|---|---|
committer | markd <markd> | 2008-10-30 11:33:06 +0000 |
commit | 5d7e6e0180bf4d0c53cae006e86a51524b265ae4 (patch) | |
tree | 485429dfa778c3fea00a02daa91708a12ae83abb /print/poppler-qt4/Makefile | |
parent | 44d0a8cb1d627af4d1a151b4524020baee336ef7 (diff) | |
download | pkgsrc-5d7e6e0180bf4d0c53cae006e86a51524b265ae4.tar.gz |
poppler-qt4 needs splash-output enabled or Page::renderToImage does
nothing. Fixes problem with rendering pdf documents in Okular.
Identified by Sverre Froyen.
Diffstat (limited to 'print/poppler-qt4/Makefile')
-rw-r--r-- | print/poppler-qt4/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/print/poppler-qt4/Makefile b/print/poppler-qt4/Makefile index 2ba7d609ca2..7033932fe97 100644 --- a/print/poppler-qt4/Makefile +++ b/print/poppler-qt4/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.3 2008/06/05 21:04:20 drochner Exp $ +# $NetBSD: Makefile,v 1.4 2008/10/30 11:33:06 markd Exp $ # .include "../../print/poppler/Makefile.common" PKGNAME= poppler-qt4-${POPPLER_VERS} +PKGREVISION= 1 COMMENT= PDF rendering library (QT4 wrapper) GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-cairo-output -CONFIGURE_ARGS+= --disable-splash-output CONFIGURE_ARGS+= --enable-poppler-qt4 CONFIGURE_ARGS+= --disable-gtk-test CONFIGURE_ARGS+= --disable-utils @@ -20,6 +20,9 @@ INSTALLATION_DIRS+= lib include/poppler lib/pkgconfig BUILD_DIRS= qt4/src +pre-build: + (cd ${WRKSRC}/poppler; ${MAKE} libpoppler-arthur.la) + post-install: ${INSTALL_DATA} ${WRKSRC}/poppler-qt4.pc ${DESTDIR}${PREFIX}/lib/pkgconfig |