all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Ricardo Wurmus <rekado@elephly.net>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH v2]: Add Ardour.
Date: Wed, 11 Feb 2015 11:03:50 +0100	[thread overview]
Message-ID: <87k2zowyrd.fsf@gnu.org> (raw)
In-Reply-To: <87sieqyby5.fsf@mango.localdomain> (Ricardo Wurmus's message of "Sat, 31 Jan 2015 20:41:54 +0100")

Sorry for the delay.

In the future, could you use separate email threads, à la ‘git
send-email’?  That makes more reasonably sized bites.  :-)

Ricardo Wurmus <rekado@elephly.net> skribis:

> From cae7a61f645ff5b5e8458f5b3bcd0d6029e43b22 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <rekado@elephly.net>
> Date: Thu, 29 Jan 2015 23:11:30 +0100
> Subject: [PATCH 10/15] gnu: Add suil.
>
> * gnu/packages/audio.scm (suil): New variable.

OK.

> From a13f49d293eebf5d6de5170a4dfc0b9885a90c26 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <rekado@elephly.net>
> Date: Fri, 30 Jan 2015 18:14:00 +0100
> Subject: [PATCH 11/15] gnu: Add Vamp SDK.
>
> * gnu/packages/audio.scm (vamp): New variable.

[...]

> +    (home-page "http://vamp-plugins.org")
> +    (synopsis "Vamp audio plugin SDK")

What about “Modular and extensible audio processing system”?

> +    (license
> +     (license:bsd-style
> +      "https://code.soundsoftware.ac.uk/projects/vamp-plugin-sdk/repository/entry/COPYING"))))

Should be ‘x11-style’, see <http://directory.fsf.org/wiki/License:X11>.

> From 59b721c970278230bfc9c12588a3e671b264acd4 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <rekado@elephly.net>
> Date: Fri, 30 Jan 2015 18:15:03 +0100
> Subject: [PATCH 12/15] gnu: Add LADSPA.
>
> * gnu/packages/audio.scm (ladspa): New variable.

OK.

> From 94f5649f1310c9080c1bbbcfa92920831e056c7d Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <rekado@elephly.net>
> Date: Fri, 30 Jan 2015 18:15:50 +0100
> Subject: [PATCH 13/15] gnu: Add rubberband.
>
> * gnu/packages/audio.scm (rubberband): New variable.

[...]

> +    (home-page "http://breakfastquay.com/rubberband/")
> +    (synopsis "Audio time-stretching and pitch-shifting library")
> +    (description
> +     "Rubber Band is a library and utility program that permits changing the
> +tempo and pitch of an audio recording independently of one another.")
> +    (license license:gpl2)))

Isn’t it GPLv2+, according to <http://breakfastquay.com/rubberband/license.html>?

> From 199620c5fe4021084e15d7876aeabc2535854ae6 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <rekado@elephly.net>
> Date: Sat, 31 Jan 2015 00:04:20 +0100
> Subject: [PATCH 14/15] gnu: Add libgnomecanvasmm.
>
> * gnu/packages/gnome.scm (libgnomecanvasmm): New variable.

OK.

> From 537ce664730cac73bbf3889fb4b53d20aa763292 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <rekado@elephly.net>
> Date: Sat, 31 Jan 2015 00:07:57 +0100
> Subject: [PATCH 15/15] gnu: Add ardour.
>
> * gnu/packages/audio.scm (ardour): New variable.

OK.

> +(define-public ardour
> +  (package
> +    (name "ardour")
> +    (version "3.5.403")
> +    (source (origin
> +              ;; The project only provides tarballs upon individual request
> +              ;; (or after payment) so we take the code from git.
> +              (method git-fetch)

Woow, I wonder how much it costs to get the tarball.  ;-)

Thank you for all these packages!

Ludo’.

  reply	other threads:[~2015-02-11 10:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-31 19:41 [PATCH v2]: Add Ardour Ricardo Wurmus
2015-02-11 10:03 ` Ludovic Courtès [this message]
2015-02-11 22:51   ` Ricardo Wurmus

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

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

  git send-email \
    --in-reply-to=87k2zowyrd.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=rekado@elephly.net \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.