From 44fdce6014cf9058077e4265fb50e7ef24598917 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 3 Aug 2021 00:10:28 -0400 Subject: audio/alsa-plugin-jack: Updated for version 1.2.5. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- audio/alsa-plugin-jack/alsa-plugin-jack.SlackBuild | 11 ++++++----- audio/alsa-plugin-jack/alsa-plugin-jack.info | 6 +++--- 2 files changed, 9 insertions(+), 8 deletions(-) (limited to 'audio') diff --git a/audio/alsa-plugin-jack/alsa-plugin-jack.SlackBuild b/audio/alsa-plugin-jack/alsa-plugin-jack.SlackBuild index 473d107529c2..1c11a780a696 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 9df4e69f133b..9ea3acbd2d12 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" -- cgit v1.2.3