diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2024-02-13 18:48:26 +0100 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2024-03-02 00:54:25 +0100 |
commit | 478df79a3071b399f648107456cf371587e84a3f (patch) | |
tree | 40d6032440b5829f00d18b82ac32769aed856ae7 /graphics | |
parent | KDE: Update KDE Plasma 6 to 6.0.0 (diff) |
graphics/poppler: update to 24.02
Release 24.02.0:
core:
* Fix reading some JBIG2 streams. Issue #1319
* Fix saving some annotation interior color when it's empty
* Make searching for fonts when adding annotations a bit faster
* Make sure images are compressed when adding them
* Small internal code cleanup
utils:
* pdfimages: return exit code 2 when error opening output files
Release 24.01.0:
core:
* Don't crash on certain documents on the NSS signature backend
* Fix infinite loop in some annotation code if there's not space for even one character
* Fix build on Android with generic font configuration
* Small internal code cleanup
PR: 277031
Exp-run by: antoine
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/poppler/Makefile | 4 | ||||
-rw-r--r-- | graphics/poppler/distinfo | 6 | ||||
-rw-r--r-- | graphics/poppler/pkg-plist | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index 7f17adb83778..6701da5fca5f 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -1,5 +1,5 @@ PORTNAME= poppler -DISTVERSION= 23.12.0 +DISTVERSION= 24.02.0 CATEGORIES= graphics print MASTER_SITES= https://poppler.freedesktop.org/ @@ -56,7 +56,7 @@ CMAKE_OFF+= ${_POPPLER_SLAVES:N${_SLAVE_PORT}:tu:S/^/ENABLE_/} PORTSCOUT= limitw:1,even USES+= iconv CMAKE_ON+= ENABLE_CPP -PLIST_SUB+= SHLIB_VER=133 +PLIST_SUB+= SHLIB_VER=134 OPTIONS_DEFINE= CURL OPENJPEG OPTIONS_DEFAULT= OPENJPEG diff --git a/graphics/poppler/distinfo b/graphics/poppler/distinfo index 3bf5e70c8df1..54fa5a1fcc08 100644 --- a/graphics/poppler/distinfo +++ b/graphics/poppler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701793384 -SHA256 (poppler-23.12.0.tar.xz) = beba398c9d37a9b6d02486496635e08f1df3d437cfe61dab2593f47c4d14cdbb -SIZE (poppler-23.12.0.tar.xz) = 1895580 +TIMESTAMP = 1707805389 +SHA256 (poppler-24.02.0.tar.xz) = 19187a3fdd05f33e7d604c4799c183de5ca0118640c88b370ddcf3136343222e +SIZE (poppler-24.02.0.tar.xz) = 1897604 diff --git a/graphics/poppler/pkg-plist b/graphics/poppler/pkg-plist index c5e6c251bdfc..b927aaba9dca 100644 --- a/graphics/poppler/pkg-plist +++ b/graphics/poppler/pkg-plist @@ -11,8 +11,6 @@ include/poppler/Catalog.h include/poppler/CertificateInfo.h include/poppler/CharCodeToUnicode.h include/poppler/CharTypes.h -include/poppler/FDPDFDocBuilder.h -include/poppler/FILECacheLoader.h %%CURL%%include/poppler/CurlCachedFile.h %%CURL%%include/poppler/CurlPDFDocBuilder.h include/poppler/DateInfo.h @@ -20,6 +18,8 @@ include/poppler/Decrypt.h include/poppler/Dict.h include/poppler/Error.h include/poppler/ErrorCodes.h +include/poppler/FDPDFDocBuilder.h +include/poppler/FILECacheLoader.h include/poppler/FileSpec.h include/poppler/FontEncodingTables.h include/poppler/FontInfo.h |