From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: [PATCH] Add cursynth Date: Fri, 21 Mar 2014 17:09:09 -0500 Message-ID: <87lhw35hmi.fsf@gmail.com> References: <874n2s7t1k.fsf@gmail.com> <87mwgkwqcc.fsf@gnu.org> 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]:35452) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WR7cq-0002RF-AO for guix-devel@gnu.org; Fri, 21 Mar 2014 18:09:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WR7cl-0003k5-H0 for guix-devel@gnu.org; Fri, 21 Mar 2014 18:09:16 -0400 In-Reply-To: <87mwgkwqcc.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Thu, 20 Mar 2014 21:46:27 +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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > 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. BTW, I ran into some trouble anabling cursynth's pulseaudio support and have contacted the developers, but haven't heard back yet. Would it be alright to push this patch in the meantime? > > We should probably write this kind of choices somewhere, maybe under > =E2=80=9CPackaging Guidelines=E2=80=9D. Any volunteer? I might take a look at it. Thanks --=20 `~Eric