From 1d12c4e51f7300fecdb965081cc20052445cb44c Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 8 Jan 2015 10:16:54 +0000 Subject: 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 --- print/poppler/Makefile.common | 6 ++++-- print/poppler/buildlink3.mk | 4 ++-- print/poppler/distinfo | 8 ++++---- 3 files changed, 10 insertions(+), 8 deletions(-) (limited to 'print/poppler') diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common index dee23d6e109..3d460e6f762 100644 --- a/print/poppler/Makefile.common +++ b/print/poppler/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.71 2014/11/20 16:03:46 wiz Exp $ +# $NetBSD: Makefile.common,v 1.72 2015/01/08 10:16:54 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.28.1 +POPPLER_VERS= 0.30.0 DISTNAME= poppler-${POPPLER_VERS} CATEGORIES= print MASTER_SITES= http://poppler.freedesktop.org/ @@ -31,3 +31,5 @@ CONFIGURE_ARGS+= --disable-libtiff .if !empty(PKGSRC_COMPILER:Mclang) BUILDLINK_TRANSFORM+= rm:-fno-check-new .endif + +.include "../../graphics/openjpeg/buildlink3.mk" diff --git a/print/poppler/buildlink3.mk b/print/poppler/buildlink3.mk index 8e313b19631..bf99bf0daed 100644 --- a/print/poppler/buildlink3.mk +++ b/print/poppler/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.40 2014/11/20 16:03:46 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.41 2015/01/08 10:16:54 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.28.1 +BUILDLINK_ABI_DEPENDS.poppler+= poppler>=0.30.0 BUILDLINK_PKGSRCDIR.poppler?= ../../print/poppler .include "../../graphics/lcms2/buildlink3.mk" diff --git a/print/poppler/distinfo b/print/poppler/distinfo index a2af7a40f91..6b3c43e9349 100644 --- a/print/poppler/distinfo +++ b/print/poppler/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.98 2014/11/20 16:03:46 wiz Exp $ +$NetBSD: distinfo,v 1.99 2015/01/08 10:16:54 wiz Exp $ -SHA1 (poppler-0.28.1.tar.xz) = 017258af51cb556dc53af630c50165bb9fd76e4f -RMD160 (poppler-0.28.1.tar.xz) = 85e3b933c14fc27a729c777ff591660c9139795b -Size (poppler-0.28.1.tar.xz) = 1600332 bytes +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 (patch-aa) = 4ff366a6da2a9bd125af18f6413d9b445ca3307a SHA1 (patch-ab) = 55bcf94d51f5c9c5bf999f7b4fa63afebe77c83c SHA1 (patch-ag) = d4df4fdf141186e1cc653bb467b31b3335d733ff -- cgit v1.2.3