summaryrefslogtreecommitdiffstats
path: root/gis/gdal/gdal.SlackBuild
diff options
context:
space:
mode:
author David Spencer2016-03-20 19:08:54 +0100
committer Robby Workman2016-03-21 05:34:43 +0100
commit58c7fb22448246196e13fef7d673074b3c52b43a (patch)
tree12f1ff344b8a9db9e66a3369e2d6e48241d1b89f /gis/gdal/gdal.SlackBuild
parenta54c0c44f838fb2705acdd64cd97066c9c768005 (diff)
downloadslackbuilds-58c7fb22448246196e13fef7d673074b3c52b43a.tar.gz
gis/gdal: Updated for version 2.0.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'gis/gdal/gdal.SlackBuild')
-rw-r--r--gis/gdal/gdal.SlackBuild10
1 files changed, 2 insertions, 8 deletions
diff --git a/gis/gdal/gdal.SlackBuild b/gis/gdal/gdal.SlackBuild
index 668acf0464..d6fb931aa5 100644
--- a/gis/gdal/gdal.SlackBuild
+++ b/gis/gdal/gdal.SlackBuild
@@ -24,7 +24,7 @@
# Maintained by David Spencer <baildon.research@googlemail.com>
PRGNAM=gdal
-VERSION=${VERSION:-1.11.4}
+VERSION=${VERSION:-2.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -114,13 +114,6 @@ fi
# Thanks to the people at Arch for this:
patch -p0 <$CWD/gdal-python-install.patch
-# poppler-0.41 broke the build again, so we're going to use podofo. This is
-# really an optional dependency that most people don't need, but podofo doesn't
-# have a .pc file for us to autodetect, and pdf support with poppler was
-# included by default in previous gdal builds, so we're going to pretend podofo
-# is a mandatory dep. See also http://www.gdal.org/frmt_pdf.html
-WITHLIST+=" --with-podofo"
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -141,6 +134,7 @@ CXXFLAGS="$SLKCFLAGS" \
--with-static-proj4 \
--with-mysql \
--with-python \
+ --with-poppler \
--with-libtiff=internal \
--with-rename-internal-libtiff-symbols=yes \
--with-geotiff=internal \