summaryrefslogtreecommitdiffstats
path: root/audio/alsa-plugin-jack
diff options
context:
space:
mode:
author B. Watson2021-08-03 06:10:28 +0200
committer Willy Sudiarto Raharjo2021-10-12 19:51:30 +0200
commit44fdce6014cf9058077e4265fb50e7ef24598917 (patch)
tree22d77f7e0b55e007e37d4fe7d92f8c78d159ee7c /audio/alsa-plugin-jack
parent4e719f4af19341d05cbb8a3c1f5cf479b36a9e37 (diff)
downloadslackbuilds-44fdce6014cf9058077e4265fb50e7ef24598917.tar.gz
audio/alsa-plugin-jack: Updated for version 1.2.5.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/alsa-plugin-jack')
-rw-r--r--audio/alsa-plugin-jack/alsa-plugin-jack.SlackBuild11
-rw-r--r--audio/alsa-plugin-jack/alsa-plugin-jack.info6
2 files changed, 9 insertions, 8 deletions
diff --git a/audio/alsa-plugin-jack/alsa-plugin-jack.SlackBuild b/audio/alsa-plugin-jack/alsa-plugin-jack.SlackBuild
index 473d107529..1c11a780a6 100644
--- a/audio/alsa-plugin-jack/alsa-plugin-jack.SlackBuild
+++ b/audio/alsa-plugin-jack/alsa-plugin-jack.SlackBuild
@@ -6,10 +6,14 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20210803 bkw: updated for v1.2.5 and -current. This should be kept
+# in sync with slackware-current's alsa-plugins version. Hopefully
+# 15.0 is releasing Real Soon so I don't have to keep updating this.
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=alsa-plugin-jack
-VERSION=${VERSION:-1.1.1}
+VERSION=${VERSION:-1.2.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -22,9 +26,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -56,7 +57,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$VERSION
-tar xvf $CWD/$SRCNAM-$VERSION.tar.xz
+tar xvf $CWD/$SRCNAM-$VERSION.tar.?z*
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
diff --git a/audio/alsa-plugin-jack/alsa-plugin-jack.info b/audio/alsa-plugin-jack/alsa-plugin-jack.info
index 9df4e69f13..9ea3acbd2d 100644
--- a/audio/alsa-plugin-jack/alsa-plugin-jack.info
+++ b/audio/alsa-plugin-jack/alsa-plugin-jack.info
@@ -1,8 +1,8 @@
PRGNAM="alsa-plugin-jack"
-VERSION="1.1.1"
+VERSION="1.2.5"
HOMEPAGE="https://alsa.opensrc.org/Jack_(plugin)"
-DOWNLOAD="https://mirrors.slackware.com/slackware/slackware-14.2/source/l/alsa-plugins/alsa-plugins-1.1.1.tar.xz"
-MD5SUM="f4f5466eb2c55245fe15c291aa0912b7"
+DOWNLOAD="https://www.alsa-project.org/files/pub/plugins/alsa-plugins-1.2.5.tar.bz2"
+MD5SUM="11d1bcc1b4eec26c1011ec965f4b54ba"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jack"