poppler-glib: update to 0.53.0

This commit is contained in:
Juergen Daubert 2017-03-24 19:29:45 +01:00
parent af5a75282b
commit 473ecb2428
4 changed files with 15 additions and 15 deletions

View File

@ -1,2 +1,2 @@
dfdd55d5df39685bbb82b0c08fa4ef66 poppler-0.52.0.tar.xz
56403c21d7357d1151d72d3fe26a1bf6 poppler-cmake.patch
943679f1030b9bc19a989f24121a282a poppler-0.53.0.tar.xz
5d8be2537e2944560bc309434edfbaaf poppler-cmake.patch

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/bfotcVKualpXURIF1WsHzpgboaJQcBLMjpEiIL1BOCCEObzWSiN3ngjPqHEm1LqAfh3Yge/Wg0VoT2CT5aU7Qc=
SHA256 (Pkgfile) = 4430098c2a0e022a72ebc306010551a5061d2cbd2850f9cdd84dbe44f82f7b28
RWSE3ohX2g5d/c4VSjRlZAQsPVpEjnAKkAwaxKn72u7zx+y7yTgimybRioEHMKEiMJCklskoW1Xov4NHUY188ekLi/3XVvNQaQw=
SHA256 (Pkgfile) = 31fbb6e5aab5200dd400bf26aa8e7fa8a0c64d1205c667dfa82b58a28bf8cf82
SHA256 (.footprint) = 2b4cde65f6e8d201cbf93024761ab229055cc069a73be960a448723af9d85eb1
SHA256 (poppler-0.52.0.tar.xz) = 528b661738839f9a25f6e580fcd2d5db007e0a1948580c6489f0062798ca1992
SHA256 (poppler-cmake.patch) = dc3074f93cfcbdbf9b7934763cf1de3d8fdfef5665f503c0471f8aa4e2166dc7
SHA256 (poppler-0.53.0.tar.xz) = 592bf72960c6b5948b67657594b05e72d9a278daf7613c9f3cdff9a5b73096a8
SHA256 (poppler-cmake.patch) = c93b1858601d949155c585a09b6313af40ca3ef81e360103ee0269cae840afa5

View File

@ -4,7 +4,7 @@
# Depends on: gobject-introspection poppler
name=poppler-glib
version=0.52.0
version=0.53.0
release=1
source=(http://poppler.freedesktop.org/poppler-$version.tar.xz
poppler-cmake.patch)

View File

@ -1,6 +1,6 @@
--- CMakeLists.txt.orig 2016-12-17 14:42:45.869315608 +0100
+++ CMakeLists.txt 2016-12-17 18:17:13.215529642 +0100
@@ -33,8 +33,14 @@
--- CMakeLists.txt.orig 2017-03-24 14:01:29.290030602 +0100
+++ CMakeLists.txt 2017-03-24 14:04:03.207864095 +0100
@@ -35,8 +35,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. 'auto' prefers openjpeg1 over openjpeg2 if both are available. Unset to not use openjpeg.")
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.")
option(ENABLE_LIBCURL "Build libcurl based HTTP support." OFF)
@@ -111,43 +117,46 @@
@@ -113,43 +119,46 @@
set(ENABLE_LIBJPEG ${JPEG_FOUND})
endif(JPEG_FOUND)
macro_optional_find_package(Qt4)
@ -98,7 +98,7 @@
if(ENABLE_CPP)
macro_optional_find_package(Iconv)
set(ENABLE_CPP ${ICONV_FOUND})
@@ -241,10 +250,10 @@
@@ -243,10 +252,10 @@
include_directories(${ZLIB_INCLUDE_DIR})
endif(ENABLE_ZLIB)
@ -111,7 +111,7 @@
if(JPEG_FOUND)
include_directories(${JPEG_INCLUDE_DIR})
set(ENABLE_LIBJPEG ON)
@@ -681,12 +690,12 @@
@@ -683,12 +692,12 @@
add_subdirectory(glib)
endif(ENABLE_GLIB)
add_subdirectory(test)
@ -128,7 +128,7 @@
if(ENABLE_CPP)
add_subdirectory(cpp)
endif(ENABLE_CPP)
@@ -708,12 +717,12 @@
@@ -710,12 +719,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)
@@ -732,8 +741,8 @@
@@ -734,8 +743,8 @@
message(" with CMYK support")
endif()
show_end_message_yesno("cairo output" CAIRO_FOUND)