From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47960) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1enSNh-0001s2-He for guix-patches@gnu.org; Sun, 18 Feb 2018 12:04:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1enSNe-0002Fu-CR for guix-patches@gnu.org; Sun, 18 Feb 2018 12:04:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:42114) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1enSNe-0002Fp-6B for guix-patches@gnu.org; Sun, 18 Feb 2018 12:04:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1enSNd-0007Dc-U3 for guix-patches@gnu.org; Sun, 18 Feb 2018 12:04:01 -0500 Subject: [bug#30492] [PATCH 1/4] gnu: Add libspatialite. Resent-Message-ID: From: Marius Bakke In-Reply-To: <20180216221816.15d5e0e7@alma-ubu> References: <20180216220913.08cc8ca0@alma-ubu> <20180216221816.15d5e0e7@alma-ubu> Date: Sun, 18 Feb 2018 18:03:02 +0100 Message-ID: <87k1vatem1.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= , 30492@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Bj=C3=B6rn H=C3=B6fling writes: > * gnu/packages/geo.scm (libspatialite): New variable. Thanks! Unfortunately this patch no longer applies, can you send an updated patch? [...] =20 > +(define-public libspatialite > + (package > + (name "libspatialite") > + (version "4.3.0a") > + (source > + (origin > + (method url-fetch) > + (uri (string-append "https://www.gaia-gis.it/gaia-sins/libspatial= ite-" > + version ".tar.gz")) > + (sha256 > + (base32 > + "16d4lpl7xrm9zy4gphy6nwanpjp8wn9g4wq2i2kh8abnlhq01448")))) > + (build-system gnu-build-system) > + (native-inputs > + `(("pkg-config" ,pkg-config))) > + (inputs > + `(("freexl" ,freexl) > + ("geos" ,geos) > + ("libxml2" ,libxml2) > + ("proj.4" ,proj.4) > + ("sqlite" ,sqlite) > + ("zlib" ,zlib))) > + (arguments > + `(#:tests? #f)) ; Test failures. Please also add some details about the test failures, if possible. > + (synopsis "Library to extend SQLite to support Spatial SQL capabilit= ies") > + (description "SpatiaLite is a library intended to extend the SQLite = core > +to support fully fledged Spatial SQL capabilities. SpatiaLite is smooth= ly > +integrated into SQLite to provide a complete and powerful Spatial DBMS > +(mostly OGC-SFS compliant).") > + (home-page "https://www.gaia-gis.it/fossil/libspatialite/index") > + ;; For the genuine libspatialite-sources holds: > + ;; Any of the licenses MPL1.1, GPL2+ or LGPL2.1+ may be picked. > + ;; Files under src/control_points are from GRASS > + ;; and are licensed under GPL2+ only. > + ;; src/md5.[ch]: Placed into the public domain by Alexander Peslyak. > + (license (list license:gpl2+ > + license:lgpl2.1+ > + license:mpl1.1 > + license:public-domain)))) > + > (define-public proj.4 > (package > (name "proj.4") > --=20 > 2.16.1 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlqJscYACgkQoqBt8qM6 VPrgYQf9EwVIeWBzVJTFmWe5cAbESHLifVy9xxQQbQpiYdJhj4Znl+n+5GcYAXWj xHGYuKpI6EmtDt04MQlkkF5VVrJ7EoODxSRUpPA/TR0RbH7+UW9zZ8SyWl+56uiz L683oQpgBz1Ou9zBewrZIWAfC9qf2/QemjRlTZhpAVt32ES7v96IIlYOcWoGxCQO 1hgOziuZreuFKIjSP9N6drcPYTvWVIEDFqblzZCAuflcNDM3PAhcP8eDvC6miIXX 5atMpIi5zLK1ulX1UcBEmbT3rRZCsrt7jWycVZOJDtknxcBFjOlZ7v2VJrduxaEW lofkrXzvxfwN3MUjnEDGtPsj5zxn6w== =zWq0 -----END PGP SIGNATURE----- --=-=-=--