SOURCE_HASH=sha512:2efb6cf057118489a908ddbecb52d410a6d078647e1beaf0533544c27eaf718b0044b79e5e342368f2ff51fcf3be3cea2ba306b025cd1aedd3aafca092cb1eb4
- WEB_SITE=http://jackit.sf.net
+ WEB_SITE=http://jackaudio.org/
ENTERED=20030921
- UPDATED=20030921
LICENSE[0]=GPL
- BUILD_API=2
KEYWORDS="drivers audio"
- SHORT="Low latency audio server."
+ 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.
+JACK is a low-latency audio server, written for POSIX conformant operating
+systems such as GNU/Linux and Apple's OS X. 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 was designed from the ground up for professional audio work, and its
+design 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
index 648a818..ed4aa7a 100644
--- a/audio-drivers/jack/HISTORY
+++ b/audio-drivers/jack/HISTORY
@@ -1,3 +1,15 @@
+2006-07-25 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Corrected WEB_SITE and descriptions, removed UPDATED
+ and BUILD_API.
+ * CONFIGURE: Fixed MIXSSE option typo, added queries for OSS
+ support and compiler optimizations.
+ * DEPENDS: Made alsa-lib optional, added optional portaudio and
+ libcap.
+ * BUILD: Edited to use new OPTS and call default_build instead
+ of doing configure && make directly. Removed
+ --disable-portaudio (now in DEPENDS) and added
+ --disable-freebob (until a spell for it is made).
+
2006-04-25 Unet <unet AT sourcemage.org>
* DETAILS: Updated to 0.101.1
[SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (c1fcfe6fbdeeb59906abecde36a0cecbe151db40),
Juuso Alasuutari, 07/24/2006