summaryrefslogtreecommitdiff
path: root/print/poppler/Makefile.common
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-08-01 14:11:12 +0000
committerwiz <wiz@pkgsrc.org>2016-08-01 14:11:12 +0000
commit427f98d9d9dce5e4a2ca5a25915ef6a4be10dd1a (patch)
tree793f57958049a911b7a70ca3d27236fbc9a56223 /print/poppler/Makefile.common
parentd1a4d7241ae4e923675f99455c7c4d52eaf75eee (diff)
downloadpkgsrc-427f98d9d9dce5e4a2ca5a25915ef6a4be10dd1a.tar.gz
Update poppler* to 0.46.0.
Release 0.46.0 core: * cairo: fix bug in setAntialias() * cairo: Fix tiling patterns with BBox with non-zero x,y * cairo: try finding glyphs in substitute fonts by unicode value. Bug #96994 * Added XRef modification flag * Added DocInfo setters & getters * Be less strict when parsing FitH Link destinations. Bug #96661 utils: * pdftocairo: revert the use of groups for blending into white page * pdftocairo: Use fprintf for printing errors * pdfinfo: Don't print pdf info when printing metadata, javascript, or structure. Bug #96801 glib: * Added document property setters & simplified getters * make document metatag gobject properties writeable cpp: * pass len to GooString constructor in detail::ustring_to_unicode_GooString(). Bug #96426 * Added functions to save a document * Added document property setters & getters qt4: * Added document property setters & simplified getters qt5: * Added document property setters & simplified getters build system: * configure: Don't use -fPIC on cygwin * configure: Work with non gnu greps Release 0.45.0 core: * SplashOutputDev: Fix iccTransform + splashModeXBGR8 * Fix memory leaks * Fix crash in broken files. Bug #95567. Bug #96027 * Emulate some non portable glibc functions when not available utils: * pdftohtml: Fix crash in broken files. Bug #95563 * pdfinfo: convert dates to local time zone * pdfinfo: add -isodates for printing dates in ISO-8601 format * pdfinfo: Fix memory leaks glib: * return date in UTC instead of local time. Bug #94173 cpp: * switched from detail::convert_date() to core's dateStringToTime()
Diffstat (limited to 'print/poppler/Makefile.common')
-rw-r--r--print/poppler/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common
index d00aa43c3f8..c128ff95a26 100644
--- a/print/poppler/Makefile.common
+++ b/print/poppler/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.79 2016/05/22 18:17:17 wiz Exp $
+# $NetBSD: Makefile.common,v 1.80 2016/08/01 14:11:12 wiz Exp $
#
# used by print/poppler/Makefile
# used by print/poppler-cpp/Makefile
@@ -8,7 +8,7 @@
# used by print/poppler-qt5/Makefile
# used by print/poppler-utils/Makefile
-POPPLER_VERS= 0.44.0
+POPPLER_VERS= 0.46.0
DISTNAME= poppler-${POPPLER_VERS}
CATEGORIES= print
MASTER_SITES= http://poppler.freedesktop.org/