libraries/gdal: Updated for version 1.7.3.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
David Spencer 2010-12-15 09:20:39 -02:00 committed by Erik Hanson
parent 27b32686b0
commit 744138b5f7
4 changed files with 14 additions and 8 deletions

View file

@ -9,3 +9,7 @@ The related OGR library (which is part of the GDAL source tree)
provides a similar capability for simple features vector data.
This requires geos and proj.
To include gdal's optional support for grass, rebuild gdal after
grass is installed. If you don't want grass support, pass
GRASS=no to the script.

View file

@ -4,7 +4,7 @@
# Maintained by David Spencer <baildon.research@googlemail.com>
PRGNAM=gdal
VERSION=1.7.2
VERSION=${VERSION:-1.7.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -51,8 +51,10 @@ find . \
-exec chmod 644 {} \;
WITHLIST=""
if [[ "$GRASS" = "yes" ]]; then
WITHLIST+=" --with-grass=/usr/lib${LIBDIRSUFFIX}/grass"
if pkg-config --exists grass; then
if [ ${GRASS:-yes} = "yes" ]; then
WITHLIST+=" --with-grass=$(pkg-config --variable=prefix grass)"
fi
fi
CFLAGS="$SLKCFLAGS" \

View file

@ -1,10 +1,10 @@
PRGNAM="gdal"
VERSION="1.7.2"
VERSION="1.7.3"
HOMEPAGE="http://www.gdal.org/"
DOWNLOAD="http://download.osgeo.org/gdal/gdal-1.7.2.tar.gz"
MD5SUM="05351f8cb61761ae579667e24a297fe6"
DOWNLOAD="http://download.osgeo.org/gdal/gdal-1.7.3.tar.gz"
MD5SUM="c4673970bd2285032de9ae9bbd82754a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="David Spencer"
EMAIL="baildon.research@googlemail.com"
APPROVED="Erik Hanson"
APPROVED="Niels Horn"

View file

@ -12,7 +12,7 @@ gdal: The Geospatial Data Abstraction Library (GDAL) is a unifying
gdal: C/C++ API for accessing raster geospatial data, and currently
gdal: includes formats like GeoTIFF, Erdas Imagine, Arc/Info Binary,
gdal: CEOS, DTED, GXF, and SDTS.
gdal:
gdal:
gdal: Homepage: http://www.gdal.org
gdal:
gdal: