summaryrefslogtreecommitdiffstats
path: root/audio-drivers/jack
diff options
context:
space:
mode:
authorJuuso Alasuutari2008-11-28 16:55:48 +0200
committerJuuso Alasuutari2008-11-28 16:55:48 +0200
commit3a967a45cf944e9cc32ac514f05aca91ee75eb3a (patch)
tree5f66c67ef36442489cd4e83bf755251d894b6d5c /audio-drivers/jack
parentca13e24f4de87b99d32be12b25b39f978e42935b (diff)
jack-0.115.6
Diffstat (limited to 'audio-drivers/jack')
-rwxr-xr-xaudio-drivers/jack/CONFIGURE2
-rwxr-xr-xaudio-drivers/jack/CONFLICTS3
-rwxr-xr-xaudio-drivers/jack/DEPENDS5
-rwxr-xr-xaudio-drivers/jack/DETAILS11
-rw-r--r--audio-drivers/jack/HISTORY6
5 files changed, 20 insertions, 7 deletions
diff --git a/audio-drivers/jack/CONFIGURE b/audio-drivers/jack/CONFIGURE
index 8f3b36d42b..2e97417494 100755
--- a/audio-drivers/jack/CONFIGURE
+++ b/audio-drivers/jack/CONFIGURE
@@ -20,7 +20,7 @@ config_query_option JACK_SHM \
"--disable-posix-shm" &&
config_query_option JACK_RESIZE \
- "Enable buffer resizing feature?" n \
+ "Enable buffer resizing feature?" y \
"--enable-resize" \
"--disable-resize" &&
diff --git a/audio-drivers/jack/CONFLICTS b/audio-drivers/jack/CONFLICTS
index 2be98cabbb..5bc00f9f58 100755
--- a/audio-drivers/jack/CONFLICTS
+++ b/audio-drivers/jack/CONFLICTS
@@ -1,3 +1,4 @@
conflicts jack-cvs y &&
conflicts jackmidi_alsaseq y &&
-conflicts jackdmp
+conflicts jackdmp &&
+conflicts jack2
diff --git a/audio-drivers/jack/DEPENDS b/audio-drivers/jack/DEPENDS
index 9e51db10b8..a48c1245a1 100755
--- a/audio-drivers/jack/DEPENDS
+++ b/audio-drivers/jack/DEPENDS
@@ -26,6 +26,11 @@ optional_depends libsndfile \
"" \
"to build the jackrec example client" &&
+optional_depends libsamplerate \
+ "" \
+ "" \
+ "to build NetJack" &&
+
. "$GRIMOIRE/FUNCTIONS" &&
local KVER=$(get_kernel_version) &&
diff --git a/audio-drivers/jack/DETAILS b/audio-drivers/jack/DETAILS
index b2278d6e31..a8c2759c5d 100755
--- a/audio-drivers/jack/DETAILS
+++ b/audio-drivers/jack/DETAILS
@@ -13,11 +13,12 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=0.109.2
- SOURCE=jack-audio-connection-kit-$VERSION.tar.gz
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/jack-audio-connection-kit-$VERSION"
- SOURCE_URL[0]=$SOURCEFORGE_URL/jackit/$SOURCE
- SOURCE_HASH=sha512:ea45db19429e8a174d933500dd0305558d43242765c3b2a95c23696542322ea148add9e6c83422c5851b88564fc16e325875a49e76f42742644161b124d1bcad
+ SPELLX=jack-audio-connection-kit
+ VERSION=0.115.6
+ SOURCE=$SPELLX-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+ SOURCE_URL[0]=http://jackaudio.org/downloads/$SOURCE
+ SOURCE_HASH=sha512:e344723b3002216b8e7b372bad7f6922f85bd9ea7ec9c5d38b5c8195435ae67540dbce201e40b986815465aff8418c3c665ed0bdca62a47ec621ff85bd4cd858
fi
WEB_SITE=http://jackaudio.org/
ENTERED=20030921
diff --git a/audio-drivers/jack/HISTORY b/audio-drivers/jack/HISTORY
index e33451239f..2d546dba55 100644
--- a/audio-drivers/jack/HISTORY
+++ b/audio-drivers/jack/HISTORY
@@ -1,3 +1,9 @@
+2008-11-28 Juuso Alasuutari <iuso@sourcemage.org>
+ * DETAILS: Updated to 0.115.6, fixed SOURCE_URL.
+ * CONFIGURE: Buffer resizing enabled by default upstream.
+ * DEPENDS: Add optional_depends libsamplerate for building NetJack.
+ * CONFLICTS: Conflict with jack2.
+
2008-07-15 Thomas Orgis <sobukus@sourcemage.org>
* DEPENDS: explicit optional dep on libfreebob