unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Ekaitz Zarraga <ekaitz@elenq.tech>
Cc: 41288-done@debbugs.gnu.org
Subject: bug#41288: [PATCH] gnu: Add lib3ds.
Date: Sat, 16 May 2020 19:31:11 +0200	[thread overview]
Message-ID: <87367zrdls.fsf@gnu.org> (raw)
In-Reply-To: <gNbjeEKOwFwMRSHcVk4-ZhNjpJN0HX28-TjO7m3jAGGF8cJR-UeCqBPk1PdWRypivx8zS9bZOX6V2SVRxRvp4CeQLFZCMvWhKgUwtNJxI3o=@elenq.tech> (Ekaitz Zarraga's message of "Fri, 15 May 2020 14:12:34 +0000")

[-- Attachment #1: Type: text/plain, Size: 959 bytes --]

Hi,

Ekaitz Zarraga <ekaitz@elenq.tech> 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 ‘ldconfig’ messages from Libtool can be ignored; Guix doesn’t rely
on ‘ldconfig’.

>>From d295cb56c8ffa7df6a75ef9e97c6ba364d493405 Mon Sep 17 00:00:00 2001
> From: Ekaitz Zarraga <ekaitz@elenq.tech>
> 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 ‘guix lint’
warning).

Thanks,
Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1010 bytes --]

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+)))

      reply	other threads:[~2020-05-16 17:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-15 14:12 [bug#41288] [PATCH] gnu: Add lib3ds Ekaitz Zarraga
2020-05-16 17:31 ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87367zrdls.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=41288-done@debbugs.gnu.org \
    --cc=ekaitz@elenq.tech \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).