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
This commit is contained in:
Tobias C. Berner 2024-02-13 18:48:26 +01:00
parent 163e26d8c6
commit 478df79a30
3 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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