[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/4]: Add various audio libraries
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH 0/4]: Add various audio libraries |
Date: |
Wed, 11 Feb 2015 23:36:42 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Ricardo Wurmus <address@hidden> skribis:
> Ludovic Courtès writes:
>>> From 3bb3b7346f44f8e4849efc7a5fc8b465a974d625 Mon Sep 17 00:00:00 2001
>>> From: rekado <address@hidden>
>>> Date: Thu, 29 Jan 2015 10:12:00 +0100
>>> Subject: [PATCH 4/4] gnu: Add LV2.
>>>
>>> * gnu/packages/audio.scm (lv2): New variable.
>>
>> [...]
>>
>>> + (synopsis "LV2 audio plugin standard")
>>> + (description
>>> + "LV2 is an open standard for audio plugins and host applications. At
>>> its
>>> +core, LV2 is a simple stable interface, accompanied by extensions which add
>>> +functionality to support the needs of increasingly powerful audio
>>> software.")
>>
>> It’s not clear to me what this all means; I guess LV2 is not a
>> “standard” as in RFC or ISO, because it’s software. That said, I don’t
>> have any suggestions, so I’ll leave it up to your creativity. :-)
>
> I changed it from "standard" to "specification" because it's neither a
> "standard" in RFC or ISO sense, nor is it software. It's ttl files that
> outline feature. These specifications can be turned into code or
> workable data; they serve as an interface declaration, so I think
> "specification" is really the most appropriate term here.
OK.
> Attached is the new patch.
>
> ~~ Ricardo
>
>
> From 02ae9dbb1c344187d0b9e5328533a8aed16d081a Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <address@hidden>
> Date: Thu, 5 Feb 2015 22:40:06 +0100
> Subject: [PATCH] gnu: Add LV2.
>
> * gnu/packages/audio.scm (lv2): New variable.
LGTM, thanks!
Ludo’.