diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-08 10:16:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-08 10:16:54 +0000 |
commit | f43393677a858cbd1f9450474d2884569aa7e859 (patch) | |
tree | b61aa1b2f471f4117f0bb9bb2af0f8641c3f2669 /print/poppler-glib | |
parent | 1a2099c51cfc02fecf398c193a4fd52d1c981f5d (diff) | |
download | pkgsrc-f43393677a858cbd1f9450474d2884569aa7e859.tar.gz |
Update poppler* to 0.30.0:
Release 0.30.0
core:
* Openjpeg2 support (openjpeg 1 is preferred). Bug #58906
* Fix potential memory corruption on TextSelectionDumper. Bug #84555
* Check for invalid matrix in annotation. Bug #84990
* Open some not conforming files. Bug #85919
* PSOutputDev: Accept a list of pages indeces instead of first, last. Bug #84833
* Fix memory leak on error condition
cpp:
* New API to set debug output function
build system:
* configure: Improve support with older clang versions. Bug #76963
utils:
* pdfunite: Support output intents, optional content and acroform
Release 0.29.0
core:
* Use correct LAB byte array for lcms input. Bug #86388
* Write correct size in trailer dict. Bug #86063
* Use Default colorspaces if present instead of Device colorspaces
* Solve blend mode problem in CYMK and DeviceN for separable blend modes
* Compilation/warning fixes on SunOS
* Regression test improvements
glib:
* demo: Compilation fixlets
build system:
* cofigure: print "no" instead of "auto" if lcms not found
Diffstat (limited to 'print/poppler-glib')
-rw-r--r-- | print/poppler-glib/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/poppler-glib/buildlink3.mk b/print/poppler-glib/buildlink3.mk index cad3c8935ec..11cf41cfc9b 100644 --- a/print/poppler-glib/buildlink3.mk +++ b/print/poppler-glib/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.42 2014/11/20 16:03:46 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.43 2015/01/08 10:16:54 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.28.1 +BUILDLINK_ABI_DEPENDS.poppler-glib+= poppler-glib>=0.30.0 BUILDLINK_PKGSRCDIR.poppler-glib?= ../../print/poppler-glib .include "../../devel/glib2/buildlink3.mk" |