mbox

[bug#44967,0/2] Update libspatialite to 5.0.0

Message ID 20201130193703.5514-1-felgru@posteo.net
Headers show

Message

Felix Gruber Nov. 30, 2020, 7:37 p.m. UTC
Hey Guix,

these patches update libspatialite to the latest available release.

There were two new required dependencies: minizip and librttopo.
The latter was not yet packaged in guix, so the first patch adds a
librttopo package.

Technically, libspatialite could also be built without librttopo, but
then the spatialite-tools package fails compilation due to missing
symbols. So in the end, I also added librttopo to libspatialite's
inputs.

Lastly, I've checked that all three packages depending on libspatialite
(spatialite-gui@1.7.1 qgis@3.12.1 spatialite-tools@5.0.0) still built
sucessfully after the update.

Felix Gruber (2):
  gnu: Add librttopo.
  gnu: libspatialite: Update to 5.0.0.

 gnu/packages/geo.scm | 66 ++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 61 insertions(+), 5 deletions(-)

Comments

Guillaume Le Vaillant Dec. 1, 2020, 5:47 p.m. UTC | #1
Felix Gruber <felgru@posteo.net> skribis:

> Felix Gruber (2):
>   gnu: Add librttopo.
>   gnu: libspatialite: Update to 5.0.0.
>
>  gnu/packages/geo.scm | 66 ++++++++++++++++++++++++++++++++++++++++----
>  1 file changed, 61 insertions(+), 5 deletions(-)

Pushed as a051bf405bf70d36a99195aff15ff82e99a7b504 and following.
Thanks.