summaryrefslogtreecommitdiff
path: root/gnu/packages/geo.scm
Commit message (Expand)AuthorAgeFilesLines
...
| * gnu: Add spatialite-tools.•••* gnu/packages/geo.scm (spatialite-tools): New variable. Guillaume Le Vaillant2020-03-091-0/+31
| * gnu: Add readosm.•••* gnu/packages/geo.scm (readosm): New variable. Guillaume Le Vaillant2020-03-091-0/+24
| * gnu: spatialite-gui: Add missing input.•••* gnu/packages/geo.scm (spatialite-gui)[inputs]: Add libjpeg-turbo. Guillaume Le Vaillant2020-03-091-0/+1
| * gnu: gdal: Update to 3.0.4.•••* gnu/packages/geo.scm (gdal): Update to 3.0.4. Guillaume Le Vaillant2020-03-091-2/+2
| * gnu: proj: Update to 6.3.1.•••* gnu/packages/geo.scm (proj): Update to 6.3.1. Guillaume Le Vaillant2020-03-091-2/+2
* | Merge branch 'master' into core-updatesMarius Bakke2020-03-041-6/+6
|\|
| * gnu: josm: Update to 15937.•••* gnu/packages/geo.scm (josm): Update to 15937. Julien Lepiller2020-03-041-2/+2
| * gnu: java-jmapviewer: Update ot 2.13.•••* gnu/packages/geo.scm (java-jmapviewer): Update to 2.13. Julien Lepiller2020-03-041-2/+2
| * gnu: mapnik: Use HTTPS home page.•••* gnu/packages/geo.scm (mapnik)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2020-03-021-1/+1
| * gnu: proj: Update home page.•••* gnu/packages/geo.scm (proj)[home-page]: Use new (HTTPS) domain. Tobias Geerinckx-Rice2020-02-211-1/+1
* | gnu: qmapshack: Remove sqlite-with-column-metadata workaround.•••* gnu/packages/geo.scm (qmapshack)[arguments]: Do not set LD_LIBRARY_PATH in wrapper scripts. Marius Bakke2020-01-241-10/+2
* | Merge branch 'staging' into core-updatesMarius Bakke2020-01-211-2/+2
|\|
| * gnu: python-maxminddb, python-geoip2: Use HTTPS home page.•••* gnu/packages/geo.scm (python-maxminddb, python-geoip2)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2020-01-171-2/+2
* | Merge branch 'master' into core-updatesMarius Bakke2020-01-151-1/+124
|\|
| * gnu: Add qmapshack.•••* gnu/packages/geo.scm (qmapshack): New variable. Guillaume Le Vaillant2020-01-131-0/+80
| * gnu: Add routino.•••* gnu/packages/geo.scm (routino): New variable. Guillaume Le Vaillant2020-01-131-1/+44
|/
* gnu: libgeotiff: Do not build static library.•••* gnu/packages/geo.scm (libgeotiff)[arguments]: Add "--disable-static" in #:configure-flags. Marius Bakke2020-01-071-2/+2
* gnu: libgeotiff: Propagate proj.•••* gnu/packages/geo.scm (libgeotiff)[inputs]: Move PROJ ... [propagated-inputs]: ... here. New field. Marius Bakke2020-01-071-1/+4
* gnu: gdal: Use HTTPS home page URI.•••* gnu/packages/geo.scm (gdal)[home-page]: Use HTTPS URI. Arun Isaac2019-12-261-1/+1
* gnu: gdal: Enable netCDF format driver.•••* gnu/packages/geo.scm (gdal)[inputs]: Add netcdf. Arun Isaac2019-12-261-0/+2
* gnu: gdal: Enable GPKG format driver.•••* gnu/packages/geo.scm (gdal)[inputs]: Enable sqlite. [arguments]: Add --with-sqlite3 to #:configure-flags. Arun Isaac2019-12-261-0/+2
* gnu: gdal: Enable ODS format driver.•••* gnu/packages/geo.scm (gdal)[inputs]: Add expat. [arguments]: Add --with-expat to #:configure-flags. Arun Isaac2019-12-261-1/+3
* gnu: libspatialindex: Update to 1.9.3.•••* gnu/packages/geo.scm (libspatialindex): Update to 1.9.3. [build-system]: Switch to cmake-build-system. [source]: Update URI. Arun Isaac2019-12-261-5/+6
* gnu: postgis: Update to 3.0.0.•••* gnu/packages/geo.scm (postgis): Update to 3.0.0. [inputs]: Add json-c and libjpeg-turbo. Replace proj.4 with proj. Arun Isaac2019-12-261-3/+5
* gnu: gdal: Update to 3.0.2.•••* gnu/packages/geo.scm (gdal): Update to 3.0.2. [inputs]: Add proj. Arun Isaac2019-12-261-2/+3
* gnu: libgeotiff: Update to 1.5.1.•••* 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. Arun Isaac2019-12-261-9/+8
* gnu: Add proj.•••* gnu/packages/geo.scm (proj): New variable. Arun Isaac2019-12-261-0/+33
* gnu: geos: Update to 3.8.0.•••* gnu/packages/geo.scm (geos): Update to 3.8.0. Arun Isaac2019-12-261-3/+3
* gnu: josm: Update to 15553.•••* gnu/packages/geo.scm (josm): Update to 15553. Julien Lepiller2019-12-141-2/+2
* gnu: gnome-maps: Update to 3.32.2.1.•••* gnu/packages/geo.scm (gnome-maps): Update to 3.32.2.1. Kei Kebreau2019-12-071-2/+2
* gnu: Add python-geoip2.•••* gnu/packages/geo.scm (python-geoip2): New variable. Hartmut Goebel2019-12-061-0/+24
* gnu: Add python-maxminddb.•••* gnu/packages/geo.scm (python-maxminddb): New variable. Hartmut Goebel2019-12-061-0/+23
* gnu: Add libmaxminddb.•••* gnu/packages/geo.scm (libmaxminddb): New variable. Hartmut Goebel2019-12-061-0/+31
* gnu: Add josm.•••* gnu/packages/geo.scm (josm): New variable. Julien Lepiller2019-11-131-0/+140
* gnu: Add java-jmapviewer.•••* gnu/packages/geo.scm (java-jmapviewer): New variable. Julien Lepiller2019-11-131-1/+37
* gnu: gnome-maps: Don't create icon cache.•••* gnu/packages/geo.scm (gnome-maps)[arguments]: Add phase to skip creating the gtk icon cache. [native-inputs]: Remove gtk+:bin. Efraim Flashner2019-11-061-2/+7
* gnu: Add libspatialindex.•••* gnu/packages/geo.scm (libspatialindex): new variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Wiktor Żelazny2019-11-041-0/+35
* gnu: postgis: Update to 2.4.8.•••* gnu/packages/geo.scm (postgis): Update to 2.4.8. Tobias Geerinckx-Rice2019-10-271-2/+2
* Merge branch 'master' into core-updatesMarius Bakke2019-09-271-2/+2
|\
| * gnu: xygrib: Update to 1.2.6.1.•••* gnu/packages/geo.scm (xygrib): Update to 1.2.6.1. Tobias Geerinckx-Rice2019-09-271-2/+2
| * gnu: gnome-maps: Fix runtime error.•••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. Ricardo Wurmus2019-08-071-1/+8
* | gnu: gnome-maps: Update to 3.30.3.1.•••* 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. Kei Kebreau2019-07-281-6/+11
* | Merge branch 'master' into core-updatesMarius Bakke2019-07-221-0/+19
|\|
| * gnu: Add python-gdal.•••For <https://issues.guix.gnu.org/issue/36623>, thank to Arne Babenhauserheide for the original patch. * gnu/packages/geo.scm (python-gdal): New package. 宋文武2019-07-211-0/+19
* | Merge branch 'master' into core-updatesMarius Bakke2019-07-191-0/+68
|\|
| * gnu: Add xygrib.•••* gnu/packages/geo.scm (xygrib): New variable. Efraim Flashner2019-07-181-0/+68
* | Merge branch 'master' into core-updatesLudovic Courtès2019-06-271-0/+33
|\|
| * gnu: Add osm-gps-map•••* gnu/packages/geo.scm (osm-gps-map): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Guillaume LE VAILLANT2019-06-261-0/+33
* | gnu: gnome-maps: Update to 3.30.2.1.•••* gnu/packages/geo.scm (gnome-maps): Update to 3.30.2.1. [build-system]: Use meson-build-system. [arguments]: Remove configure flags; set glib-or-gtk? flag; update "wrap" phase. [native-inputs]: Add gtk+:bin. Ricardo Wurmus2019-06-201-12/+15
|/
* gnu: Add osmctools•••* gnu/packages/geo.scm (osmctools): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Guillaume LE VAILLANT2019-05-271-0/+29