summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <urchlay@slackware.uk>2024-03-21 15:38:48 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-03-23 08:17:14 +0700
commitb60c71095322c8fd6cb7bd82ea7215ae8313aa75 (patch)
tree75bbe56c13a475bda7d40128bf58f529a89dbf8b
parent53f3c1fdc6808dd7ebbd4c828feff766d7859e8d (diff)
downloadslackbuilds-b60c71095322c8fd6cb7bd82ea7215ae8313aa75.tar.gz
slackbuilds-b60c71095322c8fd6cb7bd82ea7215ae8313aa75.tar.xz
audio/rubberband: Updated for version 3.3.0.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--audio/rubberband/rubberband.SlackBuild8
-rw-r--r--audio/rubberband/rubberband.info6
2 files changed, 8 insertions, 6 deletions
diff --git a/audio/rubberband/rubberband.SlackBuild b/audio/rubberband/rubberband.SlackBuild
index e2d9967415..5bd8202709 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.
+# 20240321 bkw: update for v3.3.0.
# 20230112 bkw: update for v3.1.2.
# In 3.1.2, ladspa_sdk and vamp-plugin-sdk are not required. I'm
# leaving them in REQUIRES for now, because other builds that
@@ -32,7 +33,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=rubberband
-VERSION=${VERSION:-3.1.2}
+VERSION=${VERSION:-3.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -77,8 +78,8 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
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 {} \+
+find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} + -o \
+ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} +
JAVA="${JAVA:-no}"
@@ -153,6 +154,7 @@ WITHLV2=WITHOUT
WITHLV2=WITH
# 20230112 bkw: in 3.1.2, we get two identical binaries...
+# 20240321 bkw: still true of 3.3.0.
rm $PKG/usr/bin/$PRGNAM-r3
ln -s $PRGNAM $PKG/usr/bin/$PRGNAM-r3
diff --git a/audio/rubberband/rubberband.info b/audio/rubberband/rubberband.info
index 50d7db9f3e..c110f8cfcf 100644
--- a/audio/rubberband/rubberband.info
+++ b/audio/rubberband/rubberband.info
@@ -1,8 +1,8 @@
PRGNAM="rubberband"
-VERSION="3.1.2"
+VERSION="3.3.0"
HOMEPAGE="https://www.breakfastquay.com/rubberband"
-DOWNLOAD="https://breakfastquay.com/files/releases/rubberband-3.1.2.tar.bz2"
-MD5SUM="3e57a26cf4d60da25bafa317a91e0250"
+DOWNLOAD="https://breakfastquay.com/files/releases/rubberband-3.3.0.tar.bz2"
+MD5SUM="b0ba4fb331e694a07848896f4845e8ea"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ladspa_sdk vamp-plugin-sdk"