From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/2] gnu: Add AlsaModularSynth. Date: Sun, 01 Mar 2015 15:59:18 +0100 Message-ID: <87r3t8dard.fsf@gnu.org> References: <1424552053-17323-1-git-send-email-rekado@elephly.net> <1424552053-17323-2-git-send-email-rekado@elephly.net> <878ufr6kf0.fsf@mango.localdomain> <87h9udbraa.fsf@mango.localdomain> <871tlexf9r.fsf@gnu.org> <87twy9abtb.fsf@mango.localdomain> <87lhjk61nb.fsf@gnu.org> <87h9u4akv7.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]:59700) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YS5L2-0000HO-Od for guix-devel@gnu.org; Sun, 01 Mar 2015 09:59:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YS5Kz-0000OV-Hy for guix-devel@gnu.org; Sun, 01 Mar 2015 09:59:24 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:33755) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YS5Kz-0000OQ-EU for guix-devel@gnu.org; Sun, 01 Mar 2015 09:59:21 -0500 In-Reply-To: <87h9u4akv7.fsf@mango.localdomain> (Ricardo Wurmus's message of "Sun, 01 Mar 2015 14:49:16 +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@gnu.org Ricardo Wurmus skribis: > From dbf194fdfd5baf9b79ebc7ba3c60835421cce12a Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Sun, 1 Mar 2015 13:35:06 +0100 > Subject: [PATCH 1/2] gnu: Add clalsadrv. > > * gnu/packages/audio.scm (clalsadrv): New variable. [...] > + (home-page "http://kokkinizita.linuxaudio.org") > + (synopsis "C++ wrapper around the ALSA API") > + (description "clalsadrv is a C++ wrapper around the ALSA API.") Please expound a bit on the description such that one can have some answer to =E2=80=9Cwhy would one want to wrap ALSA?=E2=80=9D. Is just C++ = bindings that provide an idiomatic C++ API? OK to push with an appropriate description. [...] > From 40b455e2008c149d708c2e31ec883d90b943b032 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Sat, 21 Feb 2015 21:53:02 +0100 > Subject: [PATCH 2/2] gnu: Add AlsaModularSynth. > > * gnu/packages/audio.scm (alsa-modular-synth): New variable. OK! Thanks! Ludo=E2=80=99.