[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH]: Add JACK.
From: |
Ricardo Wurmus |
Subject: |
Re: [PATCH]: Add JACK. |
Date: |
Mon, 26 Jan 2015 23:35:29 +0100 |
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