summaryrefslogtreecommitdiffstats
path: root/audio/match-vamp-plugin
diff options
context:
space:
mode:
Diffstat (limited to 'audio/match-vamp-plugin')
-rw-r--r--audio/match-vamp-plugin/match-vamp-plugin.SlackBuild7
-rw-r--r--audio/match-vamp-plugin/match-vamp-plugin.info6
2 files changed, 9 insertions, 4 deletions
diff --git a/audio/match-vamp-plugin/match-vamp-plugin.SlackBuild b/audio/match-vamp-plugin/match-vamp-plugin.SlackBuild
index 87618d9ca3..ee1a61ac37 100644
--- a/audio/match-vamp-plugin/match-vamp-plugin.SlackBuild
+++ b/audio/match-vamp-plugin/match-vamp-plugin.SlackBuild
@@ -6,6 +6,11 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20170816 bkw: switch to github homepage and download, since the site at
+# code.soundsoftware.ac.uk isn't responding. The tarball from github has
+# identical code, but a different md5sum (for one thing, it's compressed
+# with gzip, not bzip2), so I'm not bumping BUILD.
+
PRGNAM=match-vamp-plugin
VERSION=${VERSION:-1.0}
BUILD=${BUILD:-2}
@@ -46,7 +51,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $TARNAME-$VERSION
-tar xvf $CWD/$TARNAME-$VERSION.tar.bz2
+tar xvf $CWD/$TARNAME-$VERSION.tar.gz
cd $TARNAME-$VERSION
chown -R root:root .
find -L . \
diff --git a/audio/match-vamp-plugin/match-vamp-plugin.info b/audio/match-vamp-plugin/match-vamp-plugin.info
index b38d7c2af0..8acd45fd8e 100644
--- a/audio/match-vamp-plugin/match-vamp-plugin.info
+++ b/audio/match-vamp-plugin/match-vamp-plugin.info
@@ -1,8 +1,8 @@
PRGNAM="match-vamp-plugin"
VERSION="1.0"
-HOMEPAGE="https://code.soundsoftware.ac.uk/projects/match-vamp/"
-DOWNLOAD="https://code.soundsoftware.ac.uk/attachments/download/1615/match-vamp-1.0.tar.bz2"
-MD5SUM="aebc743a4059463e9ab3a8e234cb02a4"
+HOMEPAGE="https://github.com/c4dm/match-vamp"
+DOWNLOAD="https://github.com/c4dm/match-vamp/archive/v1.0/match-vamp-1.0.tar.gz"
+MD5SUM="04e92adb5188733add204b88042d2198"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="vamp-plugin-sdk"