mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
audio/vamp-plugin-sdk: Updated for version 2.10.0.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ffccb8cacb
commit
fb1c54dbe1
3 changed files with 9 additions and 5 deletions
|
@ -2,3 +2,6 @@ vamp-plugin-sdk (audio analysis API)
|
|||
|
||||
Vamp is an API for C and C++ plugins that process sampled audio data
|
||||
to produce descriptive output (measurements or semantic observations).
|
||||
|
||||
Note: it's recommended to remove any old version of vamp-plugin-sdk
|
||||
before running this SlackBuild.
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20240808 bkw: update for v2.10.0
|
||||
# 20230106 bkw: BUILD=2, remove useless INSTALL from doc dir.
|
||||
# 20211126 bkw: Parallel build broken on -current, add -j1.
|
||||
# 20191202 bkw: Update for v2.9.0
|
||||
|
@ -26,8 +27,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=vamp-plugin-sdk
|
||||
VERSION=${VERSION:-2.9.0}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-2.10.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="vamp-plugin-sdk"
|
||||
VERSION="2.9.0"
|
||||
VERSION="2.10.0"
|
||||
HOMEPAGE="https://www.vamp-plugins.org"
|
||||
DOWNLOAD="https://code.soundsoftware.ac.uk/attachments/download/2588/vamp-plugin-sdk-2.9.0.tar.gz"
|
||||
MD5SUM="b390743be58c68e0ab2de833c3dbc378"
|
||||
DOWNLOAD="https://code.soundsoftware.ac.uk/attachments/download/2691/vamp-plugin-sdk-2.10.0.tar.gz"
|
||||
MD5SUM="848f7ac0227b5c783bee0dd7a5cb3642"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue