From af5a75282beb7bd6b74538a0c3a883e5f092a3a3 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Fri, 24 Mar 2017 19:29:35 +0100 Subject: [PATCH] poppler: update to 0.53.0 --- poppler/.footprint | 6 +++--- poppler/.md5sum | 4 ++-- poppler/.signature | 10 +++++----- poppler/Pkgfile | 2 +- poppler/poppler-cmake.patch | 16 ++++++++-------- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/poppler/.footprint b/poppler/.footprint index 5e2d50b7d..81ea8d843 100644 --- a/poppler/.footprint +++ b/poppler/.footprint @@ -154,9 +154,9 @@ drwxr-xr-x root/root usr/lib/ lrwxrwxrwx root/root usr/lib/libpoppler-cpp.so -> libpoppler-cpp.so.0 lrwxrwxrwx root/root usr/lib/libpoppler-cpp.so.0 -> libpoppler-cpp.so.0.3.0 -rwxr-xr-x root/root usr/lib/libpoppler-cpp.so.0.3.0 -lrwxrwxrwx root/root usr/lib/libpoppler.so -> libpoppler.so.66 -lrwxrwxrwx root/root usr/lib/libpoppler.so.66 -> libpoppler.so.66.0.0 --rwxr-xr-x root/root usr/lib/libpoppler.so.66.0.0 +lrwxrwxrwx root/root usr/lib/libpoppler.so -> libpoppler.so.67 +lrwxrwxrwx root/root usr/lib/libpoppler.so.67 -> libpoppler.so.67.0.0 +-rwxr-xr-x root/root usr/lib/libpoppler.so.67.0.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/poppler-cairo.pc -rw-r--r-- root/root usr/lib/pkgconfig/poppler-cpp.pc diff --git a/poppler/.md5sum b/poppler/.md5sum index e73052526..444daf78e 100644 --- a/poppler/.md5sum +++ b/poppler/.md5sum @@ -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 diff --git a/poppler/.signature b/poppler/.signature index 3f5febee1..9f97b276b 100644 --- a/poppler/.signature +++ b/poppler/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/TS06R5ftc2u2LyS5rWe5XfMKTIcHBqmu+5XwZy2I77Y9B4hSoHlomEBYaLat+rbuyLJ8QkJpcXZoj611zAjowk= -SHA256 (Pkgfile) = f1c9a86bc54108d79ba73042b49e88d1a98578ddd6ff3d9c86770e8078a89ab5 -SHA256 (.footprint) = 90cf26685664491a478c441aace14f48279ab2c25ae875c7f82365b3522fcd6f -SHA256 (poppler-0.52.0.tar.xz) = 528b661738839f9a25f6e580fcd2d5db007e0a1948580c6489f0062798ca1992 -SHA256 (poppler-cmake.patch) = dc3074f93cfcbdbf9b7934763cf1de3d8fdfef5665f503c0471f8aa4e2166dc7 +RWSE3ohX2g5d/ZkT76tXHrXIVnyDbQQ+At8Uw5X2TtQLvJbYnzbt7huRWwhrcYmzfgjM/dZuMNfzi8vXrcXsMvWoXELrCr3tvQQ= +SHA256 (Pkgfile) = 5715995cb4eaa94f7a8f929aa7035b1d46b30362230e43d1f6addf63589fc3ca +SHA256 (.footprint) = bffab09c16d4ac90d238b8e5e4d420daec227f45d9f937752de93dff774c1d68 +SHA256 (poppler-0.53.0.tar.xz) = 592bf72960c6b5948b67657594b05e72d9a278daf7613c9f3cdff9a5b73096a8 +SHA256 (poppler-cmake.patch) = c93b1858601d949155c585a09b6313af40ca3ef81e360103ee0269cae840afa5 diff --git a/poppler/Pkgfile b/poppler/Pkgfile index 0c42238b3..27318dc4b 100644 --- a/poppler/Pkgfile +++ b/poppler/Pkgfile @@ -4,7 +4,7 @@ # Depends on: cmake cairo lcms2 name=poppler -version=0.52.0 +version=0.53.0 release=1 source=(http://poppler.freedesktop.org/poppler-$version.tar.xz poppler-cmake.patch) diff --git a/poppler/poppler-cmake.patch b/poppler/poppler-cmake.patch index 1ccfe051e..cdb8512a7 100644 --- a/poppler/poppler-cmake.patch +++ b/poppler/poppler-cmake.patch @@ -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)