audio/match-vamp-plugin: Switch to github URLs.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
a1e910d6e0
commit
d248cd0459
|
@ -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 . \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue