community/carla to 2.5.0-1

This commit is contained in:
Kevin Mihelich 2022-07-20 12:40:59 +00:00
parent 1e7687800c
commit 622bc29f03

View file

@ -7,8 +7,10 @@
_name=Carla
pkgname=carla
pkgver=2.4.3
pkgver=2.5.0
pkgrel=1
_commit=6bc9a90ebb1767649d2538108ed4a604ce96dacb # refs/tags/v2.5.0^{}
_commit=3c05e747eb32e5ec8c08bfbc05071bf42ca769ce # refs/tags/v2.5.0
pkgdesc="Audio Plugin Host"
arch=(x86_64)
url="https://kxstudio.linuxaudio.org/Applications:Carla"
@ -25,18 +27,12 @@ optdepends=(
provides=(dssi-host ladspa-host lv2-host vst-host vst3-host)
options=(debug)
source=(
git+https://github.com/falkTX/$pkgname#tag=v$pkgver?signed
git+https://github.com/falkTX/$pkgname#tag=$_commit?signed
)
sha512sums=('SKIP')
b2sums=('SKIP')
validpgpkeys=('62B11043D2F6EB6672D93103CDBAA37ABC74FBA0') # falkTX <falktx@falktx.com>
prepare() {
cd $pkgname
# fix issue with python-pyqt5/ python 3.10: https://github.com/falkTX/Carla/issues/1590
git cherry-pick -n 7e16efba89c180f170c6fe22c773742cfbb89f17
}
build() {
make NOOPT=true features -C $pkgname
make NOOPT=true -C $pkgname