From c0f8321472dc1a12d30da690062e422abd56b8f8 Mon Sep 17 00:00:00 2001 From: drochner Date: Wed, 31 May 2006 18:13:54 +0000 Subject: 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 --- print/poppler-glib/Makefile | 5 ++--- print/poppler-glib/PLIST | 4 +++- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'print/poppler-glib') diff --git a/print/poppler-glib/Makefile b/print/poppler-glib/Makefile index bfc6014b6ac..ff53389995d 100644 --- a/print/poppler-glib/Makefile +++ b/print/poppler-glib/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2006/04/17 13:46:46 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2006/05/31 18:13:54 drochner Exp $ # .include "../../print/poppler/Makefile.common" PKGNAME= poppler-glib-${POPPLER_VERS} -PKGREVISION= 3 COMMENT= PDF rendering library (GLib wrapper) @@ -36,7 +35,7 @@ post-install: .include "../../devel/glib2/buildlink3.mk" .include "../../graphics/cairo/buildlink3.mk" -BUILDLINK_API_DEPENDS.poppler+= poppler>=${POPPLER_VERS}nb1 +BUILDLINK_API_DEPENDS.poppler+= poppler>=${POPPLER_VERS} .include "../../print/poppler/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" diff --git a/print/poppler-glib/PLIST b/print/poppler-glib/PLIST index 432791ce530..b1bb764fd7f 100644 --- a/print/poppler-glib/PLIST +++ b/print/poppler-glib/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.3 2006/04/01 17:23:14 reed Exp $ +@comment $NetBSD: PLIST,v 1.4 2006/05/31 18:13:54 drochner Exp $ include/poppler/glib/poppler-action.h include/poppler/glib/poppler-attachment.h include/poppler/glib/poppler-document.h include/poppler/glib/poppler-enums.h +include/poppler/glib/poppler-features.h include/poppler/glib/poppler-page.h include/poppler/glib/poppler.h lib/libpoppler-glib.la @@ -19,6 +20,7 @@ share/doc/poppler/poppler-poppler-enums.html share/doc/poppler/poppler-poppler-page.html share/doc/poppler/poppler-poppler.html share/doc/poppler/poppler.devhelp +share/doc/poppler/poppler.devhelp2 share/doc/poppler/right.png share/doc/poppler/style.css share/doc/poppler/up.png -- cgit v1.2.3