mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-06 23:47:10 +00:00
community/carla to 2.4.2-2
This commit is contained in:
parent
5371cda217
commit
bbfa38a336
1 changed files with 8 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
_name=Carla
|
||||
pkgname=carla
|
||||
pkgver=2.4.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Audio Plugin Host"
|
||||
arch=(x86_64)
|
||||
url="https://kxstudio.linuxaudio.org/Applications:Carla"
|
||||
|
@ -25,12 +25,18 @@ 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=v$pkgver?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
|
||||
|
|
Loading…
Reference in a new issue