diff options
author | wiz <wiz@pkgsrc.org> | 2015-03-09 09:01:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-03-09 09:01:52 +0000 |
commit | b7635deaaadf1abfe15655cce4decadb36854a0e (patch) | |
tree | ccdad11152a4ea4a0c3e15fa5c6d2fdd409ceed4 /print/poppler/buildlink3.mk | |
parent | f2239cc82a6071d77ef1799032344a94b03908e4 (diff) | |
download | pkgsrc-b7635deaaadf1abfe15655cce4decadb36854a0e.tar.gz |
Update to 0.32.0:
Release 0.32.0
core:
* Annotations: Fix rendering of empty BG/BC arrays
* Splash: Fix wrong colour shown when GouraudTriangleShFill uses a DeviceN colorspace. Bug #89182
* Splash: Fix use of uninitialized variable in Splash::pipeRun
* Remove unnecesary check for font validity. Bug #88939
* Small optimization in GooString::appendfv(). Bug #89096
* Fix crashes in malformed files
utils:
* pdftops: Make colorpsace optimization an option instead of default
* pdfseparate: use always an unique instance for PDFDoc for savePageAs
build system:
* cmake: If extra-cmake-modules is around include the Sanitizers module
Release 0.31.0
core:
* CairoOutputDev: support embedding JBIG2 image data
* Accept malformed documents whose root is a Page instead of a Pages. Bug #88172
* Fix crash on broken documents
* JPEG2000Stream: Inline doGetChar and doLookChar
* GlobalParams cleaning
utils:
* pdftops: Add rasterization option. Bug #85934
qt4:
* Expose whole-words search option
qt5:
* Expose whole-words search option
Diffstat (limited to 'print/poppler/buildlink3.mk')
-rw-r--r-- | print/poppler/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/poppler/buildlink3.mk b/print/poppler/buildlink3.mk index f5163b39b14..82d17817c8e 100644 --- a/print/poppler/buildlink3.mk +++ b/print/poppler/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.42 2015/01/08 10:20:07 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.43 2015/03/09 09:01:52 wiz Exp $ BUILDLINK_TREE+= poppler @@ -6,7 +6,7 @@ BUILDLINK_TREE+= poppler POPPLER_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.poppler+= poppler>=0.5.1 -BUILDLINK_ABI_DEPENDS.poppler+= poppler>=0.30.0 +BUILDLINK_ABI_DEPENDS.poppler+= poppler>=0.32.0 BUILDLINK_PKGSRCDIR.poppler?= ../../print/poppler .include "../../graphics/lcms2/buildlink3.mk" |