From debbugs-submit-bounces@debbugs.gnu.org Fri May 15 10:12:50 2020 Received: (at submit) by debbugs.gnu.org; 15 May 2020 14:12:50 +0000 Received: from localhost ([127.0.0.1]:38235 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jZb4z-0005kG-S9 for submit@debbugs.gnu.org; Fri, 15 May 2020 10:12:50 -0400 Received: from lists.gnu.org ([209.51.188.17]:55536) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jZb4y-0005k9-0v for submit@debbugs.gnu.org; Fri, 15 May 2020 10:12:48 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33388) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jZb4x-0006rh-SC for guix-patches@gnu.org; Fri, 15 May 2020 10:12:47 -0400 Received: from mail1.protonmail.ch ([185.70.40.18]:50649) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jZb4v-0001hX-WB for guix-patches@gnu.org; Fri, 15 May 2020 10:12:47 -0400 Date: Fri, 15 May 2020 14:12:34 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=elenq.tech; s=protonmail; t=1589551961; bh=0lyv6/T577qK8WoojV0OUzlxLtwCngNeeC0vDYsAHO4=; h=Date:To:From:Reply-To:Subject:From; b=qNKYnK4EtKhMlSB5TamKgB/x26oQr0Fgh0Rk9XdUpCt8z3ZqznEkZy+nChb6B6pQ4 JNTJDSF84pOyJxAeG9cofVUKcu1EGngwx35MwKBAfWhgoRLRRWI4H2IAFrX7V7H+1+ K5349hBpLeQ5S+XL+Q6QkqG2osafb4o+ss1PR/JM= To: "guix-patches@gnu.org" From: Ekaitz Zarraga Subject: [PATCH] gnu: Add lib3ds. Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=7.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mail.protonmail.ch Received-SPF: pass client-ip=185.70.40.18; envelope-from=ekaitz@elenq.tech; helo=mail1.protonmail.ch X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/15 10:12:42 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.3 (-) 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: , Reply-To: Ekaitz Zarraga Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Hi, Added lib3ds as discussed here: https://issues.guix.gnu.org/40492 I think everything is fine in the package but in building there are some me= ssages about ldconfig not being available as we don't have it in guix. I ch= ecked that everything was installed correctly and it is but I'm not sure if= that's going to have any other effect I didn't consider. Thanks, Ekaitz >From d295cb56c8ffa7df6a75ef9e97c6ba364d493405 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Fri, 15 May 2020 16:05:11 +0200 Subject: [PATCH] gnu: Add lib3ds. * gnu/packages/engineering.scm (lib3ds): New variable. --- gnu/packages/engineering.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 172f8481eb..5d0fca030a 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -2533,3 +2533,26 @@ without any changes. And programmers that are famil= iar with the magellan API can continue using it with a free library without the restrictions of the official SDK.") (license license:bsd-3))) + +(define-public lib3ds + (let ((version "1.3.0")) + (package + (name "lib3ds") + (version version) + (source + (origin + (method url-fetch) + (uri (string-append + "https://storage.googleapis.com/google-code-archive-downloa= ds" + "/v2/code.google.com/lib3ds/lib3ds-" version ".zip")) + (sha256 + (base32 "1qr9arfdkjf7q11xhvxwzmhxqz3nhcjkyb8zzfjpz9jm54q0rc7m"))= )) + (build-system gnu-build-system) + (native-inputs + `(("unzip" ,unzip))) + (home-page "http://lib3ds.sourceforge.net") + (synopsis "3DS format file toolkit") + (description "Lib3ds is a toolkit for handling the 3DS format for 3D +model files. Its main goal is to simplify the creation of 3DS import and +export filters.") + (license license:lgpl3+)))) -- 2.26.1 From debbugs-submit-bounces@debbugs.gnu.org Sat May 16 13:31:34 2020 Received: (at 41288-done) by debbugs.gnu.org; 16 May 2020 17:31:34 +0000 Received: from localhost ([127.0.0.1]:41683 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ja0eg-0006Qu-UI for submit@debbugs.gnu.org; Sat, 16 May 2020 13:31:34 -0400 Received: from eggs.gnu.org ([209.51.188.92]:42520) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ja0ee-0006Kt-9s for 41288-done@debbugs.gnu.org; Sat, 16 May 2020 13:31:21 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:45145) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ja0eY-0003K2-MR; Sat, 16 May 2020 13:31:14 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=38302 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ja0eX-0006ku-Ga; Sat, 16 May 2020 13:31:14 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Ekaitz Zarraga Subject: Re: [bug#41288] [PATCH] gnu: Add lib3ds. References: Date: Sat, 16 May 2020 19:31:11 +0200 In-Reply-To: (Ekaitz Zarraga's message of "Fri, 15 May 2020 14:12:34 +0000") Message-ID: <87367zrdls.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 41288-done Cc: 41288-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: -3.3 (---) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, Ekaitz Zarraga skribis: > Added lib3ds as discussed here: > > https://issues.guix.gnu.org/40492 > > I think everything is fine in the package but in building there are some = messages about ldconfig not being available as we don't have it in guix. I = checked that everything was installed correctly and it is but I'm not sure = if that's going to have any other effect I didn't consider. The =E2=80=98ldconfig=E2=80=99 messages from Libtool can be ignored; Guix d= oesn=E2=80=99t rely on =E2=80=98ldconfig=E2=80=99. >>>From d295cb56c8ffa7df6a75ef9e97c6ba364d493405 Mon Sep 17 00:00:00 2001 > From: Ekaitz Zarraga > Date: Fri, 15 May 2020 16:05:11 +0200 > Subject: [PATCH] gnu: Add lib3ds. > > * gnu/packages/engineering.scm (lib3ds): New variable. Applied with the changes below (the license is LGPLv2.1+ according to source file headers; the home page change addresses a =E2=80=98guix lint=E2= =80=99 warning). Thanks, Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 9c66880e6f..37b42ca3f5 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -2597,10 +2597,9 @@ accessible through a simple API") (home-page "http://openctm.sourceforge.net/")))) (define-public lib3ds - (let ((version "1.3.0")) (package (name "lib3ds") - (version version) + (version "1.3.0") (source (origin (method url-fetch) @@ -2612,9 +2611,9 @@ accessible through a simple API") (build-system gnu-build-system) (native-inputs `(("unzip" ,unzip))) - (home-page "http://lib3ds.sourceforge.net") + (home-page "https://code.google.com/archive/p/lib3ds") (synopsis "3DS format file toolkit") (description "Lib3ds is a toolkit for handling the 3DS format for 3D model files. Its main goal is to simplify the creation of 3DS import and export filters.") - (license license:lgpl3+)))) + (license license:lgpl2.1+))) --=-=-=-- From unknown Sun Aug 10 16:45:30 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 14 Jun 2020 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator