summaryrefslogtreecommitdiff
path: root/gnu/packages/geo.scm
Commit message (Collapse)AuthorAge
* gnu: Add gplates.Julien Lepiller2021-11-19
| | | | * gnu/packages/geo.scm (gplates): New variable.
* gnu: Add python-rtree.Vinicius Monego2021-11-15
| | | | | | * gnu/packages/geo.scm (python-rtree): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: osm2pgsql: Update to 1.5.1.Felix Gruber2021-11-07
| | | | | | * gnu/packages/geo.scm (osm2pgsql): Update to 1.5.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: libosmium: Update to 2.17.1.Felix Gruber2021-11-07
| | | | | | * gnu/packages/geo.scm (libosmium): Update to 2.17.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add python-geopandas.Felix Gruber2021-10-12
| | | | | | * gnu/packages/geo.scm (python-geopandas): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-fiona.Felix Gruber2021-10-12
| | | | | | * gnu/packages/geo.scm (python-fiona): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-pyproj.Felix Gruber2021-10-12
| | | | | | * gnu/packages/geo.scm (python-pyproj): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: proj: Update to 7.2.1.Felix Gruber2021-10-12
| | | | | | | | | | | | * gnu/packages/geo.scm (proj): Update to 7.2.1. [build-system]: Change to cmake-build-system. [arguments]: Add configure flag to find googletest. [inputs]: Add curl, libjpeg-turbo and libtiff. [native-inputs]: Add googletest. [description]: Consistently call the package Proj, instead of Proj, PROJ or proj. Use @acronym to define CRS. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: quazip: Update to 1.1.Tobias Geerinckx-Rice2021-10-06
| | | | | | * gnu/packages/compression.scm (quazip): Redefine as an heir to the… (quazip-0): …new name of the previous package definition. Adjust all packages with quazip as input to use quazip-0.
* gnu: xygrib: Depend on proj instead of proj.4.Felix Gruber2021-10-04
| | | | | | * gnu/packages/geo.scm (xygrib)[inputs]: Replace proj.4 with proj. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: grass: Depend on proj instead of proj.4.Felix Gruber2021-10-04
| | | | | | | * gnu/packages/geo.scm (grass)[inputs]: Replace proj.4 with proj. [arguments]: Change --with-proj-share. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: josm: Fix .desktop file.Clément Lassieur2021-09-21
| | | | | | * gnu/packages/geo.scm (josm)[arguments]: In 'install-share-directories' phase, change org-openstreetmap-josm-MainApplication to org-openstreetmap-josm-gui-MainApplication.
* gnu: josm: Update to 18193.Clément Lassieur2021-09-08
| | | | * gnu/packages/geo.scm (josm): Update to 18193.
* gnu: josm: Update to 18118.Clément Lassieur2021-08-27
| | | | | | | * gnu/packages/geo.scm (josm): Update to 18118. [inputs]: Add java-jsr305. [arguments]<#:phases>{fix-jcs}: Replace ICache.NAME_COMPONENT_DELIMITER with what it points to (":") because its location changed with jcs3.
* gnu: java-opening-hours-parser: Update to 0.23.0.Clément Lassieur2021-08-27
| | | | * gnu/packages/geo.scm (java-opening-hours-parser): Update to 0.23.0.
* gnu: marble-qt: Fix source file name.Tobias Geerinckx-Rice2021-07-25
| | | | * gnu/packages/geo.scm (marble-qt)[source]: Add a FILE-NAME field.
* gnu: marble-qt: Fix Git source URL.Tobias Geerinckx-Rice2021-07-25
| | | | | | | | | The package failed to build with: fatal: remote error: Please use the https: protocol to connect to anongit Fix the protocol & follow the subsequent HTTP redirection. * gnu/packages/geo.scm (marble-qt)[source]: Fix upstream URL.
* gnu: Add marble-qt.Wiktor Żelazny2021-07-25
| | | | | | | | * gnu/packages/patches/marble-qt-add-qt-headers.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/geo.scm (marble-qt): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: gnome-maps: Update to 3.38.5.Leo Prikler2021-07-23
| | | | * gnu/packages/geo.scm (gnome-maps): Update to 3.38.5.
* gnu: gnome-maps: Update to 3.36.7.Leo Prikler2021-07-12
| | | | * gnu/packages/geo.scm (gnome-maps): Update to 3.36.7.
* guix: qt-build-system, qt-utils: Unify wrapping of qt-programs.Hartmut Goebel2021-07-02
| | | | | | | | | | | | | | | | | | | | | | Unify (guix qt-build-system wrap-all-programs) and (guix qt-utils wrap-qt-program), so both behave the same. The functions now reside in qt-utils to make them easily available for packages not using the qt-build-system. * guix/build/qt-build-system.scm (variables-for-wrapping, wrap-all-programs): Move from here ... * guix/build/qt-utils.scm (variables-for-wrapping, wrap-all-qt-programs): ... to here. Base the later on (wrap-qt-program*): New function, carved out from old wrap-all-programs. (wrap-qt-program): Base on wrap-qt-program*, change arguments in an incompatible way. * gnu/packages/bittorrent.scm (qbittorrent)[arguments]<phases>{wrap-qt}: Adjust to new interface of wrap-qt-program. * gnu/packages/finance.scm (electron-cash): Likewise. * gnu/packages/geo.scm (qgis): Likewise. * gnu/packages/password-utils.scm (qtpass): Likewise. * gnu/packages/video.scm (openshot): Likewise. * gnu/packages/web-browsers.scm (kristall): Likewise.
* gnu: python2-mapnik: Remove package.zimoun2021-06-29
| | | | | | * gnu/packages/geo.scm (python2-mapnik): Remove variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: postgis: Update to 3.1.2.Tobias Geerinckx-Rice2021-06-25
| | | | * gnu/packages/geo.scm (postgis): Update to 3.1.2.
* gnu: Add python-cartopy.Vinicius Monego2021-06-23
| | | | * gnu/packages/geo.scm (python-cartopy): New variable.
* gnu: Add python-pyshp.Vinicius Monego2021-06-23
| | | | * gnu/packages/geo.scm (python-pyshp): New variable.
* gnu: Rename qtbase to qtbase-5.Maxim Cournoyer2021-06-14
| | | | | | | | | | | | This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit.
* gnu: python-sip: Update to 5.5.0. Add python-sip-4Brendan Tildesley2021-04-09
| | | | | | | | | * gnu/packages/qt.scm (python-sip): Update to 5.5.0. (python-sip-4): New variable. Rename the old python-sip to python-sip-4. (python2-sip): Inherit from python-sip-4. * gnu/packages/maths.scm (veusz)[native-inputs]: Use python-sip-4. * gnu/packages/pdf.scm (python-poppler-qt5): Use python-sip-4. * gnu/packages/geo.scm (qgis)[arguments]: Fix build for python-sip@5.
* gnu: tippecanoe: Update to 1.36.0.Felix Gruber2021-04-03
| | | | | | | * gnu/packages/geo.scm (tippecanoe): Update to 1.36.0. [arguments]: Use cc-for-target instead of hard-coding gcc. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: saga: Update to 7.9.0.Felix Gruber2021-04-03
| | | | | | | * gnu/packages/geo.scm (saga): Update to 7.9.0. [inputs]: Replace proj.4 with proj. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: libgaiagraphics: Remove package.Felix Gruber2021-03-29
| | | | | | | | | | The libgaiagraphics package was deprecated upstream in 2014 in favor of librasterlite2 and after the update of spatialite-gui there are no more packages that depend on it. * gnu/packages/geo.scm (libgaiagraphics): Remove variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: spatialite-gui: Update to 2.1.0-beta1.Felix Gruber2021-03-29
| | | | | | | | | | * gnu/packages/geo.scm (spatialite-gui): Update to 2.1.0-beta1. [inputs]: Replace proj.4 with proj and wxwidgets-2 with wxwidgets. Add curl, giflib, librasterlite2, librttopo, libwebp, libxlsxwriter, lz4, minizip, openjpeg, postgresql, virtualpg, zstd. Remove libgaiagraphics and zlib. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add librasterlite2.Felix Gruber2021-03-29
| | | | | | * gnu/packages/geo.scm (librasterlite2): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: libspatialite: Update dependencies.Felix Gruber2021-03-29
| | | | | | | | | | | * gnu/packages/geo.scm (libspatialite, spatialite-tools): Update dependencies. [inputs]: Replace proj.4 with proj and remove zlib which is not used anymore since libspatialite started using minizip. (libspatialite)[arguments]: Fix regex to not disable more tests than necessary. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Use 'gtk-doc/stable' in native-inputs of selected packages.Mark H Weaver2021-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/calendar.scm (libical), gnu/packages/check.scm (umockdev), gnu/packages/fontutils.scm (libraqm), gnu/packages/freedesktop.scm (appstream, farstream, libglib-testing) (udisks, libfprint, libportal), gnu/packages/geo.scm (memphis, osm-gps-map), gnu/packages/glib.scm (template-glib), gnu/packages/gnome.scm (gupnp-igd, libcloudproviders, libgrss, seed) (gtx, dee, zeitgeist, phodav, gssdp, gupnp, gupnp-dlna, gupnp-av, rygel) (libnma, gdl, libnotify, vte-ng, dconf, libxklavier, libsoup, colord) (geoclue, geocode-glib, amtk, grilo, gvfs, gusb, network-manager) (network-manager-applet, gfbgraph, libunique, cheese, libhandy) (gnome-latex, libgda), gnu/packages/gstreamer.scm (orc), gnu/packages/gtk.scm (at-spi2-core, goocanvas), gnu/packages/language.scm (nimf), gnu/packages/networking.scm (libnice), gnu/packages/video.scm (schroedinger), gnu/packages/virtualization.scm (libosinfo), gnu/packages/webkit.scm (wpewebkit, webkitgtk), gnu/packages/xml.scm (libxmlb)[native-inputs]: Replace 'gtk-doc' with 'gtk-doc/stable'.
* gnu: xygrib: Fix compiling with newer qt.Efraim Flashner2021-03-09
| | | | | * gnu/packages/geo.scm (xygrib)[source]: Adjust snippet to add missing include header.
* gnu: virtualpg: Update to 2.0.1.Felix Gruber2021-03-05
| | | | | | * gnu/packages/geo.scm (virtualpg): Update to 2.0.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: libspatialite: Update to 5.0.1.Felix Gruber2021-02-27
| | | | | | * gnu/packages/geo.scm (libspatialite, spatialite-tools): Update to 5.0.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: postgis: Update to 3.1.1.Guillaume Le Vaillant2021-02-09
| | | | | * gnu/packages/geo.scm (postgis): Update to 3.1.1. [inputs]: Add protobuf-c.
* gnu: qgis: Update to 3.16.3.Guillaume Le Vaillant2021-02-08
| | | | | | * gnu/packages/geo.scm (qgis): Update to 3.16.3. [inputs]: Add protobuf. [arguments]: Update 'configure-pyqt5-sip-path' and 'check' phases.
* gnu: qgis: Disable SAGA.Guillaume Le Vaillant2021-02-08
| | | | | | | QGIS support for SAGA is currently not working. * gnu/packages/geo.scm (qgis)[inputs]: Remove saga. [arguments]: Remove PATH wrapping for saga.
* gnu: qmapshack: Update to 1.15.2.Guillaume Le Vaillant2021-02-03
| | | | * gnu/packages/geo.scm (qmapshack): Update to 1.15.2.
* gnu: Add shapelibSharlatan Hellseher2021-01-27
| | | | | | * gnu/packages/geo.scm (shapelib): New variable Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: routino: Update to 3.3.3.Tobias Geerinckx-Rice2021-01-02
| | | | * gnu/packages/geo.scm (routino): Update to 3.3.3.
* gnu: readosm: Update source hash.Christopher Baines2020-12-29
| | | | | | | | Looks like the tarball was changed by upstream, lots of timestamps changed from 2020-08-02 to 2020-08-23, and there were some minor changes to file contents. * gnu/packages/geo.scm (source): Update hash.
* gnu: gnome-maps: Patch DBUS service.Leo Prikler2020-12-29
| | | | | * gnu/packages/geo.scm (gnome-maps): [arguments]<#:phases>: Add patch-dbus-service.
* gnu: grass: Update to 7.8.5.Tobias Geerinckx-Rice2020-12-23
| | | | * gnu/packages/geo.scm (grass): Update to 7.8.5.
* gnu: josm: Update to 17329.Julien Lepiller2020-12-13
| | | | * gnu/packages/geo.scm (josm): Update to 17329.
* gnu: libspatialite: Update to 5.0.0.Felix Gruber2020-12-01
| | | | | | | * gnu/packages/geo.scm (libspatialite, spatialite-tools): Update to 5.0.0. [inputs]: Add new required dependencies minizip and librttopo. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add librttopo.Felix Gruber2020-12-01
| | | | | | * gnu/packages/geo.scm (librttopo): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: postgis: Update to 3.0.3.Tobias Geerinckx-Rice2020-11-24
| | | | * gnu/packages/geo.scm (postgis): Update to 3.0.3.