Changes between Version 8 and Version 9 of pkg-gdal
- Timestamp:
- 10/20/13 06:23:03 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pkg-gdal
v8 v9 2 2 3 3 * Raster / Vector format geospatial data access library 4 * GDAL/OGR 1. 9.x ABI compatible (normally built from branches/1.9 stable branch)4 * GDAL/OGR 1.10.x ABI compatible (normally built from branches/1.10 stable branch using Visual C++ 2010) 5 5 * Home: http://www.gdal.org/ 6 6 * Utility Docs: http://www.gdal.org/gdal_utilities.html … … 11 11 * Depends on the the gdal15dll package which provides the old GDAL1.5 ABI DLL. 12 12 * Depends on the the gdal18dll package which provides the old GDAL1.8 ABI DLL. 13 * IPP libjpeg compatibility modifications applied (http://trac.osgeo.org/gdal/wiki/JpegIPP)13 * Depends on the the gdal19dll package which provides the old GDAL1.9 ABI DLL (and older HDF5 support DLLs) 14 14 * Required by !MapServer, GRASS, OSSIM, QGIS 15 * Maintainer is FrankWarmerdam (built in c:\warmerda\OSGeo4W\gdal-1.9-branch on NT2010 VM)15 * Maintainer is JuergenFischer