summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-11-07 13:01:24 +0000
committerwiz <wiz@pkgsrc.org>2021-11-07 13:01:24 +0000
commit49e8cf22e69321b51a80170b2acd4a73fa755b20 (patch)
tree49c218860c5b2d2e4f9249110b223af5bc7d9eab /print
parent8c372a971347bd0d032a7869ffeae2108c7d4259 (diff)
downloadpkgsrc-49e8cf22e69321b51a80170b2acd4a73fa755b20.tar.gz
poppler*: update to 21.11.0
Release 21.11.0: core: * Fix rendering of some non-standard confirming annotations * Support rendering of some non-standard Type3 charprocs. Issue #1150 * TextOutputDev: Respect orientation when selecting words. Issue #499 * CairoOutputDev: Don't override the antialias settings from the cairo_t * StructElement: support MCID in XObjects * Fix detection of monospace fonts * Ignore Adobe-Identity for non embedded CID fonts * PageLabelInfo::labelToIndex: work on some special no style intervals * Fix crash in malformed files * Minor code improvements utils: * pdfinfo: add -url option to print all URLs in a PDF * pdftohtml: document what zoom means in regard to DPI qt6: * Require Qt 6.1 * Minor code improvements Release 21.10.0: core: * Add support for setting custom stamp annotations * Add default appearance for the well known stamp names * Correct encoding of signature's properties Reason & Location * Splash: Fix rendering of some odd patterns * SignatureHandler::validateCertificate: Add option to not do OCSP revocation check * SignatureHandler::validateCertificate: Add support for AIA fetching to verify certificates * greallocn: if memory allocation fails, free the previous pointer to avoid memory leak * Fix issues with malformed files * Internal code improvements utils: * pdfsig: Add a way to list certificate nicknames * pdfsig: You can now add signatures from pdfsig * pdfsig: Add option to not do OCSP revocation check * pdfsig: Add option for AIA fetching to verify certificates * pdfinfo: Add -custom option to print custom metadata * pdfinfo: add metadata flags qt: * Add support for setting custom stamp annotations * Add getters for signature's properties Reason & Location * Internal code improvements glib: * Remove incorrect PopplerAttachment deprecation
Diffstat (limited to 'print')
-rw-r--r--print/poppler-includes/PLIST3
-rw-r--r--print/poppler-qt5/PLIST4
-rw-r--r--print/poppler/Makefile.common4
-rw-r--r--print/poppler/PLIST6
-rw-r--r--print/poppler/distinfo8
5 files changed, 13 insertions, 12 deletions
diff --git a/print/poppler-includes/PLIST b/print/poppler-includes/PLIST
index af8d4ec8f70..4487900d5ed 100644
--- a/print/poppler-includes/PLIST
+++ b/print/poppler-includes/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.24 2021/04/08 06:14:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.25 2021/11/07 13:01:24 wiz Exp $
include/poppler/Annot.h
+include/poppler/AnnotStampImageHelper.h
include/poppler/Array.h
include/poppler/BBoxOutputDev.h
include/poppler/CMap.h
diff --git a/print/poppler-qt5/PLIST b/print/poppler-qt5/PLIST
index 816c34168b4..332806df93f 100644
--- a/print/poppler-qt5/PLIST
+++ b/print/poppler-qt5/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2021/06/10 10:59:29 wiz Exp $
+@comment $NetBSD: PLIST,v 1.18 2021/11/07 13:01:24 wiz Exp $
include/poppler/qt5/poppler-annotation.h
include/poppler/qt5/poppler-export.h
include/poppler/qt5/poppler-form.h
@@ -10,5 +10,5 @@ include/poppler/qt5/poppler-qt5.h
include/poppler/qt5/poppler-version.h
lib/libpoppler-qt5.so
lib/libpoppler-qt5.so.1
-lib/libpoppler-qt5.so.1.29.0
+lib/libpoppler-qt5.so.1.30.0
lib/pkgconfig/poppler-qt5.pc
diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common
index f0937dd956e..cd3498f3903 100644
--- a/print/poppler/Makefile.common
+++ b/print/poppler/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.125 2021/09/29 10:02:26 wiz Exp $
+# $NetBSD: Makefile.common,v 1.126 2021/11/07 13:01:24 wiz Exp $
#
# used by print/poppler/Makefile
# used by print/poppler-cpp/Makefile
@@ -7,7 +7,7 @@
# used by print/poppler-qt5/Makefile
# used by print/poppler-utils/Makefile
-POPPLER_VERS= 21.09.0
+POPPLER_VERS= 21.11.0
DISTNAME= poppler-${POPPLER_VERS}
CATEGORIES= print
MASTER_SITES= https://poppler.freedesktop.org/
diff --git a/print/poppler/PLIST b/print/poppler/PLIST
index 1c1c0b43654..683234abe55 100644
--- a/print/poppler/PLIST
+++ b/print/poppler/PLIST
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.35 2021/09/29 10:02:26 wiz Exp $
+@comment $NetBSD: PLIST,v 1.36 2021/11/07 13:01:24 wiz Exp $
lib/libpoppler.so
-lib/libpoppler.so.113
-lib/libpoppler.so.113.0.0
+lib/libpoppler.so.115
+lib/libpoppler.so.115.0.0
lib/pkgconfig/poppler.pc
share/doc/poppler/README-XPDF
share/doc/poppler/README.md
diff --git a/print/poppler/distinfo b/print/poppler/distinfo
index a3d1f94835c..6e945ee29a9 100644
--- a/print/poppler/distinfo
+++ b/print/poppler/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.156 2021/10/26 11:12:13 nia Exp $
+$NetBSD: distinfo,v 1.157 2021/11/07 13:01:24 wiz Exp $
-BLAKE2s (poppler-21.09.0.tar.xz) = 2f62f18bfdcbfd99035d54687cdf05a186a75444bf6e62dfc3d5eae003acef49
-SHA512 (poppler-21.09.0.tar.xz) = e63181b98cbcb71e5b1beefce3aa7c196f69a7adc4304c8ced70eac7ab8a7edf918988faeb2a23727ecaafd6f4a809f561fa1c86f1fda0ab7e5e2dc882a5ab55
-Size (poppler-21.09.0.tar.xz) = 1722828 bytes
+BLAKE2s (poppler-21.11.0.tar.xz) = 9835924437d70e2e20e9299d4ad06183473c9ca4afe826f80d936d6d12d91cd9
+SHA512 (poppler-21.11.0.tar.xz) = 354d6372093e7ecedf95c43e8d203e9b2781ff7ecd81cd3920cb8c72a37463b47423ce7ab3c8233c0f031f2c024ac1ba5c8d442c80e6643722192fb9638e5d3a
+Size (poppler-21.11.0.tar.xz) = 1783592 bytes
SHA1 (patch-poppler_poppler-config.h.cmake) = d2a67beb1275f10f19468421f203806ead6fa8ff