summaryrefslogtreecommitdiffstats
path: root/audio-drivers/jack-cvs/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-drivers/jack-cvs/DETAILS')
-rwxr-xr-xaudio-drivers/jack-cvs/DETAILS20
1 files changed, 20 insertions, 0 deletions
diff --git a/audio-drivers/jack-cvs/DETAILS b/audio-drivers/jack-cvs/DETAILS
new file mode 100755
index 0000000000..54f446095b
--- /dev/null
+++ b/audio-drivers/jack-cvs/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=jack-cvs
+ VERSION=head
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=cvs://:pserver:anonymous@cvs.jackit.sourceforge.net:/cvsroot/jackit:jack
+ WEB_SITE=http://jackit.sf.net
+ ENTERED=20031207
+ UPDATED=20031207
+ BUILD_API=2
+ MD5[0]=IGNORE
+ LICENSE[0]=GPL
+ FORCE_DOWNLOAD=on
+ SHORT="Jack is a low latency audio server."
+cat << EOF
+JACK is a low-latency audio server, written primarily for the GNU/Linux operating system.
+It can connect a number of different applications to an audio device, as well as allowing them to share audio between themselves.
+Its clients can run in their own processes (ie. as normal applications), or can they can run within the JACK server (ie. as a "plugin").
+JACK is different from other audio server efforts in that it has been designed from the ground up to be suitable for professional audio work.
+This means that it focuses on two key areas: synchronous execution of all clients, and low latency operation.
+EOF