diff options
author | wiz <wiz@pkgsrc.org> | 2022-05-04 06:33:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-05-04 06:33:40 +0000 |
commit | e02f9ac6ccb0be24beb2255994545d6be53d56bd (patch) | |
tree | a1aa2c3c757eda7479f8cef3171e6cafa61db4c6 /print/poppler | |
parent | 0220b0f4cbd341e974fa3a1032c61a18a27bed62 (diff) | |
download | pkgsrc-e02f9ac6ccb0be24beb2255994545d6be53d56bd.tar.gz |
poppler*: update to 22.04.0
Release 22.04.0:
core:
* Fix underline sometimes being drawn only partially
* Fix Adobe Reader not reading some of the contents we write correctly
* Fix code that workarounds some broken-ish files
* FoFiTrueType: Parse CFF2 fonts too
* FoFiTrueType: Support cmap types 2 and 13
* Fix a few small memory leaks
* code improvements
qt:
* Handle SaveAs named action
* Annotations: don't change the text color when changing the font
utils:
* pdftotext: print creation and modification date when using htmlmeta param
glib:
* Fix returning internal data of temporary strings
cpp:
* Fix code incompatibility with MSVC
build system:
* poppler internal library is no longer forced to static on MSVC
* Error out if iconv is not available and the cpp frontend is enabled
* Require FreeType 2.8
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 | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common index dda6276e04b..db3aa21b27a 100644 --- a/print/poppler/Makefile.common +++ b/print/poppler/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.132 2022/03/08 10:09:22 wiz Exp $ +# $NetBSD: Makefile.common,v 1.133 2022/05/04 06:33:40 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= 22.03.0 +POPPLER_VERS= 22.04.0 DISTNAME= poppler-${POPPLER_VERS} CATEGORIES= print MASTER_SITES= https://poppler.freedesktop.org/ diff --git a/print/poppler/PLIST b/print/poppler/PLIST index bc17f0bf761..f9e8cd66d31 100644 --- a/print/poppler/PLIST +++ b/print/poppler/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.39 2022/03/08 10:09:22 wiz Exp $ +@comment $NetBSD: PLIST,v 1.40 2022/05/04 06:33:40 wiz Exp $ lib/libpoppler.so -lib/libpoppler.so.119 -lib/libpoppler.so.119.0.0 +lib/libpoppler.so.120 +lib/libpoppler.so.120.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 066ae478871..219e5945ab1 100644 --- a/print/poppler/distinfo +++ b/print/poppler/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.161 2022/03/08 10:09:22 wiz Exp $ +$NetBSD: distinfo,v 1.162 2022/05/04 06:33:40 wiz Exp $ -BLAKE2s (poppler-22.03.0.tar.xz) = 0ce8d5286236e9612a5327b88d38a305bdcf457807b5a5d94bf934d712e8fbf9 -SHA512 (poppler-22.03.0.tar.xz) = f87bbff4f394f192095da0c00bdf8b5c70b7eb864941225aad2025e91283c3c42a0016a772e7e9ea73a86746251928fc64500f923e8fd841adae1c6e67d72569 -Size (poppler-22.03.0.tar.xz) = 1809940 bytes +BLAKE2s (poppler-22.04.0.tar.xz) = 2b0da21d5afbc038d3e1de2aa9374c0cbd6820910da2d4a8404975267a8afa0f +SHA512 (poppler-22.04.0.tar.xz) = 9dbbeb95cc4ae266f59d7fe0d25e2d8f41eecfe0315770c917cc3a2c721c3c1c47e5c8242aa06820a3146d59d33920e86782257e0604437e410fd42b417e70c5 +Size (poppler-22.04.0.tar.xz) = 1817800 bytes |