diff options
author | drochner <drochner@pkgsrc.org> | 2007-11-03 16:10:38 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-11-03 16:10:38 +0000 |
commit | 86f3819e04f8edc71894c26e47dbd5b708e3e3ff (patch) | |
tree | 8c14a82977f7c17a3e889cad8d4d3a8b68eb28d7 /print/poppler-qt | |
parent | 37b0e0c5ba3d545151968ea76e050168ea0d1b6c (diff) | |
download | pkgsrc-86f3819e04f8edc71894c26e47dbd5b708e3e3ff.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/Makefile | 10 |
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 |