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/poppler-qt5 | |
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/poppler-qt5')
-rw-r--r-- | print/poppler-qt5/Makefile | 3 | ||||
-rw-r--r-- | print/poppler-qt5/PLIST | 4 |
2 files changed, 3 insertions, 4 deletions
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 |