diff options
author | wiz <wiz@pkgsrc.org> | 2021-05-20 11:49:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-05-20 11:49:47 +0000 |
commit | 2eed2432a7087d27c24d90dfb95c9bd4f6239a97 (patch) | |
tree | 3fd5cb2d2c4a6c839d7f3683d17fe6ae138ea233 /print | |
parent | 34aa0abeb4c73c2c80a2d30bd3b1051f63578651 (diff) | |
download | pkgsrc-2eed2432a7087d27c24d90dfb95c9bd4f6239a97.tar.gz |
poppler*: update to 21.05.0
Release 21.05.0:
core:
* Fix crashes in malformed files
* Export SplashFont* symbols used by Scribus
* Minor code improvements
glib:
* Enhance find to support multi-line matching
qt5/qt6:
* Make sure new signatures are always properly oriented
* Allow to pass the border width when signing
utils:
* pdftoppm: Fix regression when using single scaleTo. Issue #1062
build system:
* Allow to disable building manual tests
Diffstat (limited to 'print')
-rw-r--r-- | print/poppler-cpp/Makefile | 3 | ||||
-rw-r--r-- | print/poppler-glib/Makefile | 3 | ||||
-rw-r--r-- | print/poppler-glib/PLIST | 4 | ||||
-rw-r--r-- | print/poppler-qt5/Makefile | 3 | ||||
-rw-r--r-- | print/poppler-qt5/PLIST | 4 | ||||
-rw-r--r-- | print/poppler-utils/Makefile | 3 | ||||
-rw-r--r-- | print/poppler/Makefile | 3 | ||||
-rw-r--r-- | print/poppler/Makefile.common | 4 | ||||
-rw-r--r-- | print/poppler/PLIST | 6 | ||||
-rw-r--r-- | print/poppler/distinfo | 10 |
10 files changed, 19 insertions, 24 deletions
diff --git a/print/poppler-cpp/Makefile b/print/poppler-cpp/Makefile index 5631cbc4e0d..82b7773f54f 100644 --- a/print/poppler-cpp/Makefile +++ b/print/poppler-cpp/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.29 2021/04/15 11:23:04 ryoon Exp $ +# $NetBSD: Makefile,v 1.30 2021/05/20 11:49:47 wiz Exp $ -PKGREVISION= 2 .include "../../print/poppler/Makefile.common" PKGNAME= poppler-cpp-${POPPLER_VERS} diff --git a/print/poppler-glib/Makefile b/print/poppler-glib/Makefile index 35f8e0a049a..f7c8caa8837 100644 --- a/print/poppler-glib/Makefile +++ b/print/poppler-glib/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.92 2021/04/15 11:23:04 ryoon Exp $ +# $NetBSD: Makefile,v 1.93 2021/05/20 11:49:47 wiz Exp $ -PKGREVISION= 3 .include "../../print/poppler/Makefile.common" PKGNAME= poppler-glib-${POPPLER_VERS} diff --git a/print/poppler-glib/PLIST b/print/poppler-glib/PLIST index c551494f049..09004ed30af 100644 --- a/print/poppler-glib/PLIST +++ b/print/poppler-glib/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.32 2021/04/08 06:14:38 adam Exp $ +@comment $NetBSD: PLIST,v 1.33 2021/05/20 11:49:47 wiz Exp $ include/poppler/glib/poppler-action.h include/poppler/glib/poppler-annot.h include/poppler/glib/poppler-attachment.h @@ -17,6 +17,6 @@ include/poppler/glib/poppler.h lib/girepository-1.0/Poppler-0.18.typelib lib/libpoppler-glib.so lib/libpoppler-glib.so.8 -lib/libpoppler-glib.so.8.20.0 +lib/libpoppler-glib.so.8.21.0 lib/pkgconfig/poppler-glib.pc share/gir-1.0/Poppler-0.18.gir diff --git a/print/poppler-qt5/Makefile b/print/poppler-qt5/Makefile index 7b707006f6c..f69925e1d78 100644 --- a/print/poppler-qt5/Makefile +++ b/print/poppler-qt5/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.49 2021/04/21 11:42:33 adam Exp $ +# $NetBSD: Makefile,v 1.50 2021/05/20 11:49:47 wiz Exp $ -PKGREVISION= 3 .include "../../print/poppler/Makefile.common" PKGNAME= poppler-qt5-${POPPLER_VERS} diff --git a/print/poppler-qt5/PLIST b/print/poppler-qt5/PLIST index 4bb2239b917..4e7f3f422d8 100644 --- a/print/poppler-qt5/PLIST +++ b/print/poppler-qt5/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2021/01/04 17:57:51 wiz Exp $ +@comment $NetBSD: PLIST,v 1.16 2021/05/20 11:49:47 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.27.0 +lib/libpoppler-qt5.so.1.28.0 lib/pkgconfig/poppler-qt5.pc diff --git a/print/poppler-utils/Makefile b/print/poppler-utils/Makefile index 6cb6fe7ab5c..77a6ee6d78f 100644 --- a/print/poppler-utils/Makefile +++ b/print/poppler-utils/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.50 2021/04/15 11:23:11 ryoon Exp $ +# $NetBSD: Makefile,v 1.51 2021/05/20 11:49:47 wiz Exp $ -PKGREVISION= 2 .include "../../print/poppler/Makefile.common" PKGNAME= poppler-utils-${POPPLER_VERS} diff --git a/print/poppler/Makefile b/print/poppler/Makefile index e9ccee70690..b6a15d9304e 100644 --- a/print/poppler/Makefile +++ b/print/poppler/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.83 2021/05/07 17:37:52 ryoon Exp $ +# $NetBSD: Makefile,v 1.84 2021/05/20 11:49:47 wiz Exp $ -PKGREVISION= 2 .include "../../print/poppler/Makefile.common" COMMENT= PDF rendering library diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common index 009de237b39..0b202e74333 100644 --- a/print/poppler/Makefile.common +++ b/print/poppler/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.121 2021/04/08 06:14:37 adam Exp $ +# $NetBSD: Makefile.common,v 1.122 2021/05/20 11:49:47 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.04.0 +POPPLER_VERS= 21.05.0 DISTNAME= poppler-${POPPLER_VERS} CATEGORIES= print MASTER_SITES= https://poppler.freedesktop.org/ diff --git a/print/poppler/PLIST b/print/poppler/PLIST index 3f861f3d0b5..6f5ab35366a 100644 --- a/print/poppler/PLIST +++ b/print/poppler/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.32 2021/04/08 06:14:37 adam Exp $ +@comment $NetBSD: PLIST,v 1.33 2021/05/20 11:49:47 wiz Exp $ lib/libpoppler.so -lib/libpoppler.so.109 -lib/libpoppler.so.109.0.0 +lib/libpoppler.so.110 +lib/libpoppler.so.110.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 8d3bfe0fbed..ccf0ece4c03 100644 --- a/print/poppler/distinfo +++ b/print/poppler/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.150 2021/04/08 06:14:37 adam Exp $ +$NetBSD: distinfo,v 1.151 2021/05/20 11:49:47 wiz Exp $ -SHA1 (poppler-21.04.0.tar.xz) = b84cecbfb2aaf3066c473b69c3b57e58f16a76e9 -RMD160 (poppler-21.04.0.tar.xz) = a8747887e80caafa6d920d4584c503dec2eb086c -SHA512 (poppler-21.04.0.tar.xz) = c3391787456e8a4a3bd6e57f96faa25051bb5e15ae7eeb7072ad6fbc25e3f8a34818945cc49d90a0e6ebc3d38dd4e70d3c60ba0a5cb42c4000bd8c15c947e5bc -Size (poppler-21.04.0.tar.xz) = 1694132 bytes +SHA1 (poppler-21.05.0.tar.xz) = d02f0d8181beb847a3950c023b59fec1e2b6f221 +RMD160 (poppler-21.05.0.tar.xz) = 374c957fac738368439e10db6ce41d8a66e4579b +SHA512 (poppler-21.05.0.tar.xz) = 428f63a85fc8a227efebcd64ca7e89fec487fea07c93f9dd990fae343532547bcfec29a3288dd9ffce698cf994ccc2ce5055e4fa677ebceb216c1caaa3e0cdae +Size (poppler-21.05.0.tar.xz) = 1700632 bytes SHA1 (patch-poppler_poppler-config.h.cmake) = d2a67beb1275f10f19468421f203806ead6fa8ff SHA1 (patch-qt5_src_poppler-page.cc) = e9f83a7c9d529acb5e3f6db5f112fb6c7eb2800b |