summaryrefslogtreecommitdiff
path: root/gnu/packages/geo.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: Add gplates.•••* gnu/packages/geo.scm (gplates): New variable. Julien Lepiller2021-11-191-1/+42
* gnu: Add python-rtree.•••* gnu/packages/geo.scm (python-rtree): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Vinicius Monego2021-11-151-0/+37
* gnu: osm2pgsql: Update to 1.5.1.•••* gnu/packages/geo.scm (osm2pgsql): Update to 1.5.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Felix Gruber2021-11-071-2/+2
* gnu: libosmium: Update to 2.17.1.•••* gnu/packages/geo.scm (libosmium): Update to 2.17.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Felix Gruber2021-11-071-2/+2
* gnu: Add python-geopandas.•••* gnu/packages/geo.scm (python-geopandas): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Felix Gruber2021-10-121-0/+41
* gnu: Add python-fiona.•••* gnu/packages/geo.scm (python-fiona): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Felix Gruber2021-10-121-0/+57
* gnu: Add python-pyproj.•••* gnu/packages/geo.scm (python-pyproj): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Felix Gruber2021-10-121-0/+41
* gnu: proj: Update to 7.2.1.•••* 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> Felix Gruber2021-10-121-11/+17
* gnu: quazip: Update to 1.1.•••* 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. Tobias Geerinckx-Rice2021-10-061-1/+1
* gnu: xygrib: Depend on proj instead of proj.4.•••* gnu/packages/geo.scm (xygrib)[inputs]: Replace proj.4 with proj. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Felix Gruber2021-10-041-1/+1
* gnu: grass: Depend on proj instead of proj.4.•••* 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> Felix Gruber2021-10-041-2/+2
* gnu: josm: Fix .desktop file.•••* gnu/packages/geo.scm (josm)[arguments]: In 'install-share-directories' phase, change org-openstreetmap-josm-MainApplication to org-openstreetmap-josm-gui-MainApplication. Clément Lassieur2021-09-211-2/+5
* gnu: josm: Update to 18193.•••* gnu/packages/geo.scm (josm): Update to 18193. Clément Lassieur2021-09-081-2/+2
* gnu: josm: Update to 18118.•••* 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. Clément Lassieur2021-08-271-3/+5
* gnu: java-opening-hours-parser: Update to 0.23.0.•••* gnu/packages/geo.scm (java-opening-hours-parser): Update to 0.23.0. Clément Lassieur2021-08-271-2/+3
* gnu: marble-qt: Fix source file name.•••* gnu/packages/geo.scm (marble-qt)[source]: Add a FILE-NAME field. Tobias Geerinckx-Rice2021-07-251-2/+2
* gnu: marble-qt: Fix Git source URL.•••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. Tobias Geerinckx-Rice2021-07-251-1/+1
* gnu: Add marble-qt.•••* 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> Wiktor Żelazny2021-07-251-1/+41
* gnu: gnome-maps: Update to 3.38.5.•••* gnu/packages/geo.scm (gnome-maps): Update to 3.38.5. Leo Prikler2021-07-231-2/+11
* gnu: gnome-maps: Update to 3.36.7.•••* gnu/packages/geo.scm (gnome-maps): Update to 3.36.7. Leo Prikler2021-07-121-2/+2
* guix: qt-build-system, qt-utils: Unify wrapping of qt-programs.•••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. Hartmut Goebel2021-07-021-3/+4
* gnu: python2-mapnik: Remove package.•••* gnu/packages/geo.scm (python2-mapnik): Remove variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zimoun2021-06-291-72/+0
* gnu: postgis: Update to 3.1.2.•••* gnu/packages/geo.scm (postgis): Update to 3.1.2. Tobias Geerinckx-Rice2021-06-251-2/+2
* gnu: Add python-cartopy.•••* gnu/packages/geo.scm (python-cartopy): New variable. Vinicius Monego2021-06-231-0/+57
* gnu: Add python-pyshp.•••* gnu/packages/geo.scm (python-pyshp): New variable. Vinicius Monego2021-06-231-0/+32
* gnu: Rename qtbase to qtbase-5.•••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. Maxim Cournoyer2021-06-141-3/+3
* gnu: python-sip: Update to 5.5.0. Add python-sip-4•••* 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. Brendan Tildesley2021-04-091-1/+15
* gnu: tippecanoe: Update to 1.36.0.•••* 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> Felix Gruber2021-04-031-3/+3
* gnu: saga: Update to 7.9.0.•••* 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> Felix Gruber2021-04-031-3/+3
* gnu: libgaiagraphics: Remove package.•••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> Felix Gruber2021-03-291-30/+0
* gnu: spatialite-gui: Update to 2.1.0-beta1.•••* 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> Felix Gruber2021-03-291-10/+20
* gnu: Add librasterlite2.•••* gnu/packages/geo.scm (librasterlite2): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Felix Gruber2021-03-291-0/+57
* gnu: libspatialite: Update dependencies.•••* 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> Felix Gruber2021-03-291-7/+5
* gnu: Use 'gtk-doc/stable' in native-inputs of selected packages.•••* 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'. Mark H Weaver2021-03-271-2/+2
* gnu: xygrib: Fix compiling with newer qt.•••* gnu/packages/geo.scm (xygrib)[source]: Adjust snippet to add missing include header. Efraim Flashner2021-03-091-2/+8
* gnu: virtualpg: Update to 2.0.1.•••* gnu/packages/geo.scm (virtualpg): Update to 2.0.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Felix Gruber2021-03-051-2/+2
* gnu: libspatialite: Update to 5.0.1.•••* gnu/packages/geo.scm (libspatialite, spatialite-tools): Update to 5.0.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Felix Gruber2021-02-271-5/+5
* gnu: postgis: Update to 3.1.1.•••* gnu/packages/geo.scm (postgis): Update to 3.1.1. [inputs]: Add protobuf-c. Guillaume Le Vaillant2021-02-091-2/+3
* gnu: qgis: Update to 3.16.3.•••* gnu/packages/geo.scm (qgis): Update to 3.16.3. [inputs]: Add protobuf. [arguments]: Update 'configure-pyqt5-sip-path' and 'check' phases. Guillaume Le Vaillant2021-02-081-50/+72
* gnu: qgis: Disable SAGA.•••QGIS support for SAGA is currently not working. * gnu/packages/geo.scm (qgis)[inputs]: Remove saga. [arguments]: Remove PATH wrapping for saga. Guillaume Le Vaillant2021-02-081-3/+6
* gnu: qmapshack: Update to 1.15.2.•••* gnu/packages/geo.scm (qmapshack): Update to 1.15.2. Guillaume Le Vaillant2021-02-031-4/+3
* gnu: Add shapelib•••* gnu/packages/geo.scm (shapelib): New variable Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Sharlatan Hellseher2021-01-271-0/+27
* gnu: routino: Update to 3.3.3.•••* gnu/packages/geo.scm (routino): Update to 3.3.3. Tobias Geerinckx-Rice2021-01-021-4/+3
* gnu: readosm: Update source hash.•••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. Christopher Baines2020-12-291-1/+1
* gnu: gnome-maps: Patch DBUS service.•••* gnu/packages/geo.scm (gnome-maps): [arguments]<#:phases>: Add patch-dbus-service. Leo Prikler2020-12-291-0/+6
* gnu: grass: Update to 7.8.5.•••* gnu/packages/geo.scm (grass): Update to 7.8.5. Tobias Geerinckx-Rice2020-12-231-2/+2
* gnu: josm: Update to 17329.•••* gnu/packages/geo.scm (josm): Update to 17329. Julien Lepiller2020-12-131-2/+2
* gnu: libspatialite: Update to 5.0.0.•••* 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> Felix Gruber2020-12-011-5/+11
* gnu: Add librttopo.•••* gnu/packages/geo.scm (librttopo): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Felix Gruber2020-12-011-0/+49
* gnu: postgis: Update to 3.0.3.•••* gnu/packages/geo.scm (postgis): Update to 3.0.3. Tobias Geerinckx-Rice2020-11-241-2/+2