From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH]: Add JACK. Date: Mon, 26 Jan 2015 23:35:29 +0100 Message-ID: <87wq49xj9q.fsf@mango.localdomain> References: <87mw55vqq5.fsf@mango.localdomain> <20150126211845.GB10095@debian> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFsG2-0005PI-UT for guix-devel@gnu.org; Mon, 26 Jan 2015 17:35:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YFsFx-0003cJ-Lf for guix-devel@gnu.org; Mon, 26 Jan 2015 17:35:46 -0500 Received: from sender1.zohomail.com ([74.201.84.155]:29280) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFsFx-0003bF-8j for guix-devel@gnu.org; Mon, 26 Jan 2015 17:35:41 -0500 In-reply-to: <20150126211845.GB10095@debian> 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: Andreas Enge Cc: Guix-devel 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. Here's some more information on the differences between the two implementations: https://github.com/jackaudio/jackaudio.github.com/wiki/Q_difference_jack1_jack2 ~~ Ricardo