diff options
author | wiz <wiz@pkgsrc.org> | 2021-09-29 10:02:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-09-29 10:02:26 +0000 |
commit | 7f4d2c6f3bee006df077ffcdea6d4072972cb41e (patch) | |
tree | d8ca24747c815aa420193e60c6f75a0faebfd344 /print/poppler | |
parent | 0cc21d92d5f9f1cf692c88ce899847e680a8b34b (diff) | |
download | pkgsrc-7f4d2c6f3bee006df077ffcdea6d4072972cb41e.tar.gz |
poppler*: update to 21.09.0
Release 21.09.0:
core:
* Splash: Massive spped improvement on files that use lots of save/restore (q/Q) operators
* Correct decoding of signature properties Reason & Location when they are Unicode
* Fix issues with malformed files
* MSVC build fixes
build system:
* Call cmake_minium_required() before project()
* Always append to CMAKE_{C,CXX}_FLAGS_${CMAKE_BUILD_TYPE}
* correctly forward user-provided flags to try_compile()
Release 21.08.0:
core:
* Add API to allow addition and modification of outlines into a PDF
* Use additional samples to test for constant parts of an axial gradient
* forms: Create fallback fonts for some well known font names
* Support reading the PDF Version from the Catalog
* Fix XRef::copy when there are modified objects
* Take into account that Date string may be in unicode
* JBIG2Stream: Fix regression in "Do not consider a size-0 to be an error"
* Replace a local bubble sort implementation by std::sort
* Fix issues with malformed files
build system:
* Better error message when libjpeg is not found
* Better error messages when libopenjpeg2 is not found
qt5/qt6:
* Document that a document has to outlive its pages
* Make getPdfVersion return a dedicated version object
glib:
* mimick TextSelectionDumper logic change for spaceAfter
Diffstat (limited to 'print/poppler')
-rw-r--r-- | print/poppler/Makefile.common | 4 | ||||
-rw-r--r-- | print/poppler/PLIST | 6 | ||||
-rw-r--r-- | print/poppler/distinfo | 10 |
3 files changed, 10 insertions, 10 deletions
diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common index e186150bb96..f0937dd956e 100644 --- a/print/poppler/Makefile.common +++ b/print/poppler/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.124 2021/07/15 11:31:25 wiz Exp $ +# $NetBSD: Makefile.common,v 1.125 2021/09/29 10:02:26 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.07.0 +POPPLER_VERS= 21.09.0 DISTNAME= poppler-${POPPLER_VERS} CATEGORIES= print MASTER_SITES= https://poppler.freedesktop.org/ diff --git a/print/poppler/PLIST b/print/poppler/PLIST index 6d657f1a493..1c1c0b43654 100644 --- a/print/poppler/PLIST +++ b/print/poppler/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.34 2021/06/10 10:59:29 wiz Exp $ +@comment $NetBSD: PLIST,v 1.35 2021/09/29 10:02:26 wiz Exp $ lib/libpoppler.so -lib/libpoppler.so.111 -lib/libpoppler.so.111.0.0 +lib/libpoppler.so.113 +lib/libpoppler.so.113.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 5b20734849a..c62af34c63e 100644 --- a/print/poppler/distinfo +++ b/print/poppler/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.153 2021/07/15 11:31:25 wiz Exp $ +$NetBSD: distinfo,v 1.154 2021/09/29 10:02:26 wiz Exp $ -SHA1 (poppler-21.07.0.tar.xz) = 3d59954880389103fa2a30027a992de9450008ab -RMD160 (poppler-21.07.0.tar.xz) = b0dafbc1e0a748c056bfccbe510f74b2d2a66c2f -SHA512 (poppler-21.07.0.tar.xz) = ce1d8a5dd4a300a24aa71aea4919262e108ce1717dee04863da41de0962e4c0067e9c703c190386bd66d9c4ef54d04513cc8509f4beaf76e996576912d2583e8 -Size (poppler-21.07.0.tar.xz) = 1709664 bytes +SHA1 (poppler-21.09.0.tar.xz) = e338619c4229301ddb7f590d7f8ea5cdd2b0798a +RMD160 (poppler-21.09.0.tar.xz) = e645e19194be08a92e418d2e0f81109c247256ea +SHA512 (poppler-21.09.0.tar.xz) = e63181b98cbcb71e5b1beefce3aa7c196f69a7adc4304c8ced70eac7ab8a7edf918988faeb2a23727ecaafd6f4a809f561fa1c86f1fda0ab7e5e2dc882a5ab55 +Size (poppler-21.09.0.tar.xz) = 1722828 bytes SHA1 (patch-poppler_poppler-config.h.cmake) = d2a67beb1275f10f19468421f203806ead6fa8ff |