mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
audio/vamp-plugin-sdk: Updated for version 2.4.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
ddfdd3f599
commit
6e648d7de1
3 changed files with 10 additions and 10 deletions
|
@ -1,9 +1,9 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
vamp-plugin-sdk: vamp-plugin-sdk (audio analysis API)
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# Written by Luis Henrique <lmello.009@gmail.com>
|
||||
|
||||
PRGNAM=vamp-plugin-sdk
|
||||
VERSION=${VERSION:-2.2.1}
|
||||
VERSION=${VERSION:-2.4}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -43,7 +43,7 @@ mkdir -p $TMP $PKG $OUTPUT
|
|||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-v$VERSION
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="vamp-plugin-sdk"
|
||||
VERSION="2.2.1"
|
||||
VERSION="2.4"
|
||||
HOMEPAGE="http://www.vamp-plugins.org"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/vamp/vamp-plugin-sdk/2.2.1/vamp-plugin-sdk-2.2.1.tar.gz"
|
||||
MD5SUM="d31e0d891bebdff75d4f4c709d5b2cab"
|
||||
DOWNLOAD="http://code.soundsoftware.ac.uk/attachments/download/517/vamp-plugin-sdk-2.4.tar.gz"
|
||||
MD5SUM="4bd75ca4515c141cd8776bdb59066261"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue