summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2021-05-12 07:37:07 +0200
committer Willy Sudiarto Raharjo2021-05-18 18:42:10 +0200
commit3ebf2e75e36648b4128b8910a324d90e39e93339 (patch)
treec1aa41dde108446e59ced316630283450f06b336 /gis
parent8b22be9310bd72631a7ee8f8f6342c68542ac02f (diff)
downloadslackbuilds-3ebf2e75e36648b4128b8910a324d90e39e93339.tar.gz
gis/gdal: Updated for version 3.3.0.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r--gis/gdal/README3
-rw-r--r--gis/gdal/gdal.SlackBuild12
-rw-r--r--gis/gdal/gdal.info6
3 files changed, 9 insertions, 12 deletions
diff --git a/gis/gdal/README b/gis/gdal/README
index 76ea934672..184d0d4e82 100644
--- a/gis/gdal/README
+++ b/gis/gdal/README
@@ -10,7 +10,8 @@ provides a similar capability for simple features vector data.
The following optional requirements are detected automatically:
- freexl, hdf, hdf5, libkml, netcdf, postgresql, xerces-c
+ freexl, hdf, hdf5, libkml, netcdf, postgresql, xerces-c,
+ libspatialite, SFCGAL
To enable OpenCL GPU-accelerated performance, specify the option
OPENCL=yes (requires either nvidia-driver or amd-app-sdk with
diff --git a/gis/gdal/gdal.SlackBuild b/gis/gdal/gdal.SlackBuild
index bb308d51b2..aec21ec785 100644
--- a/gis/gdal/gdal.SlackBuild
+++ b/gis/gdal/gdal.SlackBuild
@@ -26,7 +26,7 @@
# Maintained by David Spencer <baildon.research@googlemail.com>
PRGNAM=gdal
-VERSION=${VERSION:-3.2.2}
+VERSION=${VERSION:-3.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -86,14 +86,9 @@ if pkg-config --exists libwebp; then
WITHLIST+=" --with-webp"
fi
-# Spatialite support in gdal optionally has a circular dependency
-# via the postgis 'liblwgeom' library (postgis depends on gdal).
-# Here is an undocumented option to request Spatialite support,
-# if you promise to be careful :-)
+# Spatialite support if package is installed:
if pkg-config --exists spatialite; then
- if [ ${SPATIALITE:-no} = "yes" ]; then
- WITHLIST+=" --with-spatialite"
- fi
+ WITHLIST+=" --with-spatialite"
fi
# Also, enabling Grass support in gdal introduces a circular dependency,
@@ -130,6 +125,7 @@ CXXFLAGS="$SLKCFLAGS" \
--with-libz=/usr/lib${LIBDIRSUFFIX} \
--with-liblzma \
--with-curl=/usr/bin/curl-config \
+ --with-crypto=yes \
--without-grib \
--with-static-proj4 \
--with-mysql \
diff --git a/gis/gdal/gdal.info b/gis/gdal/gdal.info
index 8a0163a0b6..a807162730 100644
--- a/gis/gdal/gdal.info
+++ b/gis/gdal/gdal.info
@@ -1,8 +1,8 @@
PRGNAM="gdal"
-VERSION="3.2.2"
+VERSION="3.3.0"
HOMEPAGE="https://www.gdal.org/"
-DOWNLOAD="https://download.osgeo.org/gdal/3.2.2/gdal-3.2.2.tar.xz"
-MD5SUM="c656be582f7beb528c66486cd1fca7a2"
+DOWNLOAD="https://download.osgeo.org/gdal/3.3.0/gdal-3.3.0.tar.xz"
+MD5SUM="000db27a7b3e146b9dcb3838aabde2ab"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="geos proj"