diff options
author | drochner <drochner@pkgsrc.org> | 2006-05-31 18:13:54 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-05-31 18:13:54 +0000 |
commit | 31a94774f728a926429427a1dc9bfb3392e8806d (patch) | |
tree | d88d8b4c91172d63d4441ca7e157e73c8dfc0c71 /print/poppler-qt | |
parent | 265ecc35d1d55497b2c798b49a4dd928f6d26dd7 (diff) | |
download | pkgsrc-31a94774f728a926429427a1dc9bfb3392e8806d.tar.gz |
update to 0.5.3
changes:
-improved Qt bindings
-Cairo backend now supports masked images
-make glib bindings more language binding friendly
-Search now works with ligatures
-glib bindings now has an entry point to render to a cairo_t
-GCC 4.1 and MSVC compilation fixes
-bugfixes and cleanup
Diffstat (limited to 'print/poppler-qt')
-rw-r--r-- | print/poppler-qt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/poppler-qt/Makefile b/print/poppler-qt/Makefile index 0134353ba1c..5758dcc0b39 100644 --- a/print/poppler-qt/Makefile +++ b/print/poppler-qt/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2006/04/17 13:46:46 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2006/05/31 18:13:54 drochner Exp $ # .include "../../print/poppler/Makefile.common" PKGNAME= poppler-qt-${POPPLER_VERS} -PKGREVISION= 3 COMMENT= PDF rendering library (QT wrapper) @@ -31,7 +30,7 @@ do-install: ${PREFIX}/include/poppler ${INSTALL_DATA} ${WRKSRC}/poppler-qt.pc ${PREFIX}/lib/pkgconfig -BUILDLINK_API_DEPENDS.poppler+= poppler>=${POPPLER_VERS}nb1 +BUILDLINK_API_DEPENDS.poppler+= poppler>=${POPPLER_VERS} .include "../../print/poppler/buildlink3.mk" .include "../../x11/qt3-libs/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" |