Age | Commit message (Expand) | Author |
2022-07-18 | gnu: qgis: Disable failing tests.•••* gnu/packages/geo.scm (qgis)[arguments]: Disable tests that fail after
upgrading geos to 3.10.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber |
2022-07-18 | gnu: saga: Update to 8.2.1.•••* gnu/packages/geo.scm (saga): Update to 8.2.1.
[build-system]: Use cmake-build-system.
[arguments]: Set tests? to #f as there are no tests.
Add phase for changing into saga-gis directory which contains the
actual source code.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber |
2022-07-18 | gnu: geos: Update to 3.10.2.•••* gnu/packages/geo.scm (geos): Update to 3.10.2.
[build-system]: Use cmake-build-system.
[arguments]: Remove trailing #t in 'patch-test-shebangs phase.
[homepage]: Change to https://libgeos.org/.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber |
2022-07-18 | gnu: grass: Update to 7.8.7.•••* gnu/packages/geo.scm (grass): Update to 7.8.7.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber |
2022-07-18 | gnu: libgeotiff: Update to 1.7.1.•••* gnu/packages/geo.scm (libgeotiff): Update to 1.7.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber |
2022-07-13 | gnu: mapnik: Update to 3.1.0.•••The build still fails, but hopefully it gets us closer.
* gnu/packages/geo.scm (mapnik): Update to 3.1.0.
| Maxim Cournoyer |
2022-07-08 | gnu: gdal: Use cmake-build-system.•••Gdal declared its configure script as deprecated with the release of
version 3.5 and is planning to deprecate it with release 3.6 which is
scheduled for November 2022.
* gnu/packages/geo.scm (gdal)[build-system]: Use cmake-build-system.
[arguments]: Remove configure flags for library search paths;
they are found automatically by cmake now. Add
-DGDAL_USE_INTERNAL_LIBS=WHEN_NO_EXTERNAL and
-DGDAL_USE_JPEG12_INTERNAL=OFF to get approximately the same results
as with the old configure script.
[inputs]: Remove pcre. Add pcre2 and qhull.
| Felix Gruber |
2022-07-03 | gnu: Add Climate Data Operators.•••* gnu/packages/geo.scm (cdo): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| r0man |
2022-06-25 | gnu: geo: Fix copyright line.•••This is a follow-up to d4c8e8b62fb9ef59e203e97cbb9bfa9e83389199.
* gnu/packages/geo.scm: Fix copyright line for Roman Scherer.
| Guillaume Le Vaillant |
2022-06-25 | gnu: qgis: Disable a failing test.•••* gnu/packages/geo.scm (qgis)[arguments]: Add "PyQgsRasterResampler" to the
list of disabled tests.
| Guillaume Le Vaillant |
2022-06-25 | gnu: postgis: Fix build with gdal 3.5.0.•••* gnu/packages/geo.scm (postgis)[inputs]: Add openssl.
| Guillaume Le Vaillant |
2022-06-25 | gnu: gdal: Update to 3.5.0.•••* gnu/packages/geo.scm (gdal): Update to 3.5.0.
[inputs]: Add curl and openssl.
[arguments]: Remove 'fix-path' phase. Add "--without-jpeg12" to
'configure-flags'.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Roman Scherer |
2022-06-14 | gnu: gplates: Update to 2.3.01-beta.3.•••* gnu/packages/geo.scm (gplates): Update to 2.3.01-beta.3.
[source](uri): Adjust for beta releases.
[source](file-name): Adjust for zipball.
[native-inputs]: Add UNZIP.
[inputs]: Simplify.
| Marius Bakke |
2022-06-01 | gnu: Add python-osmnx•••* gnu/packages/geo.scm (python-osmnx): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber |
2022-06-01 | gnu: python-rtree: Update to 1.0.0.•••* gnu/packages/geo.scm (python-rtree): Update to 1.0.0.
[arguments]: Fix 'find-libspatialindex phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber |
2022-05-21 | gnu: python-geopandas: Fix build.•••* gnu/packages/geo.scm (python-geopandas)[arguments]: Disable broken
tests. Re-enable test_fillna_no_op_returns_copy which does not fail
anymore.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber |
2022-03-25 | gnu: postgis: Update to 3.2.1.•••* gnu/packages/geo.scm (postgis): Update to 3.2.1.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Felix Gruber |
2022-03-16 | gnu: opencpn: Update to 5.6.0.•••* gnu/packages/geo.scm (opencpn): Update to 5.6.0.
[inputs]: Add alsa-utils, eudev, jasper, libjpeg-turbo and libusb.
| Guillaume Le Vaillant |
2022-03-09 | gnu: Add osmium-tool.•••* gnu/packages/geo.scm (osmium-tool): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nikolay Korotkiy |
2022-03-09 | gnu: libosmium: Update to 2.18.0.•••* gnu/packages/geo.scm (libosmium): Update to 2.18.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nikolay Korotkiy |
2022-01-25 | gnu: QGIS: Build without QtWebKit.•••See <https://issues.guix.gnu.org/53289> and <https://issues.guix.gnu.org/53512>
for more information about this change.
* gnu/packages/geo.scm (qgis)[inputs]: Remove qtwebkit.
[arguments]: Pass "-DWITH_QTWEBKIT=NO" to #:configure-flags. Make the
custom 'check' phase honor TESTS?. Skip even more failing tests.
| Leo Famulari |
2022-01-19 | gnu: python-fiona: Fix build.•••* gnu/packages/geo.scm (python-fiona)[arguments]: In 'check' phase, set
GDAL_ENABLE_DEPRECATED_DRIVER_GTM and disable a test.
| Guillaume Le Vaillant |
2022-01-19 | gnu: grass: Update to 7.8.6.•••* gnu/packages/geo.scm (grass): Update to 7.8.6.
| Guillaume Le Vaillant |
2022-01-19 | gnu: gdal: Update to 3.3.3.•••* gnu/packages/geo.scm (gdal): Update to 3.3.3.
| Guillaume Le Vaillant |
2022-01-17 | Merge branch 'version-1.4.0'•••With resolved conflicts in:
gnu/packages/gnome.scm
gnu/packages/openstack.scm
gnu/packages/python-xyz.scm
| Maxim Cournoyer |
2022-01-10 | gnu: Remove meson-0.59 workarounds.•••Mostly automated with the following command:
$ grep --include='*.scm' '#:meson ,meson-0.59' -rl \
| xargs sed -z 's/#:meson[^\n]*\s*//' -i
* gnu/packages/freedesktop.scm (malcontent)
(accountsservice): Delete #:meson argument.
* gnu/packages/games.scm (gnome-2048): Likewise.
* gnu/packages/geo.scm (gnome-maps): Likewise.
* gnu/packages/gnome.scm (gnome-photos, gnome-music)
(gnome-initial-setup, gnome-user-share, gnome-characters)
(gnome-disk-utility, gnome-font-viewer, evince, glade3)
(gnome-mines, gnome-sudoku, gnome-settings-daemon, devhelp)
(totem, eog, gvfs, simple-scan, epiphany, gnome-session, gedit)
(network-manager-applet, gnome-control-center, gnome-shell, nautilus)
(gnome-default-applications, gnome-weather, gnome-tweaks, cheese, gthumb)
(gitg, polari, gnome-boxes, gtranslator): Likewise.
* gnu/packages/gtk.scm: (gtkmm-3): Likewise.
* gnu/packages/pdf.scm (zathura): Likewise.
* gnu/packages/photo.scm (entangle): Likewise.
* gnu/packages/video.scm (pitivi): Likewise.
* gnu/packages/virtualization.scm (libvirt-glib): Likewise.
| Maxim Cournoyer |
2022-01-15 | gnu: python-geopandas: Update to 0.10.2.•••* gnu/packages/geo.scm (python-geopandas): Update to 0.10.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber |
2022-01-11 | gnu: josm: Update to 18360.•••* gnu/packages/geo.scm (josm): Update to 18360.
| Julien Lepiller |
2021-12-27 | gnu: proj: Fix version number in CMake build scripts.•••* gnu/packages/geo.scm (proj)[arguments]: Add a 'fix-version' build phase.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Nikolay Korotkiy |
2021-12-27 | gnu: qmapshack: Update to 1.16.1.•••* gnu/packages/geo.scm (qmapshack): Update to 1.16.1.
[inputs]: Replace quazip-0 with quazip.
[arguments]: Remove custom patching in the 'fix-cmake-modules' build phase.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Nikolay Korotkiy |
2021-12-26 | gnu: postgis: Update to 3.2.0.•••* gnu/packages/geo.scm (postgis): Update to 3.2.0.
[inputs]: Use new simplified format.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Felix Gruber |
2021-12-16 | gnu: josm: Update to 18303.•••* gnu/packages/geo.scm (josm): Update to 18303.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| Nikolay Korotkiy |
2021-12-16 | gnu: libosmium: Update to 2.17.2.•••* gnu/packages/geo.scm (libosmium): Update to 2.17.2.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| Nikolay Korotkiy |
2021-12-16 | gnu: imposm3: Update to 0.11.1.•••* gnu/packages/geo.scm (imposm3): Update to 0.11.1.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| Nikolay Korotkiy |
2021-12-15 | gnu: Add openorienteering-mapper.•••* gnu/packages/geo.scm (openorienteering-mapper): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Nikolay Korotkiy |
2021-12-13 | gnu: Further simplify package inputs.•••This is the result of running:
./pre-inst-env guix style --input-simplification=safe
and manually undoing changes on a dozen of packages to reduce
rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
| Ludovic Courtès |
2021-12-13 | gnu: Simplify package inputs.•••This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
| Ludovic Courtès |
2021-12-10 | gnu: gnome-maps: Upgrade to 41.2.•••* gnu/packages/geo.scm (gnome-maps): Upgrade to 41.2.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Vivien Kraus |
2021-12-10 | gnu: gnome-maps: Build with libsoup 2.•••* gnu/packages/geo.scm (gnome-maps) [inputs]: Use libsoup-minimal-2 instead of
libsoup and webkitgtk-with-libsoup2 instead of webkitgtk.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Vivien Kraus |
2021-11-27 | gnu: marble-qt: Move to (gnu packages kde).•••* gnu/packages/geo.scm (marble-qt): Move to (gnu packages kde).
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Vinicius Monego |
2021-11-23 | Merge branch 'master' into core-updates-frozen | Ludovic Courtès |
2021-11-20 | gnu: opencpn: Update to 5.2.4.•••* gnu/packages/geo.scm (opencpn): Update to 5.2.4.
[arguments]: Update 'configure-flag' and 'fix-build' phase.
| Guillaume Le Vaillant |
2021-11-19 | gnu: Add gplates.•••* gnu/packages/geo.scm (gplates): New variable.
| Julien Lepiller |
2021-11-18 | gnu: gnome-maps: Build with Meson 0.59.•••See <https://github.com/mesonbuild/meson/issues/9441>.
* gnu/packages/geo.scm (gnome-maps)[arguments]: Use meson-0.59.
| Timothy Sample |
2021-11-17 | Merge branch 'master' into core-updates-frozen | Ludovic Courtès |
2021-11-15 | gnu: Add python-rtree.•••* gnu/packages/geo.scm (python-rtree): New variable.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Vinicius Monego |
2021-11-13 | gnu: osm-gps-map: Use libsoup 2.•••* gnu/packages/geo.scm (osm-gps-map)[inputs]: Replace libsoup by
libsoup-minimal-2.
| Guillaume Le Vaillant |
2021-11-11 | gnu: gtk: Replace gdk-pixbuf+svg by librsvg.•••With the addition of a profile hook for computing the gdk-pixbuf loaders cache
file, there is no longer a need for gdk-pixbuf+svg, and librsvg can propagate
gdk-pixbuf without fear, so replace the former for the latter.
The replacement was automated with the following command:
$ git grep -l ',gdk-pixbuf+svg)' \
| xargs sed 's/(".*" ,gdk-pixbuf+svg)/("librsvg" ,librsvg)/' -i
* gnu/packages/gtk.scm (gdk-pixbuf+svg): Delete package.
(gtk+-2)[propagated-inputs]: Replace gdk-pixbuf+svg with librsvg.
(gtk+)[propagated-inputs]: Likewise.
* gnu/packages/gnome.scm (gdk-pixbuf+svg): Add deprecated package.
| Maxim Cournoyer |
2021-11-08 | Merge remote-tracking branch 'origin/master' into core-updates-frozen | Efraim Flashner |
2021-11-07 | 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 Gruber |