summaryrefslogtreecommitdiff
path: root/gnu/packages/geo.scm
Commit message (Collapse)AuthorAge
* gnu: qgis: Fix some plugins.Guillaume Le Vaillant2020-04-04
| | | | | * gnu/packages/geo.scm (qgis)[arguments]: Add a 'wrap-gis' phase to set the environment variables required by some plugins.
* gnu: Add qgis.Guillaume Le Vaillant2020-03-24
| | | | | | | * gnu/packages/geo.scm (qgis): New variable. Co-authored-by: Wiktor Żelazny <wzelazny@vurv.cz> Co-authored-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: Add saga.Guillaume Le Vaillant2020-03-24
| | | | * gnu/packages/geo.scm (saga): New variable.
* gnu: Add grass.Guillaume Le Vaillant2020-03-24
| | | | * gnu/packages/geo.scm (grass): New variable.
* gnu: osm2pgsql: Update to 1.2.1.Guillaume Le Vaillant2020-03-20
| | | | | | | * gnu/packages/geo.scm (osm2pgsql): Update to 1.2.1. [inputs]: Add bzip2 and replace proj.4 by proj. [native-inputs]: Replace python-2 by python and python2-psycopg2 by python-psycopg2.
* gnu: libosmium: Update to 2.15.4.Guillaume Le Vaillant2020-03-20
| | | | | * gnu/packages/geo.scm (libosmium): Update to 2.15.4. [inputs]: Add bzip2 and utfcpp.
* gnu: Add opencpn.Guillaume Le Vaillant2020-03-18
| | | | * gnu/packages/geo.scm (opencpn): New variable.
* gnu: tegola: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-13
| | | | * gnu/packages/geo.scm (tegola)[home-page]: Use HTTPS.
* gnu: Add virtualpg.Guillaume Le Vaillant2020-03-12
| | | | * gnu/packages/geo.scm (virtualpg): New variable.
* gnu: spatialite-gui: Fix GUI not showing up.Guillaume Le Vaillant2020-03-11
| | | | * gnu/packages/geo.scm (spatialite-gui)[arguments]: Add 'fix-gui' phase.
* gnu: Add spatialite-tools.Guillaume Le Vaillant2020-03-09
| | | | * gnu/packages/geo.scm (spatialite-tools): New variable.
* gnu: Add readosm.Guillaume Le Vaillant2020-03-09
| | | | * gnu/packages/geo.scm (readosm): New variable.
* gnu: spatialite-gui: Add missing input.Guillaume Le Vaillant2020-03-09
| | | | * gnu/packages/geo.scm (spatialite-gui)[inputs]: Add libjpeg-turbo.
* gnu: gdal: Update to 3.0.4.Guillaume Le Vaillant2020-03-09
| | | | * gnu/packages/geo.scm (gdal): Update to 3.0.4.
* gnu: proj: Update to 6.3.1.Guillaume Le Vaillant2020-03-09
| | | | * gnu/packages/geo.scm (proj): Update to 6.3.1.
* gnu: josm: Update to 15937.Julien Lepiller2020-03-04
| | | | * gnu/packages/geo.scm (josm): Update to 15937.
* gnu: java-jmapviewer: Update ot 2.13.Julien Lepiller2020-03-04
| | | | * gnu/packages/geo.scm (java-jmapviewer): Update to 2.13.
* gnu: mapnik: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-02
| | | | * gnu/packages/geo.scm (mapnik)[home-page]: Use HTTPS.
* gnu: proj: Update home page.Tobias Geerinckx-Rice2020-02-21
| | | | * gnu/packages/geo.scm (proj)[home-page]: Use new (HTTPS) domain.
* gnu: python-maxminddb, python-geoip2: Use HTTPS home page.Tobias Geerinckx-Rice2020-01-17
| | | | | * gnu/packages/geo.scm (python-maxminddb, python-geoip2)[home-page]: Use HTTPS.
* gnu: Add qmapshack.Guillaume Le Vaillant2020-01-13
| | | | * gnu/packages/geo.scm (qmapshack): New variable.
* gnu: Add routino.Guillaume Le Vaillant2020-01-13
| | | | * gnu/packages/geo.scm (routino): New variable.
* gnu: libgeotiff: Do not build static library.Marius Bakke2020-01-07
| | | | | * gnu/packages/geo.scm (libgeotiff)[arguments]: Add "--disable-static" in #:configure-flags.
* gnu: libgeotiff: Propagate proj.Marius Bakke2020-01-07
| | | | | * gnu/packages/geo.scm (libgeotiff)[inputs]: Move PROJ ... [propagated-inputs]: ... here. New field.
* gnu: gdal: Use HTTPS home page URI.Arun Isaac2019-12-26
| | | | * gnu/packages/geo.scm (gdal)[home-page]: Use HTTPS URI.
* gnu: gdal: Enable netCDF format driver.Arun Isaac2019-12-26
| | | | * gnu/packages/geo.scm (gdal)[inputs]: Add netcdf.
* gnu: gdal: Enable GPKG format driver.Arun Isaac2019-12-26
| | | | | * gnu/packages/geo.scm (gdal)[inputs]: Enable sqlite. [arguments]: Add --with-sqlite3 to #:configure-flags.
* gnu: gdal: Enable ODS format driver.Arun Isaac2019-12-26
| | | | | * gnu/packages/geo.scm (gdal)[inputs]: Add expat. [arguments]: Add --with-expat to #:configure-flags.
* gnu: libspatialindex: Update to 1.9.3.Arun Isaac2019-12-26
| | | | | | * gnu/packages/geo.scm (libspatialindex): Update to 1.9.3. [build-system]: Switch to cmake-build-system. [source]: Update URI.
* gnu: postgis: Update to 3.0.0.Arun Isaac2019-12-26
| | | | | * gnu/packages/geo.scm (postgis): Update to 3.0.0. [inputs]: Add json-c and libjpeg-turbo. Replace proj.4 with proj.
* gnu: gdal: Update to 3.0.2.Arun Isaac2019-12-26
| | | | | * gnu/packages/geo.scm (gdal): Update to 3.0.2. [inputs]: Add proj.
* gnu: libgeotiff: Update to 1.5.1.Arun Isaac2019-12-26
| | | | | | | | | | * gnu/packages/patches/libgeotiff-adapt-test-script-for-proj-6.2.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/geo.scm (libgeotiff): Update to 1.5.1. [inputs]: Replace proj.4 with proj. [sources]: Add libgeotiff-adapt-test-script-for-proj-6.2.patch to patches.
* gnu: Add proj.Arun Isaac2019-12-26
| | | | * gnu/packages/geo.scm (proj): New variable.
* gnu: geos: Update to 3.8.0.Arun Isaac2019-12-26
| | | | * gnu/packages/geo.scm (geos): Update to 3.8.0.
* gnu: josm: Update to 15553.Julien Lepiller2019-12-14
| | | | * gnu/packages/geo.scm (josm): Update to 15553.
* gnu: gnome-maps: Update to 3.32.2.1.Kei Kebreau2019-12-07
| | | | * gnu/packages/geo.scm (gnome-maps): Update to 3.32.2.1.
* gnu: Add python-geoip2.Hartmut Goebel2019-12-06
| | | | * gnu/packages/geo.scm (python-geoip2): New variable.
* gnu: Add python-maxminddb.Hartmut Goebel2019-12-06
| | | | * gnu/packages/geo.scm (python-maxminddb): New variable.
* gnu: Add libmaxminddb.Hartmut Goebel2019-12-06
| | | | * gnu/packages/geo.scm (libmaxminddb): New variable.
* gnu: Add josm.Julien Lepiller2019-11-13
| | | | * gnu/packages/geo.scm (josm): New variable.
* gnu: Add java-jmapviewer.Julien Lepiller2019-11-13
| | | | * gnu/packages/geo.scm (java-jmapviewer): New variable.
* gnu: gnome-maps: Don't create icon cache.Efraim Flashner2019-11-06
| | | | | | * gnu/packages/geo.scm (gnome-maps)[arguments]: Add phase to skip creating the gtk icon cache. [native-inputs]: Remove gtk+:bin.
* gnu: Add libspatialindex.Wiktor Żelazny2019-11-04
| | | | | | * gnu/packages/geo.scm (libspatialindex): new variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: postgis: Update to 2.4.8.Tobias Geerinckx-Rice2019-10-27
| | | | * gnu/packages/geo.scm (postgis): Update to 2.4.8.
* Merge branch 'master' into core-updatesMarius Bakke2019-09-27
|\
| * gnu: xygrib: Update to 1.2.6.1.Tobias Geerinckx-Rice2019-09-27
| | | | | | | | * gnu/packages/geo.scm (xygrib): Update to 1.2.6.1.
| * gnu: gnome-maps: Fix runtime error.Ricardo Wurmus2019-08-07
| | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/35761>. * gnu/packages/geo.scm (gnome-maps)[arguments]: Add lib output of gnome-online-accounts and geocode-glib to LD_LIBRARY_PATH. [inputs]: Add gnome-online-accounts:lib.
* | gnu: gnome-maps: Update to 3.30.3.1.Kei Kebreau2019-07-28
| | | | | | | | | | | | | | * gnu/packages/geo.scm (gnome-maps): Update to 3.30.3.1. [inputs]: Replace gdk-pixbuf with gdk-pixbuf+svg and gnome-online-accounts with gnome-online-accounts:lib. [arguments]: Adjust 'wrap' phase accordingly.
* | Merge branch 'master' into core-updatesMarius Bakke2019-07-22
|\|
| * gnu: Add python-gdal.宋文武2019-07-21
| | | | | | | | | | | | | | For <https://issues.guix.gnu.org/issue/36623>, thank to Arne Babenhauserheide for the original patch. * gnu/packages/geo.scm (python-gdal): New package.