summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaka Kranjc2011-10-07 17:13:38 +0200
committerJaka Kranjc2011-10-07 17:13:38 +0200
commita9807d1c9a8e737a6795b340c9134b5408c07f6f (patch)
treefc8aa52c12af3da711853f27a022b7c66e7d7c55
parent57d0ddcec9d0f3ee23de1f2d2c74b628ef89351d (diff)
gdal: 1.8.1
-rwxr-xr-xscience/gdal/DEPENDS6
-rwxr-xr-xscience/gdal/DETAILS11
-rw-r--r--science/gdal/HISTORY4
3 files changed, 10 insertions, 11 deletions
diff --git a/science/gdal/DEPENDS b/science/gdal/DEPENDS
index 6f371674c4..32f1c4e8e1 100755
--- a/science/gdal/DEPENDS
+++ b/science/gdal/DEPENDS
@@ -1,10 +1,10 @@
depends zlib &&
depends tiff "--with-libtiff=yes" &&
-depends g++ &&
+depends -sub CXX gcc &&
depends libgeotiff "--with-geotiff=yes" &&
depends libpng "--with-png" &&
depends jpeg "--with-jpeg"&&
-depends libgif "--with-gif" &&
+depends giflib "--with-gif" &&
optional_depends cfitsio \
"--with-cfitsio" \
"--with-cfitsio=no" \
@@ -49,7 +49,7 @@ optional_depends python \
"--with-python" \
"--without-python" \
"Enable python bindings" &&
-optional_depends sqlite3 \
+optional_depends sqlite \
"--with-sqlite3" \
"--without-sqlite3" \
"Use SQLite 3 library" &&
diff --git a/science/gdal/DETAILS b/science/gdal/DETAILS
index d7195ebac6..bd5c9c5f81 100755
--- a/science/gdal/DETAILS
+++ b/science/gdal/DETAILS
@@ -1,18 +1,13 @@
SPELL=gdal
- VERSION=1.6.2
+ VERSION=1.8.1
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://download.osgeo.org/${SPELL}/${SOURCE}
- SOURCE_HASH=sha512:b9cae32b145632ea766f292240b4f7e6ecdc746baa59c0ebec6173811c68449cdd7cb06111e856a3ce04329a1cba132e4357cd68fb7ebc7381be107b5663edfd
+ SOURCE_HASH=sha512:a24bd47848f8f0304849269ef643a7482ce63eea641b3b5029f0ba9538f3d40a66c6d69966988d9e9cfbff3e1fd25d25b58a423ee5b6aa1542ed48fe11d560bf
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://www.gdal.org/"
LICENSE[0]="MIT/X"
ENTERED=20091102
- KEYWORDS="multimedia, Graphics, Graphics Conversion, Scientific/Engineering, Software Development, Libraries
-
-Major bugfixes
-Major bugfixes
-Major bugfixes
-Major feature enhancements"
+ KEYWORDS="gis"
SHORT="A translator library for raster geospatial data formats."
cat << EOF
The Geospatial Data Abstraction Library (GDAL) is a unifying C/C++ API for
diff --git a/science/gdal/HISTORY b/science/gdal/HISTORY
index 800a5b1f36..d49a66bf6d 100644
--- a/science/gdal/HISTORY
+++ b/science/gdal/HISTORY
@@ -1,3 +1,7 @@
+2011-10-07 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * DETAILS: 1.8.1
+ * DEPENDS: fixed g++ to new style, libgif, sqlite
+
2009-11-02 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
* DEPENDS, DETAILS, BUILD: spell created