From 38f36ea132bbb1ece1d4c6ed2d342a1277082412 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 17 Jan 2020 16:24:47 -0500 Subject: audio/calf: Demote lash from required to optional dep. Signed-off-by: B. Watson --- audio/calf/README | 2 ++ audio/calf/calf.SlackBuild | 4 +++- audio/calf/calf.info | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'audio') 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" -- cgit v1.2.3