summaryrefslogtreecommitdiffstats
path: root/jack-example-tools
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-06-18 19:27:46 +0000
committer Eric Hameleers <alien@slackware.com>2023-06-18 19:27:46 +0000
commitbf87ddff3ce47fc7b4d0b9b952dc43ebc4e528b4 (patch)
tree94197f9ba3f2371aece50effca4b45b56a79d0dd /jack-example-tools
parent7082b5cdea0c627fbbdd0a3bccd00c41932c559e (diff)
downloadasb-bf87ddff3ce47fc7b4d0b9b952dc43ebc4e528b4.tar.gz
asb-bf87ddff3ce47fc7b4d0b9b952dc43ebc4e528b4.tar.xz
jack-example-tools: update to version 4. Note that these tools are no longer included in jack2 as of version 1.9.22
Diffstat (limited to 'jack-example-tools')
-rwxr-xr-xjack-example-tools/build/jack-example-tools.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/jack-example-tools/build/jack-example-tools.SlackBuild b/jack-example-tools/build/jack-example-tools.SlackBuild
index 89247386..504fe883 100755
--- a/jack-example-tools/build/jack-example-tools.SlackBuild
+++ b/jack-example-tools/build/jack-example-tools.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2022 Eric Hameleers, Eindhoven, NL
+# Copyright 2022, 2023 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -31,8 +31,10 @@
# Build needs:
# Needs: jack2, zita-alsa-pcmi, zita-resampler
# Changelog:
-# 3-1: 02/rsSep/2022 by Eric Hameleers <alien@slackware.com>
+# 3-1: 02/sep/2022 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 4-1: 18/jun/2023 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh jack-example-tools.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -41,7 +43,7 @@
# -----------------------------------------------------------------------------
PRGNAM=jack-example-tools
-VERSION=${VERSION:-3}
+VERSION=${VERSION:-4}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}