summaryrefslogtreecommitdiffstats
path: root/source/l/poppler/poppler.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-10-31 18:31:56 +0000
committer Eric Hameleers <alien@slackware.com>2020-11-01 08:59:52 +0100
commitb9b10925923fe08bef9debfa98f8a2092e33c172 (patch)
tree64f095affe5bda3f5f80e98bd5807e56e927c472 /source/l/poppler/poppler.SlackBuild
parent1fa4345d3c7c45951e7603e684cebd718f666b2d (diff)
downloadcurrent-b9b10925923fe08bef9debfa98f8a2092e33c172.tar.gz
current-b9b10925923fe08bef9debfa98f8a2092e33c172.tar.xz
Sat Oct 31 18:31:56 UTC 202020201031183156
ap/alsa-utils-1.2.4-x86_64-1.txz: Upgraded. l/alsa-lib-1.2.4-x86_64-1.txz: Upgraded. l/poppler-20.10.0-x86_64-2.txz: Rebuilt. Rebuilt with -DENABLE_UNSTABLE_API_ABI_HEADERS=ON. Thanks to marrowsuck. extra/pure-alsa-system/alsa-lib-1.2.4-x86_64-1_alsa.txz: Upgraded.
Diffstat (limited to '')
-rwxr-xr-xsource/l/poppler/poppler.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/l/poppler/poppler.SlackBuild b/source/l/poppler/poppler.SlackBuild
index 5902adf33..f5880983c 100755
--- a/source/l/poppler/poppler.SlackBuild
+++ b/source/l/poppler/poppler.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=poppler
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -92,6 +92,7 @@ cmake \
-DENABLE_GTK_DOC=ON \
-DENABLE_LIBOPENJPEG=openjpeg2 \
-DENABLE_XPDF_HEADERS=ON \
+ -DENABLE_UNSTABLE_API_ABI_HEADERS=ON \
-DENABLE_ZLIB=ON \
.. || exit 1