summaryrefslogtreecommitdiffstats
path: root/audio-drivers/jack/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-drivers/jack/DETAILS')
-rwxr-xr-xaudio-drivers/jack/DETAILS19
1 files changed, 19 insertions, 0 deletions
diff --git a/audio-drivers/jack/DETAILS b/audio-drivers/jack/DETAILS
new file mode 100755
index 0000000000..190602c742
--- /dev/null
+++ b/audio-drivers/jack/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=jack
+ VERSION="0.100.0"
+ SOURCE=$SPELL-audio-connection-kit-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-audio-connection-kit-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/jackit/$SOURCE
+ MD5[0]=96733c20cba7615ada0430dd601445ee
+ WEB_SITE=http://jackit.sf.net
+ ENTERED=20030921
+ UPDATED=20030921
+ LICENSE[0]=GPL
+ BUILD_API=2
+ SHORT="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