diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-05-12 07:37:07 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-18 23:42:10 +0700 |
commit | 3ebf2e75e36648b4128b8910a324d90e39e93339 (patch) | |
tree | c1aa41dde108446e59ced316630283450f06b336 /gis/gdal | |
parent | 8b22be9310bd72631a7ee8f8f6342c68542ac02f (diff) |
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/gdal')
-rw-r--r-- | gis/gdal/README | 3 | ||||
-rw-r--r-- | gis/gdal/gdal.SlackBuild | 12 | ||||
-rw-r--r-- | gis/gdal/gdal.info | 6 |
3 files changed, 9 insertions, 12 deletions
diff --git a/gis/gdal/README b/gis/gdal/README index 76ea934672bc..184d0d4e82ae 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 bb308d51b20a..aec21ec785dd 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 8a0163a0b644..a80716273018 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" |