From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH]: Add JACK. Date: Tue, 27 Jan 2015 09:51:36 +0100 Message-ID: <20150127085136.GA4358@debian.eduroam.u-bordeaux.fr> References: <87mw55vqq5.fsf@mango.localdomain> <20150126211845.GB10095@debian> <87wq49xj9q.fsf@mango.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36797) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YG1sH-0002ro-0C for guix-devel@gnu.org; Tue, 27 Jan 2015 03:51:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YG1sA-0003Sy-Ce for guix-devel@gnu.org; Tue, 27 Jan 2015 03:51:52 -0500 Received: from mout.kundenserver.de ([212.227.17.13]:53210) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YG1sA-0003Sq-2t for guix-devel@gnu.org; Tue, 27 Jan 2015 03:51:46 -0500 Content-Disposition: inline In-Reply-To: <87wq49xj9q.fsf@mango.localdomain> 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 On Mon, Jan 26, 2015 at 11:35:29PM +0100, Ricardo Wurmus wrote: > Andreas Enge writes: > > On Mon, Jan 26, 2015 at 10:25:06AM +0100, Ricardo Wurmus wrote: > >> +(define-public jack1 > >> + (package > >> + (name "jack") > >> + (version "0.124.1") > > > > Is the "1" in "jack1" above a typo? > > It is not. There are two "editions" available: > JACK1 (currently at version 0.124.1) and JACK2 (currently at version > 1.9.10). I'm planning to package JACK2 a little later. Okay, very well. Maybe call the variable jack-1? This is more compatible with other packages (python-2, qt-4, etc.). Andreas