1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/jack2/jack2.desc
3 [COPY] Copyright (C) 2004 - 2023 The T2 SDE Project
4 [COPY] Copyright (C) 1998 - 2004 ROCK Linux Project
6 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
7 [COPY] more information can be found in the files COPYING and README.
9 [COPY] This program is free software; you can redistribute it and/or modify
10 [COPY] it under the terms of the GNU General Public License version 2.
11 [COPY] --- T2-COPYRIGHT-NOTE-END ---
13 [I] The audio connection kit
15 [T] JACK is a low-latency audio server, written primarily for the
16 [T] GNU/Linux operating system. It can connect a number of different
17 [T] applications to an audio device, as well as allowing them to share
18 [T] audio between themselves. Its clients can run in their own processes
19 [T] (ie. as normal applications), or can they can run within the JACK
20 [T] server (ie. as a "plugin").
22 [T] JACK is different from other audio server efforts in that it has been
23 [T] designed from the ground up to be suitable for professional audio work.
24 [T] This means that it focuses on two key areas: synchronous execution of
25 [T] all clients, and low latency operation.
27 [U] https://jackaudio.org
29 [A] Paul Davis <pbd@users.sourceforge.net>
30 [M] Rene Rebe <rene@t2-project.org>
38 [P] X -----5---9 143.100
41 [O] hook_add preconf 5 "./waf configure --prefix=/$prefix"
42 [O] hook_add inmake 5 "./waf"
43 [O] hook_add postmake 5 "./waf install --destdir=$root"
45 [D] e7de85130f583068e4e7206d32d78a4542e88fc364999fd6e8e63a28 jack-audio-connection-kit-1.9.22.tar.gz https://github.com/jackaudio/jack2/archive/v1.9.22/