mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/vamp-plugin-sdk: Updated for version 2.9.0.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
f8b5d32939
commit
9316c77f83
2 changed files with 9 additions and 14 deletions
|
@ -9,11 +9,9 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20170712 bkw:
|
||||
# - Update for v2.7.1
|
||||
|
||||
# 20160803 bkw:
|
||||
# - Update for v2.6, BUILD=1
|
||||
# 20191202 bkw: Update for v2.9.0
|
||||
# 20170712 bkw: Update for v2.7.1
|
||||
# 20160803 bkw: Update for v2.6, BUILD=1
|
||||
|
||||
# 20140915 bkw:
|
||||
# - Update for v2.5
|
||||
|
@ -25,7 +23,7 @@
|
|||
# - Bump BUILD, get rid of *.la files
|
||||
|
||||
PRGNAM=vamp-plugin-sdk
|
||||
VERSION=${VERSION:-2.7.1}
|
||||
VERSION=${VERSION:-2.9.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -65,11 +63,8 @@ rm -rf $PRGNAM-$VERSION
|
|||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
|
||||
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
|
||||
|
||||
# Fix libdir on x86_64
|
||||
sed -i "s,\<lib\>,&$LIBDIRSUFFIX,g" Makefile.in pkgconfig/*.pc.in
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="vamp-plugin-sdk"
|
||||
VERSION="2.7.1"
|
||||
VERSION="2.9.0"
|
||||
HOMEPAGE="https://www.vamp-plugins.org"
|
||||
DOWNLOAD="https://code.soundsoftware.ac.uk/attachments/download/2206/vamp-plugin-sdk-2.7.1.tar.gz"
|
||||
MD5SUM="41129f07c252dd721ea81ef0265777fd"
|
||||
DOWNLOAD="https://code.soundsoftware.ac.uk/attachments/download/2588/vamp-plugin-sdk-2.9.0.tar.gz"
|
||||
MD5SUM="b390743be58c68e0ab2de833c3dbc378"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue