mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
gis/gdal: Updated for version 2.0.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
a54c0c44f8
commit
58c7fb2244
2 changed files with 6 additions and 12 deletions
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue