ports/opt (3.3): poppler-qt5: update to 0.58.0
commit b04a745f819bcb83fde53c2b9ceef3df48835a78 Author: Juergen Daubert <jue@jue.li> Date: Sat Sep 2 11:18:35 2017 +0200 poppler-qt5: update to 0.58.0 diff --git a/poppler-qt5/.md5sum b/poppler-qt5/.md5sum index cd691abef..392a9e0fc 100644 --- a/poppler-qt5/.md5sum +++ b/poppler-qt5/.md5sum @@ -1,2 +1,2 @@ -bc5a191741604552c90d484103229374 poppler-0.57.0.tar.xz -3550e95260ee788c6cc5ef0a579d3037 poppler-cmake.patch +7de34c4e1255351cc1c8a6e721355a18 poppler-0.58.0.tar.xz +95568300305341ccc95145c8fdb9ef08 poppler-cmake.patch diff --git a/poppler-qt5/.signature b/poppler-qt5/.signature index 87983027a..5d24a42b5 100644 --- a/poppler-qt5/.signature +++ b/poppler-qt5/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/UtxnfYja1GOXtTgj6LL68BSNel4ZjmAj3y6/MhE3NeNAm88f7j3si0nnKQt9bm0JR93gdIJL2FinTX9dfU4gQA= -SHA256 (Pkgfile) = bffefc9f3465318865c2e40b12c1da48e2033e7f8825156a0bbdf91e8130c46b +RWSE3ohX2g5d/YZ99ICdvgkBrlnMjGfsnF3Fx0AdLkB5Ad9oG2Ik0BTnSahwmvH1oMTy0HZsPRZ0Wob+0Mhp1ea704SgrGOqCgg= +SHA256 (Pkgfile) = 8fa1b0856d0aed543b95c320d1bca40de5e64bfbd0a6350118c65c9273201103 SHA256 (.footprint) = 28b34b56cca1fc2b32a21568806de12a968cb31c82e8b665d6b69cecbae8bd96 -SHA256 (poppler-0.57.0.tar.xz) = 0ea37de71b7db78212ebc79df59f99b66409a29c2eac4d882dae9f2397fe44d8 -SHA256 (poppler-cmake.patch) = 8a75147e58d5ecc2eb5baced98fcc405320ff94e2a8eb613c04c91aa8e441d5c +SHA256 (poppler-0.58.0.tar.xz) = 0e42e46419ae54b02d9f2b527c6475b6011d15816918b9057dfa3aae211af832 +SHA256 (poppler-cmake.patch) = efed502816ed597cdabebfd1b1f65e40bec4ff616b57853411a8a2e46cfd30f3 diff --git a/poppler-qt5/Pkgfile b/poppler-qt5/Pkgfile index e00ac7635..a6e15aba3 100644 --- a/poppler-qt5/Pkgfile +++ b/poppler-qt5/Pkgfile @@ -4,7 +4,7 @@ # Depends on: qt5 poppler name=poppler-qt5 -version=0.57.0 +version=0.58.0 release=1 source=(http://poppler.freedesktop.org/poppler-$version.tar.xz poppler-cmake.patch) diff --git a/poppler-qt5/poppler-cmake.patch b/poppler-qt5/poppler-cmake.patch index c123c6d3c..fcffa0053 100644 --- a/poppler-qt5/poppler-cmake.patch +++ b/poppler-qt5/poppler-cmake.patch @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2017-05-21 23:01:39.000000000 +0200 -+++ CMakeLists.txt 2017-05-22 14:12:44.635191266 +0200 -@@ -35,8 +35,14 @@ +--- CMakeLists.txt.orig 2017-09-01 20:11:09.000000000 +0200 ++++ CMakeLists.txt 2017-09-02 11:01:59.451918361 +0200 +@@ -36,8 +36,14 @@ option(BUILD_QT5_TESTS "Whether compile the Qt5 test programs." ON) option(BUILD_CPP_TESTS "Whether compile the CPP test programs." ON) option(ENABLE_SPLASH "Build the Splash graphics backend." ON) @@ -15,7 +15,7 @@ set(ENABLE_LIBOPENJPEG "auto" CACHE STRING "Use libopenjpeg for JPX streams. Possible values: auto, openjpeg1, openjpeg2, unmaintained, none. 'auto' prefers openjpeg2 over openjpeg1 if both are available. 'unmaintained' gives you the internal unmaintained decoder. Use at your own risk. 'none' compiles no JPX decoder at all. Default: auto") set(ENABLE_CMS "auto" CACHE STRING "Use color management system. Possible values: auto, lcms1, lcms2. 'auto' prefers lcms2 over lcms1 if both are available. Unset to disable color management system.") set(ENABLE_DCTDECODER "libjpeg" CACHE STRING "Use libjpeg for DCT streams. Possible values: libjpeg, unmaintained, none. will use libjpeg if available or fail if not. 'unmaintained' gives you the internal unmaintained decoder. Use at your own risk. 'none' compiles no DCT decoder at all. Default: libjpeg") -@@ -127,43 +133,46 @@ +@@ -130,43 +136,46 @@ message(FATAL_ERROR "Invalid ENABLE_DCTDECODER value.") endif() macro_optional_find_package(Qt4) @@ -98,7 +98,7 @@ if(ENABLE_CPP) macro_optional_find_package(Iconv) set(ENABLE_CPP ${ICONV_FOUND}) -@@ -277,10 +286,10 @@ +@@ -280,10 +289,10 @@ include_directories(${ZLIB_INCLUDE_DIR}) endif(ENABLE_ZLIB) @@ -111,7 +111,7 @@ if(JPEG_FOUND) include_directories(${JPEG_INCLUDE_DIR}) endif(JPEG_FOUND) -@@ -716,12 +725,12 @@ +@@ -721,12 +730,12 @@ add_subdirectory(glib) endif(ENABLE_GLIB) add_subdirectory(test) @@ -128,7 +128,7 @@ if(ENABLE_CPP) add_subdirectory(cpp) endif(ENABLE_CPP) -@@ -743,12 +752,12 @@ +@@ -748,12 +757,12 @@ if(ENABLE_SPLASH) poppler_create_install_pkgconfig(poppler-splash.pc lib${LIB_SUFFIX}/pkgconfig) endif(ENABLE_SPLASH) @@ -145,7 +145,7 @@ if(ENABLE_GLIB) poppler_create_install_pkgconfig(poppler-glib.pc lib${LIB_SUFFIX}/pkgconfig) endif(ENABLE_GLIB) -@@ -767,8 +776,8 @@ +@@ -772,8 +781,8 @@ message(" with CMYK support") endif() show_end_message_yesno("cairo output" CAIRO_FOUND)
participants (1)
-
crux@crux.nu