mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/carla to 2.5.9-1
This commit is contained in:
parent
83ea0c2a56
commit
053b398a93
2 changed files with 12 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = carla
|
||||
pkgdesc = Audio Plugin Host
|
||||
pkgver = 2.5.8
|
||||
pkgrel = 3
|
||||
pkgver = 2.5.9
|
||||
pkgrel = 1
|
||||
url = https://kxstudio.linuxaudio.org/Applications:Carla
|
||||
arch = x86_64
|
||||
groups = pro-audio
|
||||
|
@ -30,6 +30,7 @@ pkgbase = carla
|
|||
depends = qt5-svg
|
||||
depends = sdl2
|
||||
depends = sh
|
||||
depends = which
|
||||
optdepends = jack: for using carla with JACK
|
||||
optdepends = lv2-host: for the LV2 plugin
|
||||
optdepends = vst-host: for the VST plugin
|
||||
|
@ -40,10 +41,10 @@ pkgbase = carla
|
|||
provides = lv2-host
|
||||
provides = vst-host
|
||||
provides = vst3-host
|
||||
source = git+https://github.com/falktx/carla.git?signed#tag=v2.5.8
|
||||
source = git+https://github.com/falktx/carla.git?signed#tag=v2.5.9
|
||||
validpgpkeys = 62B11043D2F6EB6672D93103CDBAA37ABC74FBA0
|
||||
sha512sums = 6d05694f2395258f568caa444230cd652b3cc885d251f54b2cf77f43bfdfcc18bcb673a2dea05091a012349d746c84c9c4e07da323be8cfa93d9583cd459b9d4
|
||||
b2sums = e6444987502854a27598422bbe7f49d7edf298fb3e09470e76ca8fcf30cca8bd997b1a5bcfa1a655df0773b3ece7cffa1bacfd9ef3c93f7bad89f14a376758a9
|
||||
sha512sums = 880d28b57a22c825067ad18558218838684132e033f1c44bb18e4adff61cdc0a070c3bf29320a87124ff7b5da5ead6b5540b7b9adcf4e17ab5800709dbcea7aa
|
||||
b2sums = f91e3b3f35e0b9dd43e48dc07a5517f04ce74def6a120c70771b85dc77e8cea68bc61d3ff9d90682a77060f7e48a0a22dee0723557bb329442b12dab1b4e1424
|
||||
|
||||
pkgname = carla
|
||||
depends = gcc-libs
|
||||
|
@ -58,6 +59,7 @@ pkgname = carla
|
|||
depends = qt5-svg
|
||||
depends = sdl2
|
||||
depends = sh
|
||||
depends = which
|
||||
depends = alsa-lib
|
||||
depends = libasound.so
|
||||
depends = file
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
# - make with NOOPT=true
|
||||
|
||||
pkgname=carla
|
||||
pkgver=2.5.8
|
||||
pkgrel=3
|
||||
pkgver=2.5.9
|
||||
pkgrel=1
|
||||
pkgdesc="Audio Plugin Host"
|
||||
arch=(x86_64)
|
||||
url="https://kxstudio.linuxaudio.org/Applications:Carla"
|
||||
|
@ -27,6 +27,7 @@ depends=(
|
|||
qt5-svg
|
||||
sdl2
|
||||
sh
|
||||
which
|
||||
)
|
||||
makedepends=(
|
||||
alsa-lib
|
||||
|
@ -57,8 +58,8 @@ provides=(
|
|||
vst3-host
|
||||
)
|
||||
source=("git+$_url.git?signed#tag=v$pkgver")
|
||||
sha512sums=('6d05694f2395258f568caa444230cd652b3cc885d251f54b2cf77f43bfdfcc18bcb673a2dea05091a012349d746c84c9c4e07da323be8cfa93d9583cd459b9d4')
|
||||
b2sums=('e6444987502854a27598422bbe7f49d7edf298fb3e09470e76ca8fcf30cca8bd997b1a5bcfa1a655df0773b3ece7cffa1bacfd9ef3c93f7bad89f14a376758a9')
|
||||
sha512sums=('880d28b57a22c825067ad18558218838684132e033f1c44bb18e4adff61cdc0a070c3bf29320a87124ff7b5da5ead6b5540b7b9adcf4e17ab5800709dbcea7aa')
|
||||
b2sums=('f91e3b3f35e0b9dd43e48dc07a5517f04ce74def6a120c70771b85dc77e8cea68bc61d3ff9d90682a77060f7e48a0a22dee0723557bb329442b12dab1b4e1424')
|
||||
validpgpkeys=(62B11043D2F6EB6672D93103CDBAA37ABC74FBA0) # falkTX <falktx@falktx.com>
|
||||
|
||||
pkgver() {
|
||||
|
|
Loading…
Reference in a new issue