diff options
Diffstat (limited to 'audio/rev-plugins/rev-plugins.SlackBuild')
-rw-r--r-- | audio/rev-plugins/rev-plugins.SlackBuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/audio/rev-plugins/rev-plugins.SlackBuild b/audio/rev-plugins/rev-plugins.SlackBuild index 8d80cafd013a..fa7ae209f6e0 100644 --- a/audio/rev-plugins/rev-plugins.SlackBuild +++ b/audio/rev-plugins/rev-plugins.SlackBuild @@ -6,6 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20230111 bkw: updated for v0.8.1 (g2reverb still at 0.7.1). + # 20140818 bkw: # - Updated for v0.7.1 # - Upstream split g2reverb into a separate tarball, which I've @@ -15,8 +17,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=rev-plugins G2PRGNAM=g2reverb -VERSION=${VERSION:-0.7.1} -G2VERSION=$VERSION +VERSION=${VERSION:-0.8.1} +G2VERSION=${G2VERSION:-0.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -92,6 +94,7 @@ chown -R root:root . find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ +cd source rm -f ladspa.h sed -i "/^CPPFLAGS/s,$, $SLKCFLAGS," Makefile @@ -99,7 +102,8 @@ sed -i "/^CPPFLAGS/s,$, $SLKCFLAGS," Makefile make install -m0755 -s *.so $LADSPADIR -cp -a README AUTHORS COPYING $PKG/usr/doc/$PRGNAM-$VERSION +cd - +cp -a README AUTHORS $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |