summaryrefslogtreecommitdiff
path: root/print/poppler-qt
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2006-05-31 18:13:54 +0000
committerdrochner <drochner@pkgsrc.org>2006-05-31 18:13:54 +0000
commit551dbc985a4cc06480c61c2583f18ee1d86d1791 (patch)
treed88d8b4c91172d63d4441ca7e157e73c8dfc0c71 /print/poppler-qt
parent032f7e69cef3677283173a4b8d98176f62d69140 (diff)
downloadpkgsrc-551dbc985a4cc06480c61c2583f18ee1d86d1791.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/Makefile5
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"