summaryrefslogtreecommitdiffstats
path: root/src/gdal.mk
Commit message (Collapse)AuthorAgeFilesLines
* gdal: build with static proj.Martin Lambers2013-12-041-2/+2
| | | | | | | | This fixes the following runtime error for applications that use projection functionality: ERROR 6: Unable to load PROJ.4 library (libproj-0.dll), creation of OGRCoordinateTransformation failed.
* update package gdalNiels Kristian Bech Jensen2013-09-071-2/+2
|
* Move package versions from index.html back into the src/*.mk filesVolker Grabsch2013-07-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | Most of the automatic conversion was done using the following Python script: import os import re pkgs = sorted(mkfile[:-len('.mk')] for mkfile in os.listdir('src') if mkfile.endswith('.mk')) with open('index.html', 'rb') as f: index = f.read() pkgs_index = re.findall('<td class="package">([^<]*)</td>', index) assert pkgs_index == pkgs versions = dict(re.findall('<td id="([^"]*)-version">([^<]*)</td>', index)) assert sorted(versions.keys()) == pkgs for pkg in pkgs: version = versions[pkg] with open('src/' + pkg + '.mk', 'rb') as f: mk = f.read() checksumpos = mk.index('\n$(PKG)_CHECKSUM ') versionline = '\n$(PKG)_VERSION := %(version)s' % {'version': version} newmk = mk[:checksumpos] + versionline + mk[checksumpos:] with open('src/' + pkg + '.mk', 'wb') as f: f.write(newmk)
* various packages: enable/disable mingw-w64 buildsTony Theodore2013-06-011-5/+26
|
* Update package gdalNiels Kristian Bech Jensen2013-05-051-3/+3
|
* Remove unnecessary dependency on msvcr80.dll from hdf5 package.Martin Lambers2012-12-071-1/+1
| | | | This also removes linking with libmsvcr80.a for the netcdf and gdal packages.
* Add package netcdf and its prerequisites hdf4, hdf5, and portablexdr.Martin Lambers2012-12-051-5/+5
| | | | Also enable the HDF4, HDF5 and NetCDF drivers for GDAL.
* update package gdalMark Brand2012-10-111-1/+1
|
* update package gdalMark Brand2012-05-221-3/+2
|
* all packages: use $(WGET) portability variableTony Theodore2012-05-161-1/+1
|
* Move full package names from src/*.mk into package list (index.html)Volker Grabsch2012-03-291-1/+0
|
* Move doc/index.html -> index.htmlVolker Grabsch2012-03-291-1/+1
|
* Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.htmlVolker Grabsch2012-03-291-2/+0
|
* Rebrand to new project name MXEVolker Grabsch2012-03-281-1/+1
|
* rename project libgta to gtaMark Brand2012-03-071-1/+1
| | | | | | | | | | | | | | --- src/gdal.mk | 2 +- src/gta-test.c | 20 ++++++++++++++++++++ src/gta.mk | 36 ++++++++++++++++++++++++++++++++++++ src/libgta-test.c | 20 -------------------- src/libgta.mk | 36 ------------------------------------ 5 files changed, 57 insertions(+), 57 deletions(-) create mode 100644 src/gta-test.c create mode 100644 src/gta.mk delete mode 100644 src/libgta-test.c delete mode 100644 src/libgta.mk
* Make GDAL depend on libgta.Martin Lambers2012-03-071-1/+2
| | | | | | | This adds support for the GTA file format (new in GDAL 1.9.0). --- src/gdal.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
* update package gdalMark Brand2012-01-101-2/+2
|
* package gdal gdk-pixbuf libpano13: tiff 4 detection workaroundMark Brand2011-12-231-1/+1
|
* improved coding style regarding creation of symlinksVolker Grabsch2011-08-151-1/+1
|
* update package gdalMark Brand2011-07-141-2/+2
|
* provide a i686-pc-mingw32-gdal-config symlink for package gdalMartin Lambers2011-05-221-0/+1
|
* package gdal: libpng 1.5 compatibilityMark Brand2011-03-031-1/+1
|
* package gdal: autogen not required after update to 1.8Tony Theodore2011-03-031-2/+0
|
* package gdal: libpng15 breaks build - use internal versionTony Theodore2011-03-031-1/+1
|
* update package gdalTony Theodore2011-03-011-2/+2
|
* fix download URLs of package: gdal geos libgeotiff proj tiffVolker Grabsch2010-11-291-2/+2
|
* upgrade packages: atkmm gdal gdk-pixbuf glew glib gtk imagemagick lapack ↵Volker Grabsch2010-11-281-2/+2
| | | | librsvg libvpx libxml2 ogg pixman vorbis x264
* upgrade packages boost gdal glew gst-plugins-base gstreamer gtk libgpg_error ↵Mark Brand2010-05-111-2/+2
| | | | libgsf libpng librsvg libunistring taglib
* disable odbc support of package gdal (by Martin Lambers)Volker Grabsch2010-05-031-2/+2
|
* bugfix: provide the full path to pg_config in package gdalVolker Grabsch2010-02-211-1/+1
|
* install "usr/bin/i686-pc-mingw32-pg_config" instead of ↵Volker Grabsch2010-02-181-1/+1
| | | | "usr/i686-pc-mingw32/bin/pg_config"
* bugfix for package gdal (by Mark Brand)Volker Grabsch2010-02-161-1/+2
|
* make all dependencies explicit in package gdalVolker Grabsch2010-02-151-4/+45
|
* update version of packages curl, freetype, gdal, glib, gtk and pixmanVolker Grabsch2010-02-141-2/+2
|
* point consequently to "doc/index.html" instead of "doc/index.html or doc/README"Volker Grabsch2010-02-071-1/+1
|
* revert upgrade of package gdalVolker Grabsch2010-02-071-2/+2
|
* update version of packages boost, gdal, gtk, libpano13 and xercesVolker Grabsch2010-02-051-2/+2
|
* simplified file markersVolker Grabsch2010-01-161-20/+2
|
* update version of packages atk, boost, fontconfig, gdal, geos, glib, lcms, ↵Volker Grabsch2009-12-021-2/+2
| | | | libevent, pango, pixman, sdl_image and sdl_mixer
* improved version recognition, enable the notation of ignored (bad) package ↵Volker Grabsch2009-09-201-0/+1
| | | | versions
* update version of packages curl, fontconfig, gdal, gnutls, gtk, libpng, ↵Volker Grabsch2009-09-021-2/+2
| | | | mingwrt, pango, pixman, sqlite and tiff
* improved download URLs for packages gdal, geos, libgeotiff, proj and tiffVolker Grabsch2009-09-011-1/+2
|
* replace the contact email address with hints to the project mailing listVolker Grabsch2009-09-011-1/+1
|
* add a copyright notice and license to each source fileVolker Grabsch2009-08-211-1/+21
|
* update version of packages atk, curl, gcc, gdal, glib, gnutls, gtk, ↵Volker Grabsch2009-06-101-2/+2
| | | | libevent, libidn, libntlm, libpng, nsis, pango, pdflib_lite, pixman, sqlite, tre and xmlwrapp
* validate downloads using SHA-1 checksumsVolker Grabsch2009-04-051-7/+8
|
* put all package's project websites into Make variables $($(PKG)_WEBSITE)Volker Grabsch2009-03-011-1/+1
|
* update version of package gdalVolker Grabsch2008-12-131-1/+1
|
* update version of packages curl, gdal, geos, libgpg_error and sdl_imageVolker Grabsch2008-11-281-1/+1
|
* update download URL of package "gdal"Volker Grabsch2008-11-281-1/+1
|