summaryrefslogtreecommitdiff
path: root/print/poppler-qt
diff options
context:
space:
mode:
authordrochner <drochner>2007-11-03 16:10:38 +0000
committerdrochner <drochner>2007-11-03 16:10:38 +0000
commit5b3c63da66f9f86850c4979b1acde253b08a9454 (patch)
tree8c14a82977f7c17a3e889cad8d4d3a8b68eb28d7 /print/poppler-qt
parentd009ccef26b2856d09f6774cef31fbe356c73981 (diff)
downloadpkgsrc-5b3c63da66f9f86850c4979b1acde253b08a9454.tar.gz
update to 0.6.1
This switches to the new 0.6 branch which is not source compatible to 0.5.x. Most notable changes: -Merge xpdf 3.02 changes -Support for Sound objects -Support for Opening/Closing page actions -Support for page duration -Improve PS Tokenizer performance -Beginning of Interactive Form support -xpdfrc is no longer used for anything -Fix security issue MOAB-06-01-2007 -Lots of bugs fixed
Diffstat (limited to 'print/poppler-qt')
-rw-r--r--print/poppler-qt/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/print/poppler-qt/Makefile b/print/poppler-qt/Makefile
index 2c2da2e4dce..44c90485c9c 100644
--- a/print/poppler-qt/Makefile
+++ b/print/poppler-qt/Makefile
@@ -1,13 +1,19 @@
-# $NetBSD: Makefile,v 1.15 2007/08/09 18:42:51 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2007/11/03 16:10:40 drochner Exp $
#
.include "../../print/poppler/Makefile.common"
PKGNAME= poppler-qt-${POPPLER_VERS}
-PKGREVISION= 1
COMMENT= PDF rendering library (QT wrapper)
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --disable-cairo-output
+CONFIGURE_ARGS+= --disable-splash-output
+CONFIGURE_ARGS+= --enable-poppler-qt
+CONFIGURE_ARGS+= --disable-gtk-test
+CONFIGURE_ARGS+= --disable-utils
+
PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-qt.pc.in
INCS=-I. -I.. -I../poppler `pkg-config poppler --cflags` -I${QTDIR}/include