mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
audio/carla: Updated for version 2.5.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c9073ac2ea
commit
e924a7f695
3 changed files with 8 additions and 6 deletions
|
@ -10,4 +10,6 @@ OSC, Rack and Patchbay.
|
||||||
Carla is a plugins host for VST, LADSPA, DSSI, LV2. A replacement for
|
Carla is a plugins host for VST, LADSPA, DSSI, LV2. A replacement for
|
||||||
dssi-vst.
|
dssi-vst.
|
||||||
|
|
||||||
Optional dependencies: linuxsampler, projectM
|
pyliblo is needed for user accessible carla-control
|
||||||
|
|
||||||
|
Optional dependencies: linuxsampler, projectM, pyliblo
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Slackware build script for <carla>
|
# 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)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=carla
|
PRGNAM=carla
|
||||||
VERSION=${VERSION:-2.4.1}
|
VERSION=${VERSION:-2.5.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="carla"
|
PRGNAM="carla"
|
||||||
VERSION="2.4.1"
|
VERSION="2.5.2"
|
||||||
HOMEPAGE="http://kxstudio.linuxaudio.org/"
|
HOMEPAGE="http://kxstudio.linuxaudio.org/"
|
||||||
DOWNLOAD="https://github.com/falkTX/Carla/archive/v2.4.1/Carla-2.4.1.tar.gz"
|
DOWNLOAD="https://github.com/falkTX/Carla/archive/v2.5.2/Carla-2.5.2.tar.gz"
|
||||||
MD5SUM="c7d9daae2ca3d7d2b58aaeb63dc385fe"
|
MD5SUM="1e7983f56d690968f141c2efd2d73c4d"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="jack liblo"
|
REQUIRES="jack liblo"
|
||||||
|
|
Loading…
Reference in a new issue