diff options
author | wiz <wiz@pkgsrc.org> | 2015-11-23 10:21:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-11-23 10:21:25 +0000 |
commit | 7d9c40f13a9711f32788d825d344a3c4880b5585 (patch) | |
tree | aa1139b49accec7a6779d97c723f7f297dafb908 | |
parent | 479b349b01ff873579241e4358e108fa93b42cd6 (diff) | |
download | pkgsrc-7d9c40f13a9711f32788d825d344a3c4880b5585.tar.gz |
Update poppler* to 0.38.0:
Release 0.38.0
core:
* Splash: Multiply opacity in case of pattern colorspace. Bug #92592
* Small form improvements on non ascii character rendering
* Clarify README
build system:
* Clarify internal DCT and JPX are only provided as deprecated fallbacks
utils:
* pdftocairo: fix fit to page transformation
Release 0.37.0
core:
* CairoOutputDev: Use mask for even-odd fill. Bug #84527
* SplashOuputDev: Protect calls to set/getAA with the proper #if guards. Bug #92006
* SplashOuputDev: Try to use an external font if the internal one is invalid
* PageTransition D is a number not an int. Bug #92040
* Catalog::getNumPages(): validate page count
* Catalog::cachePageTree(): recover from out of memory condition
* Fix crashes in malformed documents
build system:
* configure: fix openjpeg detection
-rw-r--r-- | print/poppler-qt5/Makefile | 3 | ||||
-rw-r--r-- | print/poppler/Makefile.common | 4 | ||||
-rw-r--r-- | print/poppler/distinfo | 10 |
3 files changed, 8 insertions, 9 deletions
diff --git a/print/poppler-qt5/Makefile b/print/poppler-qt5/Makefile index b820740ad3c..57ce7a64b44 100644 --- a/print/poppler-qt5/Makefile +++ b/print/poppler-qt5/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.5 2015/10/10 01:58:18 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2015/11/23 10:21:25 wiz Exp $ -PKGREVISION= 1 .include "../../print/poppler/Makefile.common" PKGNAME= poppler-qt5-${POPPLER_VERS} diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common index d59c5af0889..7fe803ccd4d 100644 --- a/print/poppler/Makefile.common +++ b/print/poppler/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.75 2015/10/01 05:36:36 wiz Exp $ +# $NetBSD: Makefile.common,v 1.76 2015/11/23 10:21:25 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.36.0 +POPPLER_VERS= 0.38.0 DISTNAME= poppler-${POPPLER_VERS} CATEGORIES= print MASTER_SITES= http://poppler.freedesktop.org/ diff --git a/print/poppler/distinfo b/print/poppler/distinfo index 21d2cea14b0..82604f17fe0 100644 --- a/print/poppler/distinfo +++ b/print/poppler/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.103 2015/11/04 01:01:37 agc Exp $ +$NetBSD: distinfo,v 1.104 2015/11/23 10:21:25 wiz Exp $ -SHA1 (poppler-0.36.0.tar.xz) = 23f79efde487617b4c1a327f4a5cb4988b86026e -RMD160 (poppler-0.36.0.tar.xz) = 3c32db6da419d338a7fe68c50584c0d0168cf7fa -SHA512 (poppler-0.36.0.tar.xz) = 36f7ea892d05c73d2862b6d5a29753cfe6823f54f8449e010b9960b59d9c698ba4f239625e8dbf41a235ae61203d8b445f775f5622b38c6d24328870e77371c5 -Size (poppler-0.36.0.tar.xz) = 1629984 bytes +SHA1 (poppler-0.38.0.tar.xz) = 62d334116e509d59cd1d8f172f02c0a81e73182f +RMD160 (poppler-0.38.0.tar.xz) = 63089571aae08199ffab48c0cbba6630b3784508 +SHA512 (poppler-0.38.0.tar.xz) = 1b8643c0f58eb1e1c3d98266c38d311c66458168188146af72c99c9f374882bdc616aa3febd8833538b286652c21a567e6240aa590111bcebcba5ee845e6bad9 +Size (poppler-0.38.0.tar.xz) = 1637772 bytes SHA1 (patch-aa) = 15839af8b9ca17662d721428a96ff74f1bb7ba72 SHA1 (patch-ab) = 55bcf94d51f5c9c5bf999f7b4fa63afebe77c83c SHA1 (patch-ag) = d4df4fdf141186e1cc653bb467b31b3335d733ff |