summaryrefslogtreecommitdiffstats
path: root/audio-drivers/jack2
diff options
context:
space:
mode:
authorVlad Glagolev2014-02-01 13:21:07 +0400
committerVlad Glagolev2014-02-01 13:21:07 +0400
commit1c6ffbb044a86798421141ca524ff0e28e2bccce (patch)
tree410a5ab90845873b91c36e26ac83d554db5f8a59 /audio-drivers/jack2
parenta4585cf1199da660160d88906074a33f04f2242c (diff)
jack2: post-update fixes
Diffstat (limited to 'audio-drivers/jack2')
-rwxr-xr-xaudio-drivers/jack2/BUILD6
-rwxr-xr-xaudio-drivers/jack2/DETAILS10
-rw-r--r--audio-drivers/jack2/HISTORY4
-rwxr-xr-xaudio-drivers/jack2/INSTALL2
4 files changed, 13 insertions, 9 deletions
diff --git a/audio-drivers/jack2/BUILD b/audio-drivers/jack2/BUILD
index 0401eea9eb..1340246702 100755
--- a/audio-drivers/jack2/BUILD
+++ b/audio-drivers/jack2/BUILD
@@ -1,3 +1,3 @@
-./waf configure --prefix=/usr --destdir="$INSTALL_ROOT" \
- --enable-pkg-config-dbus-service-dir $OPTS &&
-./waf build
+OPTS="--enable-pkg-config-dbus-service-dir $OPTS" &&
+
+waf_build
diff --git a/audio-drivers/jack2/DETAILS b/audio-drivers/jack2/DETAILS
index 678eb2bea4..74371ef026 100755
--- a/audio-drivers/jack2/DETAILS
+++ b/audio-drivers/jack2/DETAILS
@@ -1,4 +1,5 @@
SPELL=jack2
+ SPELLX=jack
WEB_SITE=http://jackaudio.org/
if [[ $JACK2_BRANCH == scm ]]; then
if [[ $JACK2_AUTOUPDATE == y ]]; then
@@ -13,11 +14,10 @@ if [[ $JACK2_BRANCH == scm ]]; then
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-svn"
else
VERSION=1.9.9.5 # Officially, it is called 1.9.9, but the tarball says 1.9.9.5 .
- SOURCE=jack-$VERSION.tar.bz2
- SOURCE_URL[0]=https://dl.dropbox.com/u/28869550/$SOURCE
-
-SOURCE_HASH=sha512:173a10943c98cb17f0041216cc24ce03d5e147f27be121fdf66c4e9d21ba8bf125a1749b985cacffb075618d92025231eb047c754d33d777275373d010a85e27
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/jack-$VERSION"
+ SOURCE=$SPELLX-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://jackaudio.org/downloads/$SOURCE
+ SOURCE_HASH=sha512:173a10943c98cb17f0041216cc24ce03d5e147f27be121fdf66c4e9d21ba8bf125a1749b985cacffb075618d92025231eb047c754d33d777275373d010a85e27
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
fi
WEB_SITE=http://jackaudio.org/
ENTERED=20080707
diff --git a/audio-drivers/jack2/HISTORY b/audio-drivers/jack2/HISTORY
index 6a96f96d7d..96101189f8 100644
--- a/audio-drivers/jack2/HISTORY
+++ b/audio-drivers/jack2/HISTORY
@@ -1,3 +1,7 @@
+2014-02-01 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: use official url instead of dropbox
+ * BUILD, INSTALL: switch to waf_build/waf_install functions
+
2013-02-12 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: add website, update to 1.9.9.5
Note: SCM option is outdated, jack2 is using git
diff --git a/audio-drivers/jack2/INSTALL b/audio-drivers/jack2/INSTALL
index 6d035e024c..0ea15ccab7 100755
--- a/audio-drivers/jack2/INSTALL
+++ b/audio-drivers/jack2/INSTALL
@@ -1 +1 @@
-./waf install
+waf_install