On Mon Jan 06, 2025 at 10:00:56PM +0100, Matthias Kilian wrote:
> Hi,
> 
> update to poppler-25.01.0.
> 
> Fixes for print/scribus and x11/kde-applications/kitinerary will
> follow in a minute.
> 
> Tested on amd64 with some consumers by viewing or importing PDF
> documents.

Reads fine, ok rsadowski

> 
> Ciao,
>       Kili
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/print/poppler/Makefile,v
> diff -u -p -r1.191 Makefile
> --- Makefile  6 Dec 2024 07:12:29 -0000       1.191
> +++ Makefile  6 Jan 2025 20:58:14 -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.12.0
> +V=           25.01.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              86.0     # 144.0
> +SHARED_LIBS +=       poppler              87.0     # 145.0
>  SHARED_LIBS +=       poppler-glib         19.14    # 8.28
>  SHARED_LIBS +=       poppler-qt5          8.16     # 1.37
>  SHARED_LIBS +=       poppler-qt6          1.9      # 3.9
> -SHARED_LIBS +=       poppler-cpp          18.0     # 1.0
> +SHARED_LIBS +=       poppler-cpp          19.0     # 2.0
>  
>  HOMEPAGE=    https://poppler.freedesktop.org/
>  
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/print/poppler/distinfo,v
> diff -u -p -r1.108 distinfo
> --- distinfo  6 Dec 2024 07:12:29 -0000       1.108
> +++ distinfo  6 Jan 2025 20:58:14 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (poppler-24.12.0.tar.xz) = 
> HPN0wxRvP2hdkldwG/DChmxh1sICwU0fXAGh86CJAoo=
> -SIZE (poppler-24.12.0.tar.xz) = 1934024
> +SHA256 (poppler-25.01.0.tar.xz) = 
> fu/BIiB7u9cqMDxeB0P0lB6K6GHiTc8FAeGM4dFBQRI=
> +SIZE (poppler-25.01.0.tar.xz) = 1942508
> Index: patches/patch-cpp_CMakeLists_txt
> ===================================================================
> RCS file: /cvs/ports/print/poppler/patches/patch-cpp_CMakeLists_txt,v
> diff -u -p -r1.5 patch-cpp_CMakeLists_txt
> --- patches/patch-cpp_CMakeLists_txt  25 May 2024 20:10:08 -0000      1.5
> +++ patches/patch-cpp_CMakeLists_txt  6 Jan 2025 20:58:14 -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 1.0.0 SOVERSION 1)
> +-set_target_properties(poppler-cpp PROPERTIES VERSION 2.0.0 SOVERSION 2)
>   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}")
> 

Reply via email to