diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-17 16:24:47 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-18 12:25:21 +0700 |
commit | 38f36ea132bbb1ece1d4c6ed2d342a1277082412 (patch) | |
tree | ad6bb5bdfd4849dbce74ebe9779207bd263fe000 /audio/calf | |
parent | 61dd270201865a9747a5db6fb5fdf2bf77dc5ba6 (diff) |
audio/calf: Demote lash from required to optional dep.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'audio/calf')
-rw-r--r-- | audio/calf/README | 2 | ||||
-rw-r--r-- | audio/calf/calf.SlackBuild | 4 | ||||
-rw-r--r-- | audio/calf/calf.info | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/audio/calf/README b/audio/calf/README index 80ad9780bf12..148284f848b3 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 728176f7dc87..187a50118563 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 9010e91c2755..c90966645cf4 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" |