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-qt5 | |
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-qt5')
-rw-r--r-- | print/poppler-qt5/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/poppler-qt5/Makefile b/print/poppler-qt5/Makefile index 80f58213ac1..8b7f5515a11 100644 --- a/print/poppler-qt5/Makefile +++ b/print/poppler-qt5/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.53 2022/04/18 19:11:57 adam Exp $ +# $NetBSD: Makefile,v 1.54 2022/05/04 06:33:40 wiz Exp $ -PKGREVISION= 1 .include "../../print/poppler/Makefile.common" PKGNAME= poppler-qt5-${POPPLER_VERS} |