summaryrefslogtreecommitdiffstats
path: root/audio-drivers/jack
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /audio-drivers/jack
initial commit from stable 0.3
Diffstat (limited to 'audio-drivers/jack')
-rwxr-xr-xaudio-drivers/jack/BUILD5
-rwxr-xr-xaudio-drivers/jack/CONFLICTS1
-rwxr-xr-xaudio-drivers/jack/DEPENDS1
-rwxr-xr-xaudio-drivers/jack/DETAILS19
-rw-r--r--audio-drivers/jack/HISTORY52
-rwxr-xr-xaudio-drivers/jack/PROVIDES1
6 files changed, 79 insertions, 0 deletions
diff --git a/audio-drivers/jack/BUILD b/audio-drivers/jack/BUILD
new file mode 100755
index 0000000000..fd6d9654d0
--- /dev/null
+++ b/audio-drivers/jack/BUILD
@@ -0,0 +1,5 @@
+./configure --prefix=/usr \
+ --disable-portaudio \
+ $OPTS &&
+
+make
diff --git a/audio-drivers/jack/CONFLICTS b/audio-drivers/jack/CONFLICTS
new file mode 100755
index 0000000000..e6f2e33ee3
--- /dev/null
+++ b/audio-drivers/jack/CONFLICTS
@@ -0,0 +1 @@
+conflicts jack-cvs
diff --git a/audio-drivers/jack/DEPENDS b/audio-drivers/jack/DEPENDS
new file mode 100755
index 0000000000..d851231e3c
--- /dev/null
+++ b/audio-drivers/jack/DEPENDS
@@ -0,0 +1 @@
+depends alsa-lib
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
diff --git a/audio-drivers/jack/HISTORY b/audio-drivers/jack/HISTORY
new file mode 100644
index 0000000000..5f6a1f41c3
--- /dev/null
+++ b/audio-drivers/jack/HISTORY
@@ -0,0 +1,52 @@
+2005-10-03 Arjan Bouter <abouter@sourcemage.org>
+ * DETAILS: fixed version number to 0.100.0
+
+2005-09-30 Unet <audio@sourcemage.org>
+ * DETAILS: Updated to 0.100.0
+
+2004-10-04 Eric Sandall <eric@sandall.us>
+ * DETAILS: Updated to 0.99.0
+ Shortened SHORT
+ Added BUILD_API=2
+ * BUILD: Converted to BUILD_API 2
+ Removed TABs
+
+2004-04-27 Eric Sandall <eric@sandall.us>
+ * DETAILS: Updated to 0.98.1
+ Removed MAINTAINER
+ Removed TABs
+
+2004-04-25 Unet <audio@sourcemage.org>
+ * DETAILS: Bump to 0.98.0
+
+2004-01-22 Unet <audio@sourcemage.org>
+ * DEPENDS: alsa-driver -> alsa-lib
+
+2004-01-14 Unet <audio@sourcemage.org>
+ * DETAILS: Bump to 0.94.0
+
+2003-12-20 Unet <audio@sourcemage.org>
+ * DETAILS: Bump to 0.92.0
+
+2003-12-08 Unet <audio@sourcemage.org>
+ * PROVIDES: Created a provides jack-driver
+
+2003-12-07 Unet <audio@sourcemage.org>
+ * DEPENDS: alsa-drivers-->alsa-driver
+ * DETAILS: Updated to 0.91.1
+ * CONFLICTS: Created
+
+2003-11-18 Unet <audio@sourcemage.org>
+ * DETAILS: Updated to 0.90.0
+ * DEPENDS: Fixed
+
+2003-11-04 Unet <audio@sourcemage.org>
+ * DETAILS: Fixed bug #4612
+ * HISTORY: Formatted
+
+2003-10-14 Andrew <astitt@sourcemage.org>
+ * HISTORY: Added a newline to bottom of this file (pointed out by qnr)
+
+2003-09-21 Unet <audio@sourcemage.org>
+ * Created Spell.
+
diff --git a/audio-drivers/jack/PROVIDES b/audio-drivers/jack/PROVIDES
new file mode 100755
index 0000000000..1dac7781d3
--- /dev/null
+++ b/audio-drivers/jack/PROVIDES
@@ -0,0 +1 @@
+provides JACK-DRIVER