summaryrefslogtreecommitdiffstats
path: root/jack2/build/jack2.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'jack2/build/jack2.SlackBuild')
-rwxr-xr-xjack2/build/jack2.SlackBuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/jack2/build/jack2.SlackBuild b/jack2/build/jack2.SlackBuild
index ded75bd8..c00738bb 100755
--- a/jack2/build/jack2.SlackBuild
+++ b/jack2/build/jack2.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2007, 2008, 2009, 2013, 2019, 2020, 2021, 2022 Eric Hameleers, Eindhoven, NL
+# Copyright 2007, 2008, 2009, 2013, 2019, 2020, 2021, 2022, 2023 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -29,7 +29,7 @@
# Descr: low-latency audio server
# URL: http://jackaudio.org/
# Bldneeds: python3 (Slackware < 15)
-# Needs: opus (Slackware < 15), zita-alsa-pcmi, zita-resampler
+# Needs: opus (Slackware < 15)
# Changelog:
# 0.103.0-1: 24/Jun/2007 by Eric Hameleers <alien@slackware.com>
# * Initial build.
@@ -53,6 +53,10 @@
# * Update.
# 1.9.20-1: 23/jan/2022 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 1.9.22-1: 17/jun/2023 by Eric Hameleers <alien@slackware.com>
+# * Update. Remove zita-alsa-pcmi, zita-resampler as deps,
+# because those are only needed for jack-example-tools
+# (no longer bundeled with jack2).
#
# Run 'sh jack.SlackBuild' to build a Slackware package.
# The package (.txz) plus descriptive .txt file are created in /tmp .
@@ -61,7 +65,7 @@
# -----------------------------------------------------------------------------
PRGNAM=jack2
-VERSION=${VERSION:-1.9.20}
+VERSION=${VERSION:-1.9.22}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-"alien"}