summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author David Spencer <idlemoor@slackbuilds.org>2016-03-20 18:08:54 +0000
committer Robby Workman <rworkman@slackbuilds.org>2016-03-20 23:34:43 -0500
commit58c7fb22448246196e13fef7d673074b3c52b43a (patch)
tree12f1ff344b8a9db9e66a3369e2d6e48241d1b89f /gis
parenta54c0c44f838fb2705acdd64cd97066c9c768005 (diff)
downloadslackbuilds-58c7fb22448246196e13fef7d673074b3c52b43a.tar.gz
slackbuilds-58c7fb22448246196e13fef7d673074b3c52b43a.tar.xz
gis/gdal: Updated for version 2.0.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r--gis/gdal/gdal.SlackBuild10
-rw-r--r--gis/gdal/gdal.info8
2 files changed, 6 insertions, 12 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 \
diff --git a/gis/gdal/gdal.info b/gis/gdal/gdal.info
index c923cbb034..1ca4448276 100644
--- a/gis/gdal/gdal.info
+++ b/gis/gdal/gdal.info
@@ -1,10 +1,10 @@
PRGNAM="gdal"
-VERSION="1.11.4"
+VERSION="2.0.2"
HOMEPAGE="http://www.gdal.org/"
-DOWNLOAD="http://download.osgeo.org/gdal/1.11.4/gdal-1.11.4.tar.xz"
-MD5SUM="39d5125f8bf41179db0b450c8db9e1ee"
+DOWNLOAD="http://download.osgeo.org/gdal/2.0.2/gdal-2.0.2.tar.xz"
+MD5SUM="940208e737c87d31a90eaae43d0efd65"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="geos proj podofo"
+REQUIRES="geos proj"
MAINTAINER="David Spencer"
EMAIL="baildon.research@googlemail.com"