diff options
author | B. Watson <yalhcru@gmail.com> | 2020-11-04 02:01:31 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-07 14:02:34 +0700 |
commit | 3319ecc029e466e10e27559838def35e91aa4e51 (patch) | |
tree | 0dc7e592f69bc8b4fcda4d8e030d6bc6b0ec9490 /audio | |
parent | 6a74623747c48d7d0ce6da209f03b3650fd68f8a (diff) | |
download | slackbuilds-3319ecc029e466e10e27559838def35e91aa4e51.tar.gz |
audio/rubberband: Updated for version 1.9.0.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rubberband/rubberband.SlackBuild | 12 | ||||
-rw-r--r-- | audio/rubberband/rubberband.info | 6 |
2 files changed, 8 insertions, 10 deletions
diff --git a/audio/rubberband/rubberband.SlackBuild b/audio/rubberband/rubberband.SlackBuild index c4bcaa1658..e92b591f61 100644 --- a/audio/rubberband/rubberband.SlackBuild +++ b/audio/rubberband/rubberband.SlackBuild @@ -8,6 +8,7 @@ # Modified version licensed under the WTFPL. See # http://www.wtfpl.net/txt/copying/ for details. +# 20201103 bkw: update for v1.9.0 # 20180702 bkw: # - update for v1.8.2 # - add optional Java support. @@ -21,7 +22,7 @@ # - add man page PRGNAM=rubberband -VERSION=${VERSION:-1.8.2} +VERSION=${VERSION:-1.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,11 +62,8 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 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 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 {} \+ # Fixup libdir on x86_64 sed -i "s,\<lib\>,lib$LIBDIRSUFFIX,g" Makefile.in *.pc.in @@ -107,7 +105,7 @@ mkdir -p $PKG/usr/man/man1 gzip -9c < $CWD/$PRGNAM.1 > $PKG/usr/man/man1/$PRGNAM.1.gz mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CHANGELOG COPYING README.txt $PKG/usr/doc/$PRGNAM-$VERSION +cp -a CHANGELOG COPYING README* $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/audio/rubberband/rubberband.info b/audio/rubberband/rubberband.info index e171e2c668..0065f91d96 100644 --- a/audio/rubberband/rubberband.info +++ b/audio/rubberband/rubberband.info @@ -1,8 +1,8 @@ PRGNAM="rubberband" -VERSION="1.8.2" +VERSION="1.9.0" HOMEPAGE="http://www.breakfastquay.com/rubberband" -DOWNLOAD="https://breakfastquay.com/files/releases/rubberband-1.8.2.tar.bz2" -MD5SUM="db0ecb4f1a647bdaf7e43ef2ca2f7883" +DOWNLOAD="https://breakfastquay.com/files/releases/rubberband-1.9.0.tar.bz2" +MD5SUM="a203a53ef14f23bd4344f4b32514ed62" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ladspa_sdk vamp-plugin-sdk" |