Download raw body.
update print/poppler
Hi,
this updates poppler to 24.05.0. A little bit late, because I wanted
to run a test bulk build with the recent kde6 churn, and my build
machine isn't the fastest on the planet.
Diffs for graphics/inkscape, print/scribus, x11/kde-applications/kitinerary
will follow in a few minutes.
Tested some weeks ago with a couple of ports.
Ciao,
Kili
Index: Makefile
===================================================================
RCS file: /cvs/ports/print/poppler/Makefile,v
diff -u -p -r1.184 Makefile
--- Makefile 2 Apr 2024 21:03:51 -0000 1.184
+++ Makefile 6 May 2024 20:36:32 -0000
@@ -3,7 +3,7 @@ COMMENT-qt5= Qt5 interface to PDF render
COMMENT-qt6= Qt6 interface to PDF rendering library
COMMENT-utils= PDF conversion tools and utilities
-V= 24.04.0
+V= 24.05.0
DISTNAME= poppler-$V
CATEGORIES= print
PKGNAME-main= poppler-$V
@@ -13,11 +13,11 @@ PKGNAME-qt6= poppler-qt6-$V
EXTRACT_SUFX= .tar.xz
-SHARED_LIBS += poppler 79.0 # 136.0
+SHARED_LIBS += poppler 80.0 # 137.0
SHARED_LIBS += poppler-glib 19.12 # 8.26
-SHARED_LIBS += poppler-qt5 8.12 # 1.33
-SHARED_LIBS += poppler-qt6 1.4 # 3.4
-SHARED_LIBS += poppler-cpp 17.1 # 0.11
+SHARED_LIBS += poppler-qt5 8.13 # 1.34
+SHARED_LIBS += poppler-qt6 1.5 # 3.5
+SHARED_LIBS += poppler-cpp 18.0 # 1.0
HOMEPAGE= https://poppler.freedesktop.org/
Index: distinfo
===================================================================
RCS file: /cvs/ports/print/poppler/distinfo,v
diff -u -p -r1.101 distinfo
--- distinfo 2 Apr 2024 21:03:51 -0000 1.101
+++ distinfo 6 May 2024 20:36:32 -0000
@@ -1,2 +1,2 @@
-SHA256 (poppler-24.04.0.tar.xz) = HoBOxWWs9xJusum7O1ZCKrIDn34Fhjpd+r3R/9G7d6c=
-SIZE (poppler-24.04.0.tar.xz) = 1904936
+SHA256 (poppler-24.05.0.tar.xz) = 2MXrMLUCha2fCvjGM1zC07lZf8pHXLwlmKVHn6N593k=
+SIZE (poppler-24.05.0.tar.xz) = 1909164
Index: patches/patch-cpp_CMakeLists_txt
===================================================================
RCS file: /cvs/ports/print/poppler/patches/patch-cpp_CMakeLists_txt,v
diff -u -p -r1.4 patch-cpp_CMakeLists_txt
--- patches/patch-cpp_CMakeLists_txt 17 Jul 2023 20:45:52 -0000 1.4
+++ patches/patch-cpp_CMakeLists_txt 6 May 2024 20:36:32 -0000
@@ -7,7 +7,7 @@ Index: cpp/CMakeLists.txt
add_library(poppler-cpp ${poppler_cpp_SRCS})
generate_export_header(poppler-cpp BASE_NAME poppler-cpp EXPORT_FILE_NAME "${CMAKE_CURRENT_BINARY_DIR}/poppler_cpp_export.h")
--set_target_properties(poppler-cpp PROPERTIES VERSION 0.11.0 SOVERSION 0)
+-set_target_properties(poppler-cpp PROPERTIES VERSION 1.0.0 SOVERSION 1)
if(MINGW AND BUILD_SHARED_LIBS)
get_target_property(POPPLER_CPP_SOVERSION poppler-cpp SOVERSION)
set_target_properties(poppler-cpp PROPERTIES SUFFIX "-${POPPLER_CPP_SOVERSION}${CMAKE_SHARED_LIBRARY_SUFFIX}")
Index: patches/patch-qt5_src_CMakeLists_txt
===================================================================
RCS file: /cvs/ports/print/poppler/patches/patch-qt5_src_CMakeLists_txt,v
diff -u -p -r1.10 patch-qt5_src_CMakeLists_txt
--- patches/patch-qt5_src_CMakeLists_txt 11 Oct 2023 18:09:12 -0000 1.10
+++ patches/patch-qt5_src_CMakeLists_txt 6 May 2024 20:36:32 -0000
@@ -7,7 +7,7 @@ Index: qt5/src/CMakeLists.txt
)
add_library(poppler-qt5 ${poppler_qt5_SRCS})
generate_export_header(poppler-qt5 BASE_NAME poppler-qt5 EXPORT_FILE_NAME "${CMAKE_CURRENT_BINARY_DIR}/poppler-export.h")
--set_target_properties(poppler-qt5 PROPERTIES VERSION 1.33.0 SOVERSION 1)
+-set_target_properties(poppler-qt5 PROPERTIES VERSION 1.34.0 SOVERSION 1)
if(MINGW AND BUILD_SHARED_LIBS)
get_target_property(POPPLER_QT5_SOVERSION poppler-qt5 SOVERSION)
set_target_properties(poppler-qt5 PROPERTIES SUFFIX "-${POPPLER_QT5_SOVERSION}${CMAKE_SHARED_LIBRARY_SUFFIX}")
Index: patches/patch-qt6_src_CMakeLists_txt
===================================================================
RCS file: /cvs/ports/print/poppler/patches/patch-qt6_src_CMakeLists_txt,v
diff -u -p -r1.7 patch-qt6_src_CMakeLists_txt
--- patches/patch-qt6_src_CMakeLists_txt 11 Oct 2023 18:09:12 -0000 1.7
+++ patches/patch-qt6_src_CMakeLists_txt 6 May 2024 20:36:32 -0000
@@ -7,7 +7,7 @@ Index: qt6/src/CMakeLists.txt
)
add_library(poppler-qt6 ${poppler_qt6_SRCS})
generate_export_header(poppler-qt6 BASE_NAME poppler-qt6 EXPORT_FILE_NAME "${CMAKE_CURRENT_BINARY_DIR}/poppler-export.h")
--set_target_properties(poppler-qt6 PROPERTIES VERSION 3.4.0 SOVERSION 3)
+-set_target_properties(poppler-qt6 PROPERTIES VERSION 3.5.0 SOVERSION 3)
if(MINGW AND BUILD_SHARED_LIBS)
get_target_property(POPPLER_QT6_SOVERSION poppler-qt6 SOVERSION)
set_target_properties(poppler-qt6 PROPERTIES SUFFIX "-${POPPLER_QT6_SOVERSION}${CMAKE_SHARED_LIBRARY_SUFFIX}")
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/print/poppler/pkg/PLIST-main,v
diff -u -p -r1.43 PLIST-main
--- pkg/PLIST-main 11 Mar 2022 19:51:06 -0000 1.43
+++ pkg/PLIST-main 8 May 2024 09:58:50 -0000
@@ -31,6 +31,7 @@ include/poppler/GfxFont.h
include/poppler/GfxState.h
include/poppler/GfxState_helpers.h
include/poppler/GlobalParams.h
+include/poppler/HashAlgorithm.h
include/poppler/Hints.h
include/poppler/JArithmeticDecoder.h
include/poppler/JBIG2Stream.h
@@ -62,6 +63,7 @@ include/poppler/PreScanOutputDev.h
include/poppler/ProfileData.h
include/poppler/Rendition.h
include/poppler/SecurityHandler.h
+include/poppler/SignatureInfo.h
include/poppler/Sound.h
include/poppler/SplashOutputDev.h
include/poppler/Stream-CCITT.h
@@ -154,7 +156,6 @@ include/poppler/splash/SplashState.h
include/poppler/splash/SplashTypes.h
include/poppler/splash/SplashXPath.h
include/poppler/splash/SplashXPathScanner.h
-lib/girepository-1.0/
lib/girepository-1.0/Poppler-0.18.typelib
@lib lib/libpoppler-cpp.so.${LIBpoppler-cpp_VERSION}
@lib lib/libpoppler-glib.so.${LIBpoppler-glib_VERSION}
@@ -162,5 +163,4 @@ lib/girepository-1.0/Poppler-0.18.typeli
lib/pkgconfig/poppler-cpp.pc
lib/pkgconfig/poppler-glib.pc
lib/pkgconfig/poppler.pc
-share/gir-1.0/
share/gir-1.0/Poppler-0.18.gir
update print/poppler