From 54a490485505376e65e1a69a942712e75ee12080 Mon Sep 17 00:00:00 2001 From: idriskalp Date: Fri, 21 Feb 2020 19:31:37 +0300 Subject: [PATCH] poppler 0.85.0 --- office/postscript/poppler/actions.py | 6 +++++- office/postscript/poppler/pspec.xml | 11 +++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/office/postscript/poppler/actions.py b/office/postscript/poppler/actions.py index 7f21d96f83..55415d2aef 100644 --- a/office/postscript/poppler/actions.py +++ b/office/postscript/poppler/actions.py @@ -20,13 +20,17 @@ def setup(): -DCMAKE_INSTALL_LIBDIR=lib \ -DENABLE_UNSTABLE_API_ABI_HEADERS=ON \ -DENABLE_XPDF_HEADERS=ON \ + -DWITH_NSS3=OFF \ " if get.buildTYPE() == "emul32": options = " -DCMAKE_INSTALL_LIBDIR=/usr/lib32 \ -DCMAKE_INSTALL_PREFIX=/emul32 \ -DENABLE_QT5=OFF \ - -DENABLE_LIBCURL=OFF" + -DENABLE_LIBCURL=OFF \ + -DWITH_NSS3=OFF \ + -DWITH_GTK=OFF \ + -DWITH_GObjectIntrospection=OFF" cmaketools.configure(options, sourceDir="..") diff --git a/office/postscript/poppler/pspec.xml b/office/postscript/poppler/pspec.xml index 454d40e681..1cedf3530d 100644 --- a/office/postscript/poppler/pspec.xml +++ b/office/postscript/poppler/pspec.xml @@ -12,7 +12,7 @@ library PDF rendering library poppler is a PDF rendering library based on xpdf. - http://poppler.freedesktop.org/poppler-0.74.0.tar.xz + https://poppler.freedesktop.org/poppler-0.85.0.tar.xz cmake python3 @@ -27,7 +27,7 @@ zlib-devel fontconfig-devel openjpeg2-devel - qt5-base-devel + qt5-base-devel @@ -223,6 +223,13 @@ + + 2020-02-21 + 0.85.0 + Version bump. + İdris Kalp + idriskalp@gmail.com + 2020-02-05 0.74.0