diff options
author | jmmv <jmmv> | 2005-10-16 12:24:06 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2005-10-16 12:24:06 +0000 |
commit | 780ba059bcd88d7d296047c7e6b2893975020767 (patch) | |
tree | fded73cbc6d929e38fbf4428ade76696198449a1 /print/poppler/Makefile | |
parent | 88069c4e46efc8e83a55b982925968df4d0e12a2 (diff) | |
download | pkgsrc-780ba059bcd88d7d296047c7e6b2893975020767.tar.gz |
Update to 0.4.2:
Release 0.4.2
- Fix a rotation bug.
- Fix freetype pkg-config check
- Default to built-in decompression.
Release 0.4.1
- Fix and simplify glib rotation API.
- Fix build issue with freetype flags.
Release 0.4.0
- Real text selection.
- API breakage in glib wrapper: dropping dest_x and dest_y
arguments from poppler_page_render_to_pixbuf().
- Updates to glib printing API from Martin Kretzschmar to
support setting paper size and duplex from the application.
- Much work on Qt4 bindings and Arthur output device. Still
work in progress, thouhg.
Diffstat (limited to 'print/poppler/Makefile')
-rw-r--r-- | print/poppler/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/poppler/Makefile b/print/poppler/Makefile index af3ecd355e9..20491f717be 100644 --- a/print/poppler/Makefile +++ b/print/poppler/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/07/08 20:31:34 reed Exp $ +# $NetBSD: Makefile,v 1.2 2005/10/16 12:24:06 jmmv Exp $ # -DISTNAME= poppler-0.3.3 -PKGREVISION= 1 +DISTNAME= poppler-0.4.2 CATEGORIES= print MASTER_SITES= http://poppler.freedesktop.org/ @@ -10,7 +9,7 @@ MAINTAINER= reed@reedmedia.net HOMEPAGE= http://poppler.freedesktop.org/ COMMENT= PDF rendering library -USE_TOOLS= gmake +USE_TOOLS= gmake pkg-config USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool #PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-cairo.pc.in |