summaryrefslogtreecommitdiff
path: root/print/poppler-glib
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-01-25 14:34:55 +0000
committerwiz <wiz@pkgsrc.org>2017-01-25 14:34:55 +0000
commit6d2f132ea2e041506df00a7f6a9cbbfe24c9ec70 (patch)
tree6e0146e7ac2504cdcaf9ae9ffba092b579d178c2 /print/poppler-glib
parente4e2125af73db2b8f7ae69de4ce7efb7227a2d95 (diff)
downloadpkgsrc-6d2f132ea2e041506df00a7f6a9cbbfe24c9ec70.tar.gz
Update poppler-* to 0.50.0:
Release 0.50.0 core: * PSOutputDev: Fix PS conversion for some files. Bug #63963 * Fix Outline parsing on broken documents. Bug #98732 * Fix PDFDoc::saveIncrementalUpdate()'s detection of document being modified. Bug #96561 * SplashOutputDev: Read softmask into memstrean in case of matte. Bug #97803 * Bail out if Hints nBitsNumObjects or nBitsDiffGroupLength are greater than 32. Bug #94941 * CairoOutputDev: initialize CairoOutputDev::antialias. Bug #98983 * Fix crash when loading some thumbnails. Bug #97870 utils: * pdftoppm: Fix -tiff -gray/-mono incorrect output. * pdftops: add -passlevel1customcolor. Bug #97193 build system: * Default to libopenjpeg2 instead of libopenjpeg1 qt: * Support OCG state change links glib: * Use g_slice_new0 for PopplerActionLayer. Bug #98786 Release 0.49.0 core: * Merge type3 glyph handling from xpdf 3.04. Bug #96667 * Continue rendering in case of 'Singular matrix in shading pattern fill. Bug #98623 * Fix memory leak in parametrized gouraudTriangleShadedFill * Fix crash on broken files * PDFDoc::setDocInfoStringEntry(): treat value consisting of just the unicode marker as an empty string * Fix UBSAN warning * Misc compile fixes utils: * pdfseparate: remove extra '%' in error message build system: * configure: Fix typo in disable nss help string
Diffstat (limited to 'print/poppler-glib')
-rw-r--r--print/poppler-glib/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/poppler-glib/buildlink3.mk b/print/poppler-glib/buildlink3.mk
index 290cca302d8..295f1c18e7e 100644
--- a/print/poppler-glib/buildlink3.mk
+++ b/print/poppler-glib/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.52 2016/11/08 10:51:26 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.53 2017/01/25 14:34:56 wiz Exp $
BUILDLINK_TREE+= poppler-glib
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= poppler-glib
POPPLER_GLIB_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.poppler-glib+= poppler-glib>=0.5.1
-BUILDLINK_ABI_DEPENDS.poppler-glib+= poppler-glib>=0.48.0
+BUILDLINK_ABI_DEPENDS.poppler-glib+= poppler-glib>=0.50.0
BUILDLINK_PKGSRCDIR.poppler-glib?= ../../print/poppler-glib
.include "../../devel/glib2/buildlink3.mk"