From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Add cursynth Date: Thu, 20 Mar 2014 21:46:27 +0100 Message-ID: <87mwgkwqcc.fsf@gnu.org> References: <874n2s7t1k.fsf@gmail.com> 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]:51533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQjrG-0005Tq-0m for guix-devel@gnu.org; Thu, 20 Mar 2014 16:46:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQjrA-0006fa-UZ for guix-devel@gnu.org; Thu, 20 Mar 2014 16:46:33 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:42502) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQjrA-0006fW-N2 for guix-devel@gnu.org; Thu, 20 Mar 2014 16:46:28 -0400 In-Reply-To: <874n2s7t1k.fsf@gmail.com> (Eric Bavier's message of "Thu, 20 Mar 2014 11:07:19 -0500") 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: Eric Bavier Cc: guix-devel@gnu.org Eric Bavier skribis: > From 0cf3d0c9b7e516be06fc8b363c3cdafc87448c6e Mon Sep 17 00:00:00 2001 > From: Eric Bavier > Date: Thu, 20 Mar 2014 10:59:24 -0500 > Subject: [PATCH] gnu: Add cursynth > > * gnu/packages/cursynth.scm: New file > * gnu-system.am (GNU_SYSTEM_MODULES): Add it [...] > + (inputs `(("ncurses" ,ncurses) > + ("alsa" ,alsa-lib))) ;TODO: Use pulseaudio instead? Yes, I think we should use PulseAudio consistently. We should probably write this kind of choices somewhere, maybe under =E2=80=9CPackaging Guidelines=E2=80=9D. Any volunteer? Thanks, Ludo=E2=80=99.