unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Thompson, David" <dthompson2@worcester.edu>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add SDL extension libraries
Date: Thu, 21 Nov 2013 11:07:40 -0500	[thread overview]
Message-ID: <CAJ=RwfaFBu7fUH=EXCwrCuePFjra8BO3yUvuWaRtGG4TWab=Ow@mail.gmail.com> (raw)
In-Reply-To: <87y54iq6yy.fsf@gnu.org>

On Thu, Nov 21, 2013 at 7:23 AM, Ludovic Courtès <ludo@gnu.org> wrote:
> Is the copyright/licensing of these packages clear?  In particular, do
> all the files within each package have clearly the same license, or a
> compatible license?  (I’d expect it to be the case given that SDL is
> widespread, but just asking to be sure.)

I will go through the source code and double check.

>> +(define sdl-image
>> +  (package
>> +    (name "sdl-image")
>> +    (version "1.2.12")
>> +    (source (origin
>> +             (method url-fetch)
>> +             (uri
>> +              (string-append "http://www.libsdl.org/projects/SDL_image/release/SDL_image-"
>> +                             version ".tar.gz"))
>> +             (sha256
>> +              (base32
>> +               "16an9slbb8ci7d89wakkmyfvp7c0cval8xw4hkg0842nhhlp540b"))))
>> +    (build-system gnu-build-system)
>> +    ;; FIXME: Add webp
>> +    (propagated-inputs `(("sdl" ,sdl)
>> +                         ("libpng" ,libpng)
>> +                         ("libjpeg" ,libjpeg)
>> +                         ("libtiff" ,libtiff)))
>
> Are you sure that all these need to be propagated?
>
> (An input typically needs to be propagated if an installed header
> #includes a header of that input, or if the .pc file mentions that input
> in its ‘Requires:’ field.)

I'm pretty sure that they are runtime dependencies, but I will check
the .pc file and verify.

- Dave

  reply	other threads:[~2013-11-21 16:07 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-21  2:47 [PATCH] gnu: Add SDL extension libraries David Thompson
2013-11-21 12:23 ` Ludovic Courtès
2013-11-21 16:07   ` Thompson, David [this message]
2013-11-21 21:33     ` Ludovic Courtès
2013-11-23  0:53   ` David Thompson
2013-11-23 10:42     ` Ludovic Courtès
2013-11-23 13:53       ` David Thompson
2013-11-21 12:29 ` Ludovic Courtès
2013-11-21 16:13   ` Thompson, David

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='CAJ=RwfaFBu7fUH=EXCwrCuePFjra8BO3yUvuWaRtGG4TWab=Ow@mail.gmail.com' \
    --to=dthompson2@worcester.edu \
    --cc=guix-devel@gnu.org \
    --cc=ludo@gnu.org \
    /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).