summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2020-01-17 22:24:47 +0100
committer Willy Sudiarto Raharjo2020-01-18 06:25:21 +0100
commit38f36ea132bbb1ece1d4c6ed2d342a1277082412 (patch)
treead6bb5bdfd4849dbce74ebe9779207bd263fe000
parent61dd270201865a9747a5db6fb5fdf2bf77dc5ba6 (diff)
downloadslackbuilds-38f36ea132bbb1ece1d4c6ed2d342a1277082412.tar.gz
audio/calf: Demote lash from required to optional dep.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--audio/calf/README2
-rw-r--r--audio/calf/calf.SlackBuild4
-rw-r--r--audio/calf/calf.info2
3 files changed, 6 insertions, 2 deletions
diff --git a/audio/calf/README b/audio/calf/README
index 80ad9780bf..148284f848 100644
--- a/audio/calf/README
+++ b/audio/calf/README
@@ -9,6 +9,8 @@ By default, the package is built with SSE support if the host CPU supports
SSE. If building for another host, you can set SSE=yes or SSE=no in the
environment to override the autodetection.
+Optional dependency: lash. This will be autodetected at build time.
+
This package uses POSIX filesystem capabilities to execute with
elevated privileges (required for realtime audio processing). This
may be considered a security/stability risk. Please read
diff --git a/audio/calf/calf.SlackBuild b/audio/calf/calf.SlackBuild
index 728176f7dc..187a501185 100644
--- a/audio/calf/calf.SlackBuild
+++ b/audio/calf/calf.SlackBuild
@@ -4,6 +4,8 @@
# Written by B. Watson (yalhcru@gmail.com)
+# 20200117 bkw: demote lash from required to optional dependency.
+
# 20191208 bkw: update for v0.90.3.
# 20180709 bkw:
@@ -36,7 +38,7 @@
PRGNAM=calf
VERSION=${VERSION:-0.90.3}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
diff --git a/audio/calf/calf.info b/audio/calf/calf.info
index 9010e91c27..c90966645c 100644
--- a/audio/calf/calf.info
+++ b/audio/calf/calf.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://calf-studio-gear.org/files/calf-0.90.3.tar.gz"
MD5SUM="c4f91c141a1188753262ce434b11c750"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="jack-audio-connection-kit lash slv2 fluidsynth"
+REQUIRES="jack-audio-connection-kit slv2 fluidsynth"
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"