From unknown Fri Sep 05 11:00:49 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#27774] [PATCH] gnu: add libgeotiff Resent-From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 20 Jul 2017 15:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 27774 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 27774@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.150056584227808 (code B ref -1); Thu, 20 Jul 2017 15:51:01 +0000 Received: (at submit) by debbugs.gnu.org; 20 Jul 2017 15:50:42 +0000 Received: from localhost ([127.0.0.1]:49934 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dYDio-0007EP-Fv for submit@debbugs.gnu.org; Thu, 20 Jul 2017 11:50:42 -0400 Received: from eggs.gnu.org ([208.118.235.92]:47886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dYDim-0007ED-GC for submit@debbugs.gnu.org; Thu, 20 Jul 2017 11:50:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dYDig-0000it-6V for submit@debbugs.gnu.org; Thu, 20 Jul 2017 11:50:31 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:34976) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dYDig-0000im-3R for submit@debbugs.gnu.org; Thu, 20 Jul 2017 11:50:30 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dYDie-0002ZP-IP for guix-patches@gnu.org; Thu, 20 Jul 2017 11:50:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dYDib-0000gJ-Eu for guix-patches@gnu.org; Thu, 20 Jul 2017 11:50:28 -0400 Received: from m4s11.vlinux.de ([83.151.27.109]:47145 helo=bjoernhoefling.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dYDib-0000el-4E for guix-patches@gnu.org; Thu, 20 Jul 2017 11:50:25 -0400 Received: from alma-ubu (unknown [46.189.119.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by bjoernhoefling.de (Postfix) with ESMTPSA id 04C4C4013A for ; Thu, 20 Jul 2017 17:50:20 +0200 (CEST) Date: Thu, 20 Jul 2017 17:50:18 +0200 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Message-ID: <20170720175018.49ec09ac@alma-ubu> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) =46rom 4e96405382258d0aa3a1760ac77dd0ac72706786 Mon Sep 17 00:00:00 2001 From: =3D?UTF-8?q?Bj=3DC3=3DB6rn=3D20H=3DC3=3DB6fling?=3D Date: Tue, 24 Jan 2017 09:00:07 +0100 Subject: [PATCH] gnu: add libgeotiff * gnu/packages/geo.scm (libgeotiff): New variable. --- gnu/packages/geo.scm | 56 ++++++++++++++++++++++++++++++++++++++++++++++++= ++++ 1 file changed, 56 insertions(+) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index d8d5490f3..019731158 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -25,9 +25,11 @@ #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) #:use-module (guix utils) + #:use-module (gnu packages compression) #:use-module (gnu packages glib) #:use-module (gnu packages gnome) #:use-module (gnu packages gtk) + #:use-module (gnu packages image) #:use-module (gnu packages pkg-config) #:use-module (gnu packages webkit) #:use-module (gnu packages xml)) @@ -133,6 +135,60 @@ and driving.") (home-page "https://wiki.gnome.org/Apps/Maps") (license license:gpl2+))) =20 +(define-public libgeotiff + (package + (name "libgeotiff") + (version "1.4.2") + (source (origin + (method url-fetch) + (uri (string-append "http://download.osgeo.org/geotiff/libgeot= iff/" + "libgeotiff-" + version ".tar.gz")) + (sha256 + (base32 + "0vjy3bwfhljjx66p9w999i4mdhsf7vjshx29yc3pn5livf5091xd")))) + (build-system gnu-build-system) + (arguments + `(#:configure-flags + `( ,(string-append "--with-zlib") + ,(string-append "--with-jpeg") + ,(string-append "--with-libtiff=3D" + (assoc-ref %build-inputs "libtiff"))) + #:phases + (modify-phases %standard-phases + (add-after + 'unpack 'delete-nonfree-files + (lambda _ + ;; Remove .csv-files, distributed from + ;; EPSG under a restricted license. + ;; See LICENSE.txt for full license text. + (for-each delete-file (find-files "." "\\.csv$")) + ;; Now that we remove the csv-files, we need to modify the Makef= ile: + (substitute* "Makefile.in" + (("all-am: Makefile \\$\\(LTLIBRARIES\\) \\$\\(DATA\\) \\$\\(H= EADERS\\) geo_config.h") + "all-am: Makefile $(LTLIBRARIES) $(HEADERS) geo_config.h") + (("install-data-am: install-dist_csvDATA install-includeHEADER= S") + "install-data-am: install-includeHEADERS")) + #t))))) + (inputs `(("libjpeg" ,libjpeg) + ("libtiff" ,libtiff) + ("proj.4" ,proj.4) + ("zlib" ,zlib))) + (synopsis "Library for handling GeoTIFF (geographic enabled TIFF)") + (description + "Libgeotiff is a library on top of libtiff for reading and writing +GeoTIFF information tags.") + ;; This is a mixture of various contributions under different licenses + ;; Not that the EPSG database is NOT "free to use" as the LICENSE file + ;; states, as its commercial redistribution is restricted. + ;; We thus remove it from the package. + (license (list license:public-domain + license:x11 + license:bsd-3 + (license:non-copyleft "file://LICENSE" + "See LICENSE in the distribution."))) + (home-page "https://trac.osgeo.org/geotiff/"))) + (define-public proj.4 (package (name "proj.4") --=20 2.12.2 From unknown Fri Sep 05 11:00:49 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#27774] [PATCH] gnu: add libgeotiff Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 22 Jul 2017 12:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27774 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= , 27774@debbugs.gnu.org Received: via spool by 27774-submit@debbugs.gnu.org id=B27774.150072758929628 (code B ref 27774); Sat, 22 Jul 2017 12:47:02 +0000 Received: (at 27774) by debbugs.gnu.org; 22 Jul 2017 12:46:29 +0000 Received: from localhost ([127.0.0.1]:52001 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dYtng-0007hn-Ry for submit@debbugs.gnu.org; Sat, 22 Jul 2017 08:46:29 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:41297) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dYtne-0007hf-Be for 27774@debbugs.gnu.org; Sat, 22 Jul 2017 08:46:27 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 34634206DA; Sat, 22 Jul 2017 08:46:26 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Sat, 22 Jul 2017 08:46:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=fm1; bh=FM1ogzFpaiaz/xVXx2XQ/PFmi43f6jYauFU4OQtjR HE=; b=PmYf29KuH2vCke/+g6fz1d/7UqJzLGjMpMXn32ckaK31Ue/xgBrD24Veo XUt2YU9UG/je4cdZB1nb1fycqskuZycwVrokX2cP6+r/LbCpOCFl2mEOkeXi3vOR cwKHTp9yK0O+KG+tPRpaigbdXUSkNcHbOJgOV3zWt4JXj/oit5MSbtJYQeSoyOp7 g+47yxVc9PpFQWQWzOtQZpNnebobc7q9mVSmXsMaulR6F7LKwuYRbdHdWEMjqJWF 4RXsrQNNdYVgCqlM74iS8iUKYbE8HFyqo31bMzP5QBeyWvDQbz57mhoV0Ez80uvt gJ3SUY5aYahHwLq/4mlt7Xin1N9pA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=FM1ogzFpaiaz/xVXx2 XQ/PFmi43f6jYauFU4OQtjRHE=; b=hIJORxjBi/4EyD5c+B8Y1fuyKAIKCiLmrx KHuUnOY/NaninmUhBpacWA2dDoWJWJocdXZ5CQt/OcINzh5zssEFZbX6yn1oWbXv 7iGBctRZzkI+4DPoMw16I4ElAo3sV/dPpXnrQCSDWZszWBKgqiyVBK4KldyDJJJf vXax1x3cY06KCrzAkvf4PrlPzVVocIbicrniVBo4u9F+a80t928Jv+E3c0EpN7Vw NGfTS5TZ5krdnRJbBZ6IN7xVZXEfnWKwPPIu3WApHW4gsTpeeZVBaen9g/gheyoc py6us8IGvwWqLV3yYcaOTOrdsMbQo3ggGofCdxQiTpjZ8IXEPlkg== X-ME-Sender: X-Sasl-enc: Y66zcqfLu61BKYAFP2m0VdLwRibRHqFDtqQVO3qvB8Ou 1500727585 Received: from localhost (unknown [188.113.81.93]) by mail.messagingengine.com (Postfix) with ESMTPA id BE196241E0; Sat, 22 Jul 2017 08:46:25 -0400 (EDT) From: Marius Bakke In-Reply-To: <20170720175018.49ec09ac@alma-ubu> References: <20170720175018.49ec09ac@alma-ubu> User-Agent: Notmuch/0.24.2 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu) Date: Sat, 22 Jul 2017 14:46:24 +0200 Message-ID: <87379o63mn.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Bj=C3=B6rn! Bj=C3=B6rn H=C3=B6fling writes: > From 4e96405382258d0aa3a1760ac77dd0ac72706786 Mon Sep 17 00:00:00 2001 > From: =3D?UTF-8?q?Bj=3DC3=3DB6rn=3D20H=3DC3=3DB6fling?=3D > > Date: Tue, 24 Jan 2017 09:00:07 +0100 > Subject: [PATCH] gnu: add libgeotiff > > * gnu/packages/geo.scm (libgeotiff): New variable. [...] =20=20 > +(define-public libgeotiff > + (package > + (name "libgeotiff") > + (version "1.4.2") > + (source (origin > + (method url-fetch) > + (uri (string-append "http://download.osgeo.org/geotiff/libge= otiff/" > + "libgeotiff-" > + version ".tar.gz")) > + (sha256 > + (base32 > + "0vjy3bwfhljjx66p9w999i4mdhsf7vjshx29yc3pn5livf5091xd")))) > + (build-system gnu-build-system) > + (arguments > + `(#:configure-flags > + `( ,(string-append "--with-zlib") > + ,(string-append "--with-jpeg") > + ,(string-append "--with-libtiff=3D" > + (assoc-ref %build-inputs "libtiff"))) I think this can be reduced to... #:configure-flags (list "--with-zlib" "--with-jpeg" (string-append "--with-libtiff" (assoc-ref ....))) > + #:phases > + (modify-phases %standard-phases > + (add-after > + 'unpack 'delete-nonfree-files > + (lambda _ > + ;; Remove .csv-files, distributed from > + ;; EPSG under a restricted license. > + ;; See LICENSE.txt for full license text. > + (for-each delete-file (find-files "." "\\.csv$")) > + ;; Now that we remove the csv-files, we need to modify the Mak= efile: > + (substitute* "Makefile.in" > + (("all-am: Makefile \\$\\(LTLIBRARIES\\) \\$\\(DATA\\) \\$\\= (HEADERS\\) geo_config.h") > + "all-am: Makefile $(LTLIBRARIES) $(HEADERS) geo_config.h") > + (("install-data-am: install-dist_csvDATA install-includeHEAD= ERS") > + "install-data-am: install-includeHEADERS")) > + #t))))) Thanks for finding this. Can you move this section to a 'snippet' instead? Otherwise these restricted files will show up in `guix build -S libgeotiff`, which we can not allow. The rest LGTM! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAllzSSAACgkQoqBt8qM6 VPrneQf9Gy1y0CgqL835sYl1KdBpmW7gRD3lzycBDiYysPRcr6sFvnOkOgwVSrrB DYiZq7YQgCi6PkU9iqvQz8mu7LKHYQCpUoSEuVQXUcJSvs1fyYK2uh8oq3opMP2Y Yvtls5nbfC8u/ZO+xjeMVVHru8ZCHm7MZzip06Tm88L7N+Oe7jvPfJhhxK8py6ax HglbQTOrH7GyDBlVsbx+6tinvnkL26/UHWKNh3clYfN7MbLZOamF0CyJAvNlWLNQ TkmnhFbbJDeB2m/FX75Urv0pvMYNcBJwcrRMHdVBa4ct4Bjm4c1cZrA68+YL1Oml ek+EfaxdTyyRLOQOvJ1Q/crmeJgTPg== =2mmv -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Sep 05 11:00:49 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#27774] [PATCH] gnu: add libgeotiff Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 22 Jul 2017 13:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27774 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Marius Bakke Cc: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= , 27774@debbugs.gnu.org Received: via spool by 27774-submit@debbugs.gnu.org id=B27774.15007313062702 (code B ref 27774); Sat, 22 Jul 2017 13:49:02 +0000 Received: (at 27774) by debbugs.gnu.org; 22 Jul 2017 13:48:26 +0000 Received: from localhost ([127.0.0.1]:52024 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dYule-0000hW-1z for submit@debbugs.gnu.org; Sat, 22 Jul 2017 09:48:26 -0400 Received: from o167.p8.mailjet.com ([87.253.233.167]:60029) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dYulc-0000hN-Db for 27774@debbugs.gnu.org; Sat, 22 Jul 2017 09:48:25 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/simple; q=dns/txt; d=bnc3.mailjet.com; i=arunisaac=3Dsystemreboot.net@bnc3.mailjet.com; s=mailjet; h=message-id:mime-version:from:to:subject:date:list-unsubscribe:cc:in-reply-to: references:x-csa-complaints:x-mj-mid:content-type:content-transfer-encoding; bh=NklidGJ2QOdkuD6BMf6PusD7llY=; b=WiH6cnhNDTVCc/DeVeY26JghbLzIKA3U3mtK2ZRV/Ba/k6SC5X046FhPb 8xdV/cTiYYXJMqhXXFuBgP5wOYwGqAzvag9Xp1C7c24rO251LogHBfU2P+4x JlZb6Y5UUJYenIOkZ61xRZlnmsdQ2ac9X89F3IH0JovyN7ucHVl1lQ= Message-Id: MIME-Version: 1.0 From: Arun Isaac Date: Sat, 22 Jul 2017 19:18:17 +0530 In-reply-to: <87379o63mn.fsf@fastmail.com> References: <20170720175018.49ec09ac@alma-ubu> <87379o63mn.fsf@fastmail.com> X-CSA-Complaints: whitelist-complaints@eco.de X-MJ-Mid: AEQANc_cQwwAAAAAAAAAAAPYhrkAAAACwQwAAAAAAAW9WABZc1emSHLa87rbR5SNkhiUoXJ_IAAFgUc Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: >> + (arguments >> + `(#:configure-flags >> + `( , (string-append "--with-zlib") >> + , (string-append "--with-jpeg") >> + , (string-append "--with-libtiff=" >> + (assoc-ref %build-inputs "libtiff"))) I'm asking this out of ignorance more than anything else. Is this (assoc-ref %build-inputs "libtiff") call required for "--with-libtiff", when it is not required for "--with-zlib" and "--with-jpeg"? [...] Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.2 RCVD_IN_BL_SPAMCOP_NET RBL: Received via a relay in bl.spamcop.net [Blocked - see ] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [87.253.233.167 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [87.253.233.167 listed in wl.mailspike.net] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain 0.0 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: >> + (arguments >> + `(#:configure-flags >> + `( ,(string-append "--with-zlib") >> + ,(string-append "--with-jpeg") >> + ,(string-append "--with-libtiff=" >> + (assoc-ref %build-inputs "libtiff"))) I'm asking this out of ignorance more than anything else. Is this (assoc-ref %build-inputs "libtiff") call required for "--with-libtiff", when it is not required for "--with-zlib" and "--with-jpeg"? [...] Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [87.253.233.167 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [87.253.233.167 listed in wl.mailspike.net] 1.2 RCVD_IN_BL_SPAMCOP_NET RBL: Received via a relay in bl.spamcop.net [Blocked - see ] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain 0.0 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid >> + (arguments >> + `(#:configure-flags >> + `( ,(string-append "--with-zlib") >> + ,(string-append "--with-jpeg") >> + ,(string-append "--with-libtiff=3D" >> + (assoc-ref %build-inputs "libtiff"))) I'm asking this out of ignorance more than anything else. Is this (assoc-ref %build-inputs "libtiff") call required for "--with-libtiff", when it is not required for "--with-zlib" and "--with-jpeg"? Also, can we build this package with libjpeg-turbo, instead of libjpeg? libjpeg-turbo claims to be faster, and many packages in Arch and Parabola are built using libjpeg-turbo. = From unknown Fri Sep 05 11:00:49 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#27774] [PATCH] gnu: add libgeotiff Resent-From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 23 Jul 2017 11:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27774 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Marius Bakke Cc: 27774@debbugs.gnu.org Received: via spool by 27774-submit@debbugs.gnu.org id=B27774.150080896928237 (code B ref 27774); Sun, 23 Jul 2017 11:23:02 +0000 Received: (at 27774) by debbugs.gnu.org; 23 Jul 2017 11:22:49 +0000 Received: from localhost ([127.0.0.1]:52908 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dZEyG-0007LM-OE for submit@debbugs.gnu.org; Sun, 23 Jul 2017 07:22:48 -0400 Received: from m4s11.vlinux.de ([83.151.27.109]:45302 helo=bjoernhoefling.de) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dZEyF-0007LD-Nf for 27774@debbugs.gnu.org; Sun, 23 Jul 2017 07:22:48 -0400 Received: from alma-ubu (pD951F053.dip0.t-ipconnect.de [217.81.240.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by bjoernhoefling.de (Postfix) with ESMTPSA id DA2713F9FB; Sun, 23 Jul 2017 13:22:44 +0200 (CEST) Date: Sun, 23 Jul 2017 13:22:44 +0200 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Message-ID: <20170723132244.3868972d@alma-ubu> In-Reply-To: <87379o63mn.fsf@fastmail.com> References: <20170720175018.49ec09ac@alma-ubu> <87379o63mn.fsf@fastmail.com> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) On Sat, 22 Jul 2017 14:46:24 +0200 Marius Bakke wrote: > Hi Bj=C3=B6rn! >=20 > Bj=C3=B6rn H=C3=B6fling writes: >=20 > > From 4e96405382258d0aa3a1760ac77dd0ac72706786 Mon Sep 17 00:00:00 > > 2001 From: =3D?UTF-8?q?Bj=3DC3=3DB6rn=3D20H=3DC3=3DB6fling?=3D > > > > Date: Tue, 24 Jan 2017 09:00:07 +0100 > > Subject: [PATCH] gnu: add libgeotiff > > > > * gnu/packages/geo.scm (libgeotiff): New variable. =20 >=20 > [...] > =20 > > +(define-public libgeotiff > > + (package > > + (name "libgeotiff") > > + (version "1.4.2") > > + (source (origin > > + (method url-fetch) > > + (uri (string-append > > "http://download.osgeo.org/geotiff/libgeotiff/" > > + "libgeotiff-" > > + version ".tar.gz")) > > + (sha256 > > + (base32 > > + > > "0vjy3bwfhljjx66p9w999i4mdhsf7vjshx29yc3pn5livf5091xd")))) > > + (build-system gnu-build-system) > > + (arguments > > + `(#:configure-flags > > + `( ,(string-append "--with-zlib") > > + ,(string-append "--with-jpeg") > > + ,(string-append "--with-libtiff=3D" > > + (assoc-ref %build-inputs "libtiff"))) =20 >=20 > I think this can be reduced to... >=20 > #:configure-flags > (list "--with-zlib" "--with-jpeg" > (string-append "--with-libtiff" (assoc-ref ....))) Of cause! > > + #:phases > > + (modify-phases %standard-phases > > + (add-after > > + 'unpack 'delete-nonfree-files > > + (lambda _ > > + ;; Remove .csv-files, distributed from > > + ;; EPSG under a restricted license. > > + ;; See LICENSE.txt for full license text. > > + (for-each delete-file (find-files "." "\\.csv$")) > > + ;; Now that we remove the csv-files, we need to modify > > the Makefile: > > + (substitute* "Makefile.in" > > + (("all-am: Makefile \\$\\(LTLIBRARIES\\) \\$\\(DATA\\) > > \\$\\(HEADERS\\) geo_config.h") > > + "all-am: Makefile $(LTLIBRARIES) $(HEADERS) > > geo_config.h") > > + (("install-data-am: install-dist_csvDATA > > install-includeHEADERS") > > + "install-data-am: install-includeHEADERS")) > > + #t))))) =20 >=20 > Thanks for finding this. Can you move this section to a 'snippet' > instead? Otherwise these restricted files will show up in `guix build > -S libgeotiff`, which we can not allow. I didn't know of the 'snippet' until now. I will rework it with a origin->s= nippet and send it in again. > The rest LGTM! From unknown Fri Sep 05 11:00:49 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#27774] [PATCH] gnu: add libgeotiff Resent-From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 23 Jul 2017 11:29:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27774 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Arun Isaac Cc: 27774@debbugs.gnu.org Received: via spool by 27774-submit@debbugs.gnu.org id=B27774.150080928428720 (code B ref 27774); Sun, 23 Jul 2017 11:29:01 +0000 Received: (at 27774) by debbugs.gnu.org; 23 Jul 2017 11:28:04 +0000 Received: from localhost ([127.0.0.1]:52913 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dZF3M-0007TA-DX for submit@debbugs.gnu.org; Sun, 23 Jul 2017 07:28:04 -0400 Received: from m4s11.vlinux.de ([83.151.27.109]:45304 helo=bjoernhoefling.de) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dZF3L-0007T2-4K for 27774@debbugs.gnu.org; Sun, 23 Jul 2017 07:28:03 -0400 Received: from alma-ubu (pD951F053.dip0.t-ipconnect.de [217.81.240.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by bjoernhoefling.de (Postfix) with ESMTPSA id A726140007; Sun, 23 Jul 2017 13:27:57 +0200 (CEST) Date: Sun, 23 Jul 2017 13:27:57 +0200 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Message-ID: <20170723132757.431ef7ef@alma-ubu> In-Reply-To: <0c9f175f.AEQANc_cQw0AAAAAAAAAAAPYhrgAAAACwQwAAAAAAAW9WABZc1em@mailjet.com> References: <20170720175018.49ec09ac@alma-ubu> <87379o63mn.fsf@fastmail.com> <0c9f175f.AEQANc_cQw0AAAAAAAAAAAPYhrgAAAACwQwAAAAAAAW9WABZc1em@mailjet.com> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) Hi Arun, On Sat, 22 Jul 2017 19:18:17 +0530 Arun Isaac wrote: > >> + (arguments > >> + `(#:configure-flags > >> + `( ,(string-append "--with-zlib") > >> + ,(string-append "--with-jpeg") > >> + ,(string-append "--with-libtiff=3D" > >> + (assoc-ref %build-inputs "libtiff"))) =20 >=20 > I'm asking this out of ignorance more than anything else. Is this > (assoc-ref %build-inputs "libtiff") call required for > "--with-libtiff", when it is not required for "--with-zlib" and > "--with-jpeg"? Yes: If I leave it out (which was my first try anyway) I get this error message: /gnu/store/k7029k5va68lkapbzcycdzj7m5bjb4b8-bash-4.4.12/bin/bash ../libtool --tag=3DCC --mode=3Dlink gcc -I../ -Iyes -DHAVE_TIFF=3D1 -g -O2 -O3 -DN= DEBUG -o libxtiff.la xtiff.lo -lproj -Lyes -ltiff -ljpeg -lz -lm =20 ../libtool: line 6000: cd: yes: No such file or directory It seams the semantics for --with-libtiff is different than for the other libraries. >=20 > Also, can we build this package with libjpeg-turbo, instead of > libjpeg? libjpeg-turbo claims to be faster, and many packages in Arch > and Parabola are built using libjpeg-turbo. Good catch. It should be API-compatible, available on all plattforms and Arch and Ubuntu (checked these) use is as dependency for libgeotiff. I will give it a try and hopefully will also pack a minimal version of GDAL to really make use of the library. Thanks, Bj=C3=B6rn From unknown Fri Sep 05 11:00:49 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#27774] [PATCH] gnu: add libgeotiff Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 23 Jul 2017 15:37:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27774 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Cc: 27774@debbugs.gnu.org Received: via spool by 27774-submit@debbugs.gnu.org id=B27774.150082420225599 (code B ref 27774); Sun, 23 Jul 2017 15:37:02 +0000 Received: (at 27774) by debbugs.gnu.org; 23 Jul 2017 15:36:42 +0000 Received: from localhost ([127.0.0.1]:53586 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dZIvx-0006ep-T7 for submit@debbugs.gnu.org; Sun, 23 Jul 2017 11:36:42 -0400 Received: from o167.p8.mailjet.com ([87.253.233.167]:33427) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dZIvv-0006ee-BS for 27774@debbugs.gnu.org; Sun, 23 Jul 2017 11:36:39 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/simple; q=dns/txt; d=bnc3.mailjet.com; i=arunisaac=3Dsystemreboot.net@bnc3.mailjet.com; s=mailjet; h=message-id:mime-version:from:to:subject:date:list-unsubscribe:cc:in-reply-to: references:x-csa-complaints:x-mj-mid:content-type:content-transfer-encoding; bh=BRUaNd/gf2Wrg6xyTgWfTvMiTww=; b=sToMF7rKmz7f49VrQSSjeHh+/BGIisDIFY+qZ0n5kP6wWnrUVoQ+XeTq/ i4BoeT25gZibJ+kzZHB4AGHYWix5GmvaA2GmD1ZEJMl+RogvmBfa4OhIHZPl ioD0IFKz/bT5AnTXZMZ7qGz/M3VfxPbjpRyC46cu32TrlzS3Jyq//Q= Message-Id: MIME-Version: 1.0 From: Arun Isaac Date: Sun, 23 Jul 2017 21:06:29 +0530 In-reply-to: <20170723132757.431ef7ef@alma-ubu> References: <20170720175018.49ec09ac@alma-ubu> <87379o63mn.fsf@fastmail.com> <0c9f175f.AEQANc_cQw0AAAAAAAAAAAPYhrgAAAACwQwAAAAAAAW9WABZc1em@mailjet.com> <20170723132757.431ef7ef@alma-ubu> X-CSA-Complaints: whitelist-complaints@eco.de X-MJ-Mid: AEMANbyhLMcAAAAAAAAAAAPYhrkAAAACwQwAAAAAAAW9WABZdMKFFVRNz30ZQI6j0Mlrx55ElgAFgUc Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= writes: > On Sat, 22 Jul 2017 19:18:17 +0530 > Arun Isaac wrote: > >> >> + (arguments >> >> + `(#:configure-flags >> >> + `( ,(string-append "--with-zlib") >> >> + ,(string-append "--with-jpeg") >> >> + ,(string-append "--with-libtiff=" >> >> + (assoc-ref %build-inputs "libtiff"))) >> >> I'm asking this out of ignorance more than anything else. Is this >> (assoc-ref %build-inputs "libtiff") call required for >> "--with-libtiff", when it is not required for "--with-zlib" and >> "--with-jpeg"? > > Yes: > > If I leave it out (which was my first try anyway) I get this error message: > > /gnu/store/k7029k5va68lkapbzcycdzj7m5bjb4b8-bash-4.4.12/bin/bash ../libtool > --tag=CC --mode=link gcc -I../ -Iyes -DHAVE_TIFF=1 -g -O2 -O3 -DNDEBUG > -o libxtiff.la xtiff.lo -lproj -Lyes -ltiff -ljpeg -lz -lm > ../libtool: line 6000: cd: yes: No such file or directory > > It seams the semantics for --with-libtiff is different than for the other > libraries. [...] Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [87.253.233.167 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [87.253.233.167 listed in wl.mailspike.net] 1.2 RCVD_IN_BL_SPAMCOP_NET RBL: Received via a relay in bl.spamcop.net [Blocked - see ] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain 0.0 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= writes: > On Sat, 22 Jul 2017 19:18:17 +0530 > Arun Isaac wrote: > >> >> + (arguments >> >> + `(#:configure-flags >> >> + `( ,(string-append "--with-zlib") >> >> + ,(string-append "--with-jpeg") >> >> + ,(string-append "--with-libtiff=" >> >> + (assoc-ref %build-inputs "libtiff"))) >> >> I'm asking this out of ignorance more than anything else. Is this >> (assoc-ref %build-inputs "libtiff") call required for >> "--with-libtiff", when it is not required for "--with-zlib" and >> "--with-jpeg"? > > Yes: > > If I leave it out (which was my first try anyway) I get this error message: > > /gnu/store/k7029k5va68lkapbzcycdzj7m5bjb4b8-bash-4.4.12/bin/bash ../libtool > --tag=CC --mode=link gcc -I../ -Iyes -DHAVE_TIFF=1 -g -O2 -O3 -DNDEBUG > -o libxtiff.la xtiff.lo -lproj -Lyes -ltiff -ljpeg -lz -lm > ../libtool: line 6000: cd: yes: No such file or directory > > It seams the semantics for --with-libtiff is different than for the other > libraries. [...] Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [87.253.233.167 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [87.253.233.167 listed in wl.mailspike.net] 1.2 RCVD_IN_BL_SPAMCOP_NET RBL: Received via a relay in bl.spamcop.net [Blocked - see ] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain 0.0 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid Björn Höfling writes: > On Sat, 22 Jul 2017 19:18:17 +0530 > Arun Isaac wrote: > >> >> + (arguments >> >> + `(#:configure-flags >> >> + `( ,(string-append "--with-zlib") >> >> + ,(string-append "--with-jpeg") >> >> + ,(string-append "--with-libtiff=" >> >> + (assoc-ref %build-inputs "libtiff"))) >> >> I'm asking this out of ignorance more than anything else. Is this >> (assoc-ref %build-inputs "libtiff") call required for >> "--with-libtiff", when it is not required for "--with-zlib" and >> "--with-jpeg"? > > Yes: > > If I leave it out (which was my first try anyway) I get this error message: > > /gnu/store/k7029k5va68lkapbzcycdzj7m5bjb4b8-bash-4.4.12/bin/bash ../libtool > --tag=CC --mode=link gcc -I../ -Iyes -DHAVE_TIFF=1 -g -O2 -O3 -DNDEBUG > -o libxtiff.la xtiff.lo -lproj -Lyes -ltiff -ljpeg -lz -lm > ../libtool: line 6000: cd: yes: No such file or directory > > It seams the semantics for --with-libtiff is different than for the other > libraries. Ok. >> Also, can we build this package with libjpeg-turbo, instead of >> libjpeg? libjpeg-turbo claims to be faster, and many packages in Arch >> and Parabola are built using libjpeg-turbo. > > Good catch. It should be API-compatible, available on all plattforms and > Arch and Ubuntu (checked these) use is as dependency for libgeotiff. > > I will give it a try and hopefully will also pack a minimal version of > GDAL to really make use of the library. That's great! From unknown Fri Sep 05 11:00:49 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#27774] [PATCH] gnu: add libgeotiff Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 25 Jul 2017 07:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27774 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Cc: 27774@debbugs.gnu.org Received: via spool by 27774-submit@debbugs.gnu.org id=B27774.15009659681679 (code B ref 27774); Tue, 25 Jul 2017 07:00:02 +0000 Received: (at 27774) by debbugs.gnu.org; 25 Jul 2017 06:59:28 +0000 Received: from localhost ([127.0.0.1]:54999 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dZtoW-0000R0-4P for submit@debbugs.gnu.org; Tue, 25 Jul 2017 02:59:28 -0400 Received: from o164.p8.mailjet.com ([87.253.233.164]:59560) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <245173f6.AEMANgEJfdUAAAAAAAAAAAPYhrkAAAACwQwAAAAAAAW9WABZduw8@bnc3.mailjet.com>) id 1dZtoU-0000Qs-AJ for 27774@debbugs.gnu.org; Tue, 25 Jul 2017 02:59:26 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/simple; q=dns/txt; d=bnc3.mailjet.com; i=arunisaac=3Dsystemreboot.net@bnc3.mailjet.com; s=mailjet; h=message-id:mime-version:from:to:subject:date:list-unsubscribe:cc:in-reply-to: references:x-csa-complaints:x-mj-mid:content-type:content-transfer-encoding; bh=/AZoo37HphrX6+jEc41S0EbMPOM=; b=tJvr8UC0EgT9XUl2GrqhXy11rSwFA5W4k01SMru84GWsPNMU0bKXZ0wnR M9KkBhq/B1elz4MkR4BB7GB9QKZe3MDJg2UjbWnz938qfQpRtuf6ZhVjLIf2 fTTzJ7RanKyAafLnoE2N1lqUOBCtPaK3OxV//FGhNJq8waDFGNL91g= Message-Id: <245173f6.AEMANgEJfdUAAAAAAAAAAAPYhrkAAAACwQwAAAAAAAW9WABZduw8@mailjet.com> MIME-Version: 1.0 From: Arun Isaac Date: Tue, 25 Jul 2017 12:28:59 +0530 In-reply-to: <20170720175018.49ec09ac@alma-ubu> References: <20170720175018.49ec09ac@alma-ubu> X-CSA-Complaints: whitelist-complaints@eco.de X-MJ-Mid: AEMANgEJfdUAAAAAAAAAAAPYhrkAAAACwQwAAAAAAAW9WABZduw8xwXl96iFQfSIOLHOHGbosgAFgUc Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.8 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.8 (--) > + ;; This is a mixture of various contributions under different license= s > + ;; Not that the EPSG database is NOT "free to use" as the LICENSE fil= e > + ;; states, as its commercial redistribution is restricted. > + ;; We thus remove it from the package. > + (license (list license:public-domain > + license:x11 > + license:bsd-3 > + (license:non-copyleft "file://LICENSE" > + "See LICENSE in the distribution."))) I think it might also be worthwhile mentioning (as comments) which files are under which license. = From unknown Fri Sep 05 11:00:49 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#27774] [PATCH] gnu: add libgeotiff Resent-From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 08 Sep 2017 15:54:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27774 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Cc: Arun Isaac , 27774@debbugs.gnu.org Received: via spool by 27774-submit@debbugs.gnu.org id=B27774.150488599921874 (code B ref 27774); Fri, 08 Sep 2017 15:54:02 +0000 Received: (at 27774) by debbugs.gnu.org; 8 Sep 2017 15:53:19 +0000 Received: from localhost ([127.0.0.1]:56188 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dqLan-0005gh-C6 for submit@debbugs.gnu.org; Fri, 08 Sep 2017 11:53:19 -0400 Received: from eggs.gnu.org ([208.118.235.92]:33372) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dqLam-0005gR-2k for 27774@debbugs.gnu.org; Fri, 08 Sep 2017 11:53:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dqLag-00037e-8W for 27774@debbugs.gnu.org; Fri, 08 Sep 2017 11:53:11 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38013) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dqLag-00037Z-4k; Fri, 08 Sep 2017 11:53:10 -0400 Received: from [193.50.110.231] (port=41824 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dqLaf-00065E-M2; Fri, 08 Sep 2017 11:53:09 -0400 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170720175018.49ec09ac@alma-ubu> <87379o63mn.fsf@fastmail.com> <0c9f175f.AEQANc_cQw0AAAAAAAAAAAPYhrgAAAACwQwAAAAAAAW9WABZc1em@mailjet.com> <20170723132757.431ef7ef@alma-ubu> Date: Fri, 08 Sep 2017 17:53:08 +0200 In-Reply-To: <20170723132757.431ef7ef@alma-ubu> ("=?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?="'s message of "Sun, 23 Jul 2017 13:27:57 +0200") Message-ID: <87shfx89wb.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Hello Bj=C3=B6rn, Bj=C3=B6rn H=C3=B6fling skribis: > I will give it a try and hopefully will also pack a minimal version of > GDAL to really make use of the library. Any update on this patch? TIA, Ludo=E2=80=99. From unknown Fri Sep 05 11:00:49 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#27774] [PATCH] gnu: add libgeotiff Resent-From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 13 Sep 2017 06:56:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27774 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Cc: Arun Isaac , 27774@debbugs.gnu.org Received: via spool by 27774-submit@debbugs.gnu.org id=B27774.15052857561934 (code B ref 27774); Wed, 13 Sep 2017 06:56:01 +0000 Received: (at 27774) by debbugs.gnu.org; 13 Sep 2017 06:55:56 +0000 Received: from localhost ([127.0.0.1]:36953 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ds1aU-0000V7-Oj for submit@debbugs.gnu.org; Wed, 13 Sep 2017 02:55:56 -0400 Received: from m4s11.vlinux.de ([83.151.27.109]:51703 helo=bjoernhoefling.de) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ds1aS-0000Uw-KZ for 27774@debbugs.gnu.org; Wed, 13 Sep 2017 02:55:53 -0400 Received: from alma-ubu (pD9EB5672.dip0.t-ipconnect.de [217.235.86.114]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by bjoernhoefling.de (Postfix) with ESMTPSA id 8BB283FF57; Wed, 13 Sep 2017 08:55:49 +0200 (CEST) Date: Wed, 13 Sep 2017 08:55:49 +0200 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Message-ID: <20170913085549.0bd75f21@alma-ubu> In-Reply-To: <87shfx89wb.fsf@gnu.org> References: <20170720175018.49ec09ac@alma-ubu> <87379o63mn.fsf@fastmail.com> <0c9f175f.AEQANc_cQw0AAAAAAAAAAAPYhrgAAAACwQwAAAAAAAW9WABZc1em@mailjet.com> <20170723132757.431ef7ef@alma-ubu> <87shfx89wb.fsf@gnu.org> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) On Fri, 08 Sep 2017 17:53:08 +0200 ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > Hello Bj=C3=B6rn, >=20 > Bj=C3=B6rn H=C3=B6fling skribis: >=20 > > I will give it a try and hopefully will also pack a minimal version > > of GDAL to really make use of the library. =20 >=20 > Any update on this patch? >=20 > TIA, > Ludo=E2=80=99. Sorry, I was on vacation and forgot to mention that to you. Yes, had some progress but at some point built failed, need to bisect. Hope to fix it within a week. Bj=C3=B6rn From unknown Fri Sep 05 11:00:49 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#27774] [PATCH] gnu: add libgeotiff Resent-From: Ricardo Wurmus Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 18 Oct 2017 21:22:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27774 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= , Arun Isaac , 27774@debbugs.gnu.org Received: via spool by 27774-submit@debbugs.gnu.org id=B27774.15083617082529 (code B ref 27774); Wed, 18 Oct 2017 21:22:02 +0000 Received: (at 27774) by debbugs.gnu.org; 18 Oct 2017 21:21:48 +0000 Received: from localhost ([127.0.0.1]:48759 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e4vme-0000ej-6Y for submit@debbugs.gnu.org; Wed, 18 Oct 2017 17:21:48 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21088) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e4vmc-0000eb-EK for 27774@debbugs.gnu.org; Wed, 18 Oct 2017 17:21:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1508361644; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; l=699; bh=pIzBXjhyBBaM3cE4k0SywuPUvGXBi16kvkqJvxRFBCk=; b=JKHT3JBP3l1fQdMxgq3LHX/UuoNZS2JDsbZFcs98qbEO7c+qHRaqUFn3zFaVZdiU Bfmf6dgQAqgvv4Tazb8wjuvw1/FPXplQvyDInVDI+tIVOvWEqK13Xk+PNMiJTolDC/1 mGfk7yVEX9ZbTzptrmb7gCZBqkZ6I2gSjXjMASww= Received: from localhost (port-92-200-55-161.dynamic.qsc.de [92.200.55.161]) by mx.zohomail.com with SMTPS id 1508361644254668.6624845109169; Wed, 18 Oct 2017 14:20:44 -0700 (PDT) References: <20170720175018.49ec09ac@alma-ubu> <87379o63mn.fsf@fastmail.com> <0c9f175f.AEQANc_cQw0AAAAAAAAAAAPYhrgAAAACwQwAAAAAAAW9WABZc1em@mailjet.com> <20170723132757.431ef7ef@alma-ubu> <87shfx89wb.fsf@gnu.org> <20170913085549.0bd75f21@alma-ubu> User-agent: mu4e 0.9.18; emacs 25.3.1 From: Ricardo Wurmus In-reply-to: <20170913085549.0bd75f21@alma-ubu> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Wed, 18 Oct 2017 23:20:41 +0200 Message-ID: <87376g40gm.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: -2.8 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.8 (--) Hi Björn, > On Fri, 08 Sep 2017 17:53:08 +0200 > ludo@gnu.org (Ludovic Courtès) wrote: > >> Hello Björn, >> >> Björn Höfling skribis: >> >> > I will give it a try and hopefully will also pack a minimal version >> > of GDAL to really make use of the library. >> >> Any update on this patch? >> >> TIA, >> Ludo’. > > > Sorry, I was on vacation and forgot to mention that to you. > > Yes, had some progress but at some point built failed, need to bisect. > > Hope to fix it within a week. How’s it going? :) Do you need help with this patch? -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https://elephly.net From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 18 17:21:10 2017 Received: (at control) by debbugs.gnu.org; 18 Oct 2017 21:21:10 +0000 Received: from localhost ([127.0.0.1]:48756 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e4vm1-0000dp-UC for submit@debbugs.gnu.org; Wed, 18 Oct 2017 17:21:10 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21130) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e4vlz-0000de-EZ for control@debbugs.gnu.org; Wed, 18 Oct 2017 17:21:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1508361651; s=zoho; d=elephly.net; i=rekado@elephly.net; h=Date:To:From:Subject; l=15; bh=XmP4/G2K1JSE6wjtSzI0rmSgUqu8KrwWIWHA3SxNgh4=; b=Rs6cCWCkDontdtHuAiAQb2udB6p7j8Gb+MWDN554xDWrqY9U7DxqbkTqE+KgcwXX BLDjNqYlV2iYm8uF427l/E93myEmxMr/DDwM8w/unz1zZwLWjUC39NUxKclvmrGztaF G2sMO3uOLrvMdQMdcretYCRgshHqFZlSpj7vpRDs= Received: from localhost (port-92-200-55-161.dynamic.qsc.de [92.200.55.161]) by mx.zohomail.com with SMTPS id 1508361651468128.2071517233727; Wed, 18 Oct 2017 14:20:51 -0700 (PDT) Date: Wed, 18 Oct 2017 23:20:49 +0200 To: control@debbugs.gnu.org From: Ricardo Wurmus Subject: control message for bug #27774 X-ZohoMailClient: External X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" Message-Id: X-Spam-Score: -2.8 (--) owner 27774 ! From unknown Fri Sep 05 11:00:49 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#27774] [PATCH 0/1] Add libgeotiff References: <20170720175018.49ec09ac@alma-ubu> In-Reply-To: <20170720175018.49ec09ac@alma-ubu> Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org, Ricardo Wurmus Resent-Date: Wed, 03 Jan 2018 16:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27774 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 27774@debbugs.gnu.org Cc: Arun Isaac , mbakke@fastmail.com Received: via spool by 27774-submit@debbugs.gnu.org id=B27774.151499860921274 (code B ref 27774); Wed, 03 Jan 2018 16:57:01 +0000 Received: (at 27774) by debbugs.gnu.org; 3 Jan 2018 16:56:49 +0000 Received: from localhost ([127.0.0.1]:34553 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eWmLR-0005X4-Ch for submit@debbugs.gnu.org; Wed, 03 Jan 2018 11:56:49 -0500 Received: from vultr.systemreboot.net ([45.77.148.100]:47782) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eWmLQ-0005Wq-05 for 27774@debbugs.gnu.org; Wed, 03 Jan 2018 11:56:48 -0500 Received: from [124.40.246.228] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.90) (envelope-from ) id 1eWmLG-0006Hk-UV; Wed, 03 Jan 2018 22:26:39 +0530 From: Arun Isaac Date: Wed, 3 Jan 2018 22:25:59 +0530 Message-Id: <20180103165600.662-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) I am unsure if Bjorn is coming back. So, I have completed the patch. Let me know if everything is fine. I'll push it. Björn Höfling (1): gnu: Add libgeotiff. gnu/packages/geo.scm | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) -- 2.15.1 From unknown Fri Sep 05 11:00:49 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#27774] [PATCH 1/1] gnu: Add libgeotiff. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org, Ricardo Wurmus Resent-Date: Wed, 03 Jan 2018 16:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27774 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 27774@debbugs.gnu.org Cc: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= , mbakke@fastmail.com, Arun Isaac Received: via spool by 27774-submit@debbugs.gnu.org id=B27774.151499862421328 (code B ref 27774); Wed, 03 Jan 2018 16:58:02 +0000 Received: (at 27774) by debbugs.gnu.org; 3 Jan 2018 16:57:04 +0000 Received: from localhost ([127.0.0.1]:34556 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eWmLb-0005XT-KY for submit@debbugs.gnu.org; Wed, 03 Jan 2018 11:57:02 -0500 Received: from vultr.systemreboot.net ([45.77.148.100]:47786) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eWmLZ-0005XD-8S for 27774@debbugs.gnu.org; Wed, 03 Jan 2018 11:56:58 -0500 Received: from [124.40.246.228] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.90) (envelope-from ) id 1eWmLK-0006Hk-OX; Wed, 03 Jan 2018 22:26:43 +0530 From: Arun Isaac Date: Wed, 3 Jan 2018 22:26:00 +0530 Message-Id: <20180103165600.662-2-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20180103165600.662-1-arunisaac@systemreboot.net> References: <20180103165600.662-1-arunisaac@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) From: Björn Höfling * gnu/packages/geo.scm (libgeotiff): New variable. Signed-off-by: Arun Isaac --- gnu/packages/geo.scm | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 7bf1562ba..c3a62c641 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -25,9 +25,11 @@ #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) #:use-module (guix utils) + #:use-module (gnu packages compression) #:use-module (gnu packages glib) #:use-module (gnu packages gnome) #:use-module (gnu packages gtk) + #:use-module (gnu packages image) #:use-module (gnu packages pkg-config) #:use-module (gnu packages webkit) #:use-module (gnu packages xml)) @@ -137,6 +139,55 @@ and driving.") (home-page "https://wiki.gnome.org/Apps/Maps") (license license:gpl2+))) +(define-public libgeotiff + (package + (name "libgeotiff") + (version "1.4.2") + (source + (origin + (method url-fetch) + (uri (string-append "http://download.osgeo.org/geotiff/libgeotiff/libgeotiff-" + version ".tar.gz")) + (sha256 + (base32 + "0vjy3bwfhljjx66p9w999i4mdhsf7vjshx29yc3pn5livf5091xd")) + (modules '((guix build utils))) + (snippet + '(begin + ;; Remove .csv files, distributed from EPSG under a restricted + ;; license. See LICENSE for full license text. + (for-each delete-file (find-files "." "\\.csv$")) + ;; Now that we have removed the csv files, we need to modify the Makefile. + (substitute* "Makefile.in" + (("^all-am: .*$") + "all-am: Makefile $(LTLIBRARIES) $(HEADERS) geo_config.h\n") + (("^install-data-am: .*$") + "install-data-am: install-includeHEADERS")))))) + (build-system gnu-build-system) + (inputs + `(("libjpeg-turbo" ,libjpeg-turbo) + ("libtiff" ,libtiff) + ("proj.4" ,proj.4) + ("zlib" ,zlib))) + (arguments + `(#:configure-flags + (list (string-append "--with-zlib") + (string-append "--with-jpeg") + (string-append "--with-libtiff=" (assoc-ref %build-inputs "libtiff"))))) + (synopsis "Library for handling GeoTIFF (geographic enabled TIFF)") + (description "libgeotiff is a library on top of libtiff for reading and +writing GeoTIFF information tags.") + (home-page "https://trac.osgeo.org/geotiff/") + ;; This is a mixture of various contributions under different licenses. + ;; Note that the EPSG database is NOT "free to use" as the LICENSE file + ;; states, as its commercial redistribution is restricted. Hence, we have + ;; removed it from the package. + (license (list license:public-domain + license:x11 + license:bsd-3 + (license:non-copyleft "file://LICENSE" + "See LICENSE in the distribution."))))) + (define-public proj.4 (package (name "proj.4") -- 2.15.1 From unknown Fri Sep 05 11:00:49 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#27774] [PATCH 0/1] Add libgeotiff Resent-From: Leo Famulari Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org, Ricardo Wurmus Resent-Date: Wed, 03 Jan 2018 18:25:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27774 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Arun Isaac Cc: 27774@debbugs.gnu.org Received: via spool by 27774-submit@debbugs.gnu.org id=B27774.151500387829938 (code B ref 27774); Wed, 03 Jan 2018 18:25:01 +0000 Received: (at 27774) by debbugs.gnu.org; 3 Jan 2018 18:24:38 +0000 Received: from localhost ([127.0.0.1]:34618 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eWniQ-0007mo-0F for submit@debbugs.gnu.org; Wed, 03 Jan 2018 13:24:38 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:46925) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eWniO-0007mb-BX for 27774@debbugs.gnu.org; Wed, 03 Jan 2018 13:24:36 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 5888720C04; Wed, 3 Jan 2018 13:24:34 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Wed, 03 Jan 2018 13:24:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= mesmtp; bh=5/ZyiSQYV8UnuaDP6kbGjVEGyFZh1RCJ5eYvmVV5auQ=; b=f/VCn R5Lfi4JudnxZNyj8GxFIu7VXyWjVYqpO47Yeg1/RS2qp+lUCZ6Dq2SVeOJMtd9Vx AFKyFVtRnrYBWWMDE86RwBRvWJoF88iEZ6dM4pdajrweqi0EJFhADpIMNHxQMRoO tFBNcETyi66ikdmNFYRkev6JA6AI6+P/cmfEwQ= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=5/ZyiSQYV8UnuaDP6kbGjVEGyFZh1 RCJ5eYvmVV5auQ=; b=H9sQ+WN9AkAvfsU3Bd9Ae9h/fWDRhpAH1CH2QyLzeJJ26 XPMwa5EG0DgIa9c9NU/jNdM/i8I5UQelPOhKOxeGbLJjpuCEJ49BjT2lqoUdUbfE QI5BFToCB6ON2XF6eC9hkQBuUA34v0guoaxrFSkzGi4/9xmlnkiYhvgq42TmH1SL dC4DkDyiYAGGNodh0wKnhVGdrEnGjv5O7jSgPgTN2c3vUgGMOv/w9eUYSLQIJpdq wWsuI470sOL54sPUaZ+5QmHYYoqw5tDfcUCxxTdEl9fZdmDiq9hviRds6nofK9/a Zl/F8192W1BtzuWcP1IMdunWZ/71vSWGjYNH4/lnw== X-ME-Sender: Received: from localhost (c-73-165-108-70.hsd1.pa.comcast.net [73.165.108.70]) by mail.messagingengine.com (Postfix) with ESMTPA id 0C1667E0ED; Wed, 3 Jan 2018 13:24:34 -0500 (EST) Date: Wed, 3 Jan 2018 13:24:32 -0500 From: Leo Famulari Message-ID: <20180103182432.GA14162@jasmine.lan> References: <20170720175018.49ec09ac@alma-ubu> <20180103165600.662-1-arunisaac@systemreboot.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="J/dobhs11T7y2rNN" Content-Disposition: inline In-Reply-To: <20180103165600.662-1-arunisaac@systemreboot.net> User-Agent: Mutt/1.9.2 (2017-12-15) X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --J/dobhs11T7y2rNN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Jan 03, 2018 at 10:25:59PM +0530, Arun Isaac wrote: > I am unsure if Bjorn is coming back. So, I have completed the patch. Let me > know if everything is fine. I'll push it. Thanks Arun! The updated patch looks good to me. --J/dobhs11T7y2rNN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlpNH90ACgkQJkb6MLrK fwghlg/+ITG0s/Syc6L+T0Ge5AL+BI+98oAbU+C83HuiyYphgInBLDNZBB2iqQOp keCyETtezxxvB7EDeFu6PbgFG81VdVgnuIN7GllJPUuai9pnkTp4EPepptCo/y6J bOIhqWmB6wNk7EBFl4TgeL5Q1HrflrolSlzeSfSaiTqmHVqz5tW41OTQ/4UkrJiT mbfQjCxMtUFCj+GILML9LNh1rCKuVY/U/TH55Xyy1tYtFYJq/kESyEABKWxpKvYh NLYpTUvJkrF/H5pBKiZ3z6laoO1fZCBlvggbIBmjsf18hvFKxaqo2bIrAbJ8Jvn3 1dEswrXwEvIFoRcyJvs6+ir4QKW6TeXzk+p+tcvl4GdL2kFva16pIPWpzoQ/1X+/ uiCW7Y1bvS+WoUF0vNJUtt50/1z2c0wOBDx3rl+E4WYG0uV8FT9lF1U560sKAj3O xe2B8D5yRUn22jnS6cYfA+fHOWqy4R9KrCSPiMsywn+TNpsgkub2WTYqRBq/9Xiy EqD91RHyX3YhxNlzgIPhpzirN251IkGyZ6EEYhF+SEnVlcXxrwcII+CBJXSIP0+E YrQTnbF1yE0UzJF8+fex/j13tj8RHUDq1RfwgCIUR3iYSlsW/JkrsoBJvYukBrUd UkN3PBamhxuuf5Mg/rA44fz9Sl9E+Pz0MuT4mfrqcFWf0QGr6hc= =O0s4 -----END PGP SIGNATURE----- --J/dobhs11T7y2rNN-- From unknown Fri Sep 05 11:00:49 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Subject: bug#27774: closed (Re: [bug#27774] [PATCH 0/1] Add libgeotiff) Message-ID: References: <20170720175018.49ec09ac@alma-ubu> X-Gnu-PR-Message: they-closed 27774 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 27774@debbugs.gnu.org Date: Thu, 04 Jan 2018 06:57:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1515049022-14324-1" This is a multi-part message in MIME format... ------------=_1515049022-14324-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #27774: [PATCH] gnu: add libgeotiff which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 27774@debbugs.gnu.org. --=20 27774: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D27774 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1515049022-14324-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 27774-done) by debbugs.gnu.org; 4 Jan 2018 06:56:21 +0000 Received: from localhost ([127.0.0.1]:34990 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eWzRt-0003i5-Bh for submit@debbugs.gnu.org; Thu, 04 Jan 2018 01:56:21 -0500 Received: from vultr.systemreboot.net ([45.77.148.100]:49372) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eWzRp-0003hf-TT for 27774-done@debbugs.gnu.org; Thu, 04 Jan 2018 01:56:19 -0500 Received: from [14.139.128.15] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90) (envelope-from ) id 1eWzRe-0000lQ-By; Thu, 04 Jan 2018 12:26:07 +0530 From: Arun Isaac To: Leo Famulari Subject: Re: [bug#27774] [PATCH 0/1] Add libgeotiff In-Reply-To: <20180103182432.GA14162@jasmine.lan> References: <20170720175018.49ec09ac@alma-ubu> <20180103165600.662-1-arunisaac@systemreboot.net> <20180103182432.GA14162@jasmine.lan> Date: Thu, 04 Jan 2018 12:25:58 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 27774-done Cc: 27774-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Leo Famulari writes: > On Wed, Jan 03, 2018 at 10:25:59PM +0530, Arun Isaac wrote: >> I am unsure if Bjorn is coming back. So, I have completed the patch. Let me >> know if everything is fine. I'll push it. > > Thanks Arun! The updated patch looks good to me. Pushed, thanks! ------------=_1515049022-14324-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 20 Jul 2017 15:50:42 +0000 Received: from localhost ([127.0.0.1]:49934 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dYDio-0007EP-Fv for submit@debbugs.gnu.org; Thu, 20 Jul 2017 11:50:42 -0400 Received: from eggs.gnu.org ([208.118.235.92]:47886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dYDim-0007ED-GC for submit@debbugs.gnu.org; Thu, 20 Jul 2017 11:50:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dYDig-0000it-6V for submit@debbugs.gnu.org; Thu, 20 Jul 2017 11:50:31 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:34976) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dYDig-0000im-3R for submit@debbugs.gnu.org; Thu, 20 Jul 2017 11:50:30 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dYDie-0002ZP-IP for guix-patches@gnu.org; Thu, 20 Jul 2017 11:50:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dYDib-0000gJ-Eu for guix-patches@gnu.org; Thu, 20 Jul 2017 11:50:28 -0400 Received: from m4s11.vlinux.de ([83.151.27.109]:47145 helo=bjoernhoefling.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dYDib-0000el-4E for guix-patches@gnu.org; Thu, 20 Jul 2017 11:50:25 -0400 Received: from alma-ubu (unknown [46.189.119.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by bjoernhoefling.de (Postfix) with ESMTPSA id 04C4C4013A for ; Thu, 20 Jul 2017 17:50:20 +0200 (CEST) Date: Thu, 20 Jul 2017 17:50:18 +0200 From: =?UTF-8?B?QmrDtnJuIEjDtmZsaW5n?= To: guix-patches@gnu.org Subject: [PATCH] gnu: add libgeotiff Message-ID: <20170720175018.49ec09ac@alma-ubu> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) =46rom 4e96405382258d0aa3a1760ac77dd0ac72706786 Mon Sep 17 00:00:00 2001 From: =3D?UTF-8?q?Bj=3DC3=3DB6rn=3D20H=3DC3=3DB6fling?=3D Date: Tue, 24 Jan 2017 09:00:07 +0100 Subject: [PATCH] gnu: add libgeotiff * gnu/packages/geo.scm (libgeotiff): New variable. --- gnu/packages/geo.scm | 56 ++++++++++++++++++++++++++++++++++++++++++++++++= ++++ 1 file changed, 56 insertions(+) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index d8d5490f3..019731158 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -25,9 +25,11 @@ #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) #:use-module (guix utils) + #:use-module (gnu packages compression) #:use-module (gnu packages glib) #:use-module (gnu packages gnome) #:use-module (gnu packages gtk) + #:use-module (gnu packages image) #:use-module (gnu packages pkg-config) #:use-module (gnu packages webkit) #:use-module (gnu packages xml)) @@ -133,6 +135,60 @@ and driving.") (home-page "https://wiki.gnome.org/Apps/Maps") (license license:gpl2+))) =20 +(define-public libgeotiff + (package + (name "libgeotiff") + (version "1.4.2") + (source (origin + (method url-fetch) + (uri (string-append "http://download.osgeo.org/geotiff/libgeot= iff/" + "libgeotiff-" + version ".tar.gz")) + (sha256 + (base32 + "0vjy3bwfhljjx66p9w999i4mdhsf7vjshx29yc3pn5livf5091xd")))) + (build-system gnu-build-system) + (arguments + `(#:configure-flags + `( ,(string-append "--with-zlib") + ,(string-append "--with-jpeg") + ,(string-append "--with-libtiff=3D" + (assoc-ref %build-inputs "libtiff"))) + #:phases + (modify-phases %standard-phases + (add-after + 'unpack 'delete-nonfree-files + (lambda _ + ;; Remove .csv-files, distributed from + ;; EPSG under a restricted license. + ;; See LICENSE.txt for full license text. + (for-each delete-file (find-files "." "\\.csv$")) + ;; Now that we remove the csv-files, we need to modify the Makef= ile: + (substitute* "Makefile.in" + (("all-am: Makefile \\$\\(LTLIBRARIES\\) \\$\\(DATA\\) \\$\\(H= EADERS\\) geo_config.h") + "all-am: Makefile $(LTLIBRARIES) $(HEADERS) geo_config.h") + (("install-data-am: install-dist_csvDATA install-includeHEADER= S") + "install-data-am: install-includeHEADERS")) + #t))))) + (inputs `(("libjpeg" ,libjpeg) + ("libtiff" ,libtiff) + ("proj.4" ,proj.4) + ("zlib" ,zlib))) + (synopsis "Library for handling GeoTIFF (geographic enabled TIFF)") + (description + "Libgeotiff is a library on top of libtiff for reading and writing +GeoTIFF information tags.") + ;; This is a mixture of various contributions under different licenses + ;; Not that the EPSG database is NOT "free to use" as the LICENSE file + ;; states, as its commercial redistribution is restricted. + ;; We thus remove it from the package. + (license (list license:public-domain + license:x11 + license:bsd-3 + (license:non-copyleft "file://LICENSE" + "See LICENSE in the distribution."))) + (home-page "https://trac.osgeo.org/geotiff/"))) + (define-public proj.4 (package (name "proj.4") --=20 2.12.2 ------------=_1515049022-14324-1-- From unknown Fri Sep 05 11:00:49 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#27774] [PATCH 1/1] gnu: Add libgeotiff. Resent-From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org, Ricardo Wurmus Resent-Date: Sat, 27 Jan 2018 20:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27774 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Arun Isaac Cc: 27774@debbugs.gnu.org, mbakke@fastmail.com Received: via spool by 27774-submit@debbugs.gnu.org id=B27774.151708363227161 (code B ref 27774); Sat, 27 Jan 2018 20:08:02 +0000 Received: (at 27774) by debbugs.gnu.org; 27 Jan 2018 20:07:12 +0000 Received: from localhost ([127.0.0.1]:45511 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1efWkm-00073v-KV for submit@debbugs.gnu.org; Sat, 27 Jan 2018 15:07:12 -0500 Received: from m4s11.vlinux.de ([83.151.27.109]:43997 helo=bjoernhoefling.de) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1efWkl-00073n-GE for 27774@debbugs.gnu.org; Sat, 27 Jan 2018 15:07:08 -0500 Received: from alma-ubu (pD951FC9C.dip0.t-ipconnect.de [217.81.252.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by bjoernhoefling.de (Postfix) with ESMTPSA id 232CC405F1; Sat, 27 Jan 2018 21:07:06 +0100 (CET) Date: Sat, 27 Jan 2018 21:07:05 +0100 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Message-ID: <20180127210705.3352b661@alma-ubu> In-Reply-To: <20180103165600.662-2-arunisaac@systemreboot.net> References: <20180103165600.662-1-arunisaac@systemreboot.net> <20180103165600.662-2-arunisaac@systemreboot.net> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) Hi Arun, thanks for finishing that. I messed my git repository and then forgot about it because of other things. Bj=C3=B6rn On Wed, 3 Jan 2018 22:26:00 +0530 Arun Isaac wrote: > From: Bj=C3=B6rn H=C3=B6fling >=20 > * gnu/packages/geo.scm (libgeotiff): New variable. >=20 > Signed-off-by: Arun Isaac > --- > gnu/packages/geo.scm | 51 > +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, > 51 insertions(+) >=20 > diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm > index 7bf1562ba..c3a62c641 100644 > --- a/gnu/packages/geo.scm > +++ b/gnu/packages/geo.scm > @@ -25,9 +25,11 @@ > #:use-module ((guix licenses) #:prefix license:) > #:use-module (guix packages) > #:use-module (guix utils) > + #:use-module (gnu packages compression) > #:use-module (gnu packages glib) > #:use-module (gnu packages gnome) > #:use-module (gnu packages gtk) > + #:use-module (gnu packages image) > #:use-module (gnu packages pkg-config) > #:use-module (gnu packages webkit) > #:use-module (gnu packages xml)) > @@ -137,6 +139,55 @@ and driving.") > (home-page "https://wiki.gnome.org/Apps/Maps") > (license license:gpl2+))) > =20 > +(define-public libgeotiff > + (package > + (name "libgeotiff") > + (version "1.4.2") > + (source > + (origin > + (method url-fetch) > + (uri (string-append > "http://download.osgeo.org/geotiff/libgeotiff/libgeotiff-" > + version ".tar.gz")) > + (sha256 > + (base32 > + "0vjy3bwfhljjx66p9w999i4mdhsf7vjshx29yc3pn5livf5091xd")) > + (modules '((guix build utils))) > + (snippet > + '(begin > + ;; Remove .csv files, distributed from EPSG under a > restricted > + ;; license. See LICENSE for full license text. > + (for-each delete-file (find-files "." "\\.csv$")) > + ;; Now that we have removed the csv files, we need to > modify the Makefile. > + (substitute* "Makefile.in" > + (("^all-am: .*$") > + "all-am: Makefile $(LTLIBRARIES) $(HEADERS) > geo_config.h\n") > + (("^install-data-am: .*$") > + "install-data-am: install-includeHEADERS")))))) > + (build-system gnu-build-system) > + (inputs > + `(("libjpeg-turbo" ,libjpeg-turbo) > + ("libtiff" ,libtiff) > + ("proj.4" ,proj.4) > + ("zlib" ,zlib))) > + (arguments > + `(#:configure-flags > + (list (string-append "--with-zlib") > + (string-append "--with-jpeg") > + (string-append "--with-libtiff=3D" (assoc-ref > %build-inputs "libtiff"))))) > + (synopsis "Library for handling GeoTIFF (geographic enabled > TIFF)") > + (description "libgeotiff is a library on top of libtiff for > reading and +writing GeoTIFF information tags.") > + (home-page "https://trac.osgeo.org/geotiff/") > + ;; This is a mixture of various contributions under different > licenses. > + ;; Note that the EPSG database is NOT "free to use" as the > LICENSE file > + ;; states, as its commercial redistribution is restricted. > Hence, we have > + ;; removed it from the package. > + (license (list license:public-domain > + license:x11 > + license:bsd-3 > + (license:non-copyleft "file://LICENSE" > + "See LICENSE in the > distribution."))))) + > (define-public proj.4 > (package > (name "proj.4")