summaryrefslogtreecommitdiffstats
path: root/audio/jack
diff options
context:
space:
mode:
author B. Watson2021-08-02 23:11:35 +0200
committer Willy Sudiarto Raharjo2021-10-12 19:51:29 +0200
commit2d1f290cb05f4cab979d0e05a4924e587af7c58d (patch)
treeffcbaf6ceaed6e6412c7a07a4f0023a96d6bd7e3 /audio/jack
parentdf151d2a1df93c3f3b436829d0433770253eedeb (diff)
downloadslackbuilds-2d1f290cb05f4cab979d0e05a4924e587af7c58d.tar.gz
audio/jack: Updated for version 1.9.19.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/jack')
-rw-r--r--audio/jack/jack.SlackBuild15
-rw-r--r--audio/jack/jack.info6
2 files changed, 6 insertions, 15 deletions
diff --git a/audio/jack/jack.SlackBuild b/audio/jack/jack.SlackBuild
index d9f3e6a326..ed7603a430 100644
--- a/audio/jack/jack.SlackBuild
+++ b/audio/jack/jack.SlackBuild
@@ -24,6 +24,7 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# 20210802 bkw: update for v1.9.19 and -current.
# 20210304 bkw: update for v1.9.17.
# 20201104 bkw: update for v1.9.16.
# 20200118 bkw: renamed from 'jack2' to 'jack'. If you want to see
@@ -39,7 +40,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jack
-VERSION=${VERSION:-1.9.17}
+VERSION=${VERSION:-1.9.19}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -54,9 +55,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
@@ -97,14 +95,6 @@ find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
# will already include it (it does, in 1.x). So make 2 act like 1:
sed -i '/^Libs:/s,$, -lpthread,' jack.pc.in
-# 20201104 bkw: TODO: support --readline. Only used by jack-transport.
-# Trouble is, wscript checks only whether it can link with -lreadline.
-# Which it can't, because that also requires -ltermcap. But I don't
-# see a way to have it check multiple libs at once. I know one way to
-# force it (LDFLAGS=-ltermcap in the env), but then we end up linking
-# everything with it, which we do not want! Did I ever mention how
-# much I hate waf?
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
LDFLAGS="-Wl,-s" \
@@ -115,6 +105,7 @@ LDFLAGS="-Wl,-s" \
--htmldir=/usr/doc/$PRGNAM-$VERSION/html \
--classic \
--dbus \
+ --readline \
--alsa
./waf build
diff --git a/audio/jack/jack.info b/audio/jack/jack.info
index e9d323ca07..65c6d55ea6 100644
--- a/audio/jack/jack.info
+++ b/audio/jack/jack.info
@@ -1,8 +1,8 @@
PRGNAM="jack"
-VERSION="1.9.17"
+VERSION="1.9.19"
HOMEPAGE="http://jackaudio.org/"
-DOWNLOAD="https://github.com/jackaudio/jack2/archive/v1.9.17/jack2-1.9.17.tar.gz"
-MD5SUM="81b4beb271602ad20521c30640835a89"
+DOWNLOAD="https://github.com/jackaudio/jack2/archive/v1.9.19/jack2-1.9.19.tar.gz"
+MD5SUM="ca263ffba14abce859c0ee7680faf510"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""