summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author clavisound2022-11-27 22:31:53 +0100
committer Willy Sudiarto Raharjo2022-11-28 04:39:47 +0100
commite924a7f69533074ff9e3723fd78e74e0bd8ad92a (patch)
tree6ed5483a87e697e8f01531cb7cff2819945bc6e5 /audio
parentc9073ac2eada91446f559d066960abe76d808233 (diff)
downloadslackbuilds-e924a7f69533074ff9e3723fd78e74e0bd8ad92a.tar.gz
audio/carla: Updated for version 2.5.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/carla/README4
-rw-r--r--audio/carla/carla.SlackBuild4
-rw-r--r--audio/carla/carla.info6
3 files changed, 8 insertions, 6 deletions
diff --git a/audio/carla/README b/audio/carla/README
index b1f90de1da..b1cbe085dc 100644
--- a/audio/carla/README
+++ b/audio/carla/README
@@ -10,4 +10,6 @@ OSC, Rack and Patchbay.
Carla is a plugins host for VST, LADSPA, DSSI, LV2. A replacement for
dssi-vst.
-Optional dependencies: linuxsampler, projectM
+pyliblo is needed for user accessible carla-control
+
+Optional dependencies: linuxsampler, projectM, pyliblo
diff --git a/audio/carla/carla.SlackBuild b/audio/carla/carla.SlackBuild
index a732a965bd..a764768409 100644
--- a/audio/carla/carla.SlackBuild
+++ b/audio/carla/carla.SlackBuild
@@ -1,12 +1,12 @@
#!/bin/bash
# Slackware build script for <carla>
#
-# Michales (clavisound) Michaloudes korgie@gmail.com <2018-2021>
+# Michales (clavisound) Michaloudes korgie@gmail.com <2018-2022>
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=carla
-VERSION=${VERSION:-2.4.1}
+VERSION=${VERSION:-2.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/audio/carla/carla.info b/audio/carla/carla.info
index 913267e618..2a8f1165ff 100644
--- a/audio/carla/carla.info
+++ b/audio/carla/carla.info
@@ -1,8 +1,8 @@
PRGNAM="carla"
-VERSION="2.4.1"
+VERSION="2.5.2"
HOMEPAGE="http://kxstudio.linuxaudio.org/"
-DOWNLOAD="https://github.com/falkTX/Carla/archive/v2.4.1/Carla-2.4.1.tar.gz"
-MD5SUM="c7d9daae2ca3d7d2b58aaeb63dc385fe"
+DOWNLOAD="https://github.com/falkTX/Carla/archive/v2.5.2/Carla-2.5.2.tar.gz"
+MD5SUM="1e7983f56d690968f141c2efd2d73c4d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jack liblo"