summaryrefslogtreecommitdiff
path: root/print/poppler-qt
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2006-03-30 21:30:25 +0000
committerjmmv <jmmv@pkgsrc.org>2006-03-30 21:30:25 +0000
commit692137826d96b75deeb0a4ab2798f179ba772626 (patch)
tree8810736352260fe79219d20394e093ce692a7a75 /print/poppler-qt
parente4be6bfbde5f0b2288b4fbf078a8cf5840a60dbc (diff)
downloadpkgsrc-692137826d96b75deeb0a4ab2798f179ba772626.tar.gz
Update poppler, poppler-glib and poppler-qt to 0.5.1.
This is a development version but is needed to update evince to 0.5.2, which is part of GNOME 2.14.0. Release 0.5.1 - Support for embedded files. - Handle 0-width lines correctly. - Avoid external file use when opening fonts. - Only use vector fonts returned from fontconfig (#5758). - Fix scaled 1x1 pixmaps use for drawing lines (#3387). - drawSoftMaskedImage support in cairo backend. - Misc bug fixes: #5922, #5946, #5749, #5952, #4030, #5420. Release 0.5.0 - Font matching code for non embedded fonts now use fontconfig instead of hard coded list of fonts. - Merge in Xpdf 3.01 changes. - Add command line tools from Xpdf. - Make install of Xpdf header files ./configure'able.
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 247a821cd9a..9bab3973612 100644
--- a/print/poppler-qt/Makefile
+++ b/print/poppler-qt/Makefile
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.7 2006/03/09 01:29:46 reed Exp $
+# $NetBSD: Makefile,v 1.8 2006/03/30 21:30:25 jmmv Exp $
#
.include "../../print/poppler/Makefile.common"
PKGNAME= poppler-qt-${POPPLER_VERS}
-PKGREVISION= 1
COMMENT= PDF rendering library (QT wrapper)
PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-qt.pc.in
-INCS=-I. `pkg-config poppler --cflags` -I${QTDIR}/include
+INCS=-I. -I.. -I../poppler `pkg-config poppler --cflags` -I${QTDIR}/include
do-build:
(cd ${WRKSRC}/qt; \