From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 0/4]: Add various audio libraries Date: Wed, 11 Feb 2015 23:36:42 +0100 Message-ID: <87y4o4t6rp.fsf@gnu.org> References: <87oaphvq3n.fsf@mango.localdomain> <87r3u9e3fk.fsf@gnu.org> <8761b9qwe1.fsf@mango.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44055) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLftp-0006Eu-UT for guix-devel@gnu.org; Wed, 11 Feb 2015 17:36:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLftk-0004zH-UQ for guix-devel@gnu.org; Wed, 11 Feb 2015 17:36:49 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:34933) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLftk-0004zD-Qq for guix-devel@gnu.org; Wed, 11 Feb 2015 17:36:44 -0500 In-Reply-To: <8761b9qwe1.fsf@mango.localdomain> (Ricardo Wurmus's message of "Tue, 10 Feb 2015 22:39:18 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: Guix-devel Ricardo Wurmus skribis: > Ludovic Court=C3=A8s writes: >>> From 3bb3b7346f44f8e4849efc7a5fc8b465a974d625 Mon Sep 17 00:00:00 2001 >>> From: rekado >>> 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 whic= h add >>> +functionality to support the needs of increasingly powerful audio soft= ware.") >> >> It=E2=80=99s not clear to me what this all means; I guess LV2 is not a >> =E2=80=9Cstandard=E2=80=9D as in RFC or ISO, because it=E2=80=99s softwa= re. That said, I don=E2=80=99t >> have any suggestions, so I=E2=80=99ll 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 > Date: Thu, 5 Feb 2015 22:40:06 +0100 > Subject: [PATCH] gnu: Add LV2. > > * gnu/packages/audio.scm (lv2): New variable. LGTM, thanks! Ludo=E2=80=99.