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 | |
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')
-rw-r--r-- | print/poppler/Makefile.common | 4 | ||||
-rw-r--r-- | print/poppler/buildlink3.mk | 4 | ||||
-rw-r--r-- | print/poppler/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common index 3d460e6f762..fac1f8c9012 100644 --- a/print/poppler/Makefile.common +++ b/print/poppler/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.72 2015/01/08 10:16:54 wiz Exp $ +# $NetBSD: Makefile.common,v 1.73 2015/03/09 09:01:52 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.30.0 +POPPLER_VERS= 0.32.0 DISTNAME= poppler-${POPPLER_VERS} CATEGORIES= print MASTER_SITES= http://poppler.freedesktop.org/ 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" diff --git a/print/poppler/distinfo b/print/poppler/distinfo index 6b3c43e9349..063b67497ad 100644 --- a/print/poppler/distinfo +++ b/print/poppler/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.99 2015/01/08 10:16:54 wiz Exp $ +$NetBSD: distinfo,v 1.100 2015/03/09 09:01:52 wiz Exp $ -SHA1 (poppler-0.30.0.tar.xz) = 6040e46b5f27e2562227232ba956c815cc2878e2 -RMD160 (poppler-0.30.0.tar.xz) = 435c5cb016f34b66866a169b0db31f8ffbbf1300 -Size (poppler-0.30.0.tar.xz) = 1605292 bytes +SHA1 (poppler-0.32.0.tar.xz) = 1b8d45b88d3ea4e86505a03e576736757142b5f5 +RMD160 (poppler-0.32.0.tar.xz) = 3c301db613399db407bd2ee9b033423b0232b8c2 +Size (poppler-0.32.0.tar.xz) = 1609624 bytes SHA1 (patch-aa) = 4ff366a6da2a9bd125af18f6413d9b445ca3307a SHA1 (patch-ab) = 55bcf94d51f5c9c5bf999f7b4fa63afebe77c83c SHA1 (patch-ag) = d4df4fdf141186e1cc653bb467b31b3335d733ff |