mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/carla to 2.5.3-2
This commit is contained in:
parent
f214a8c3a6
commit
543998fa12
1 changed files with 7 additions and 1 deletions
|
@ -9,7 +9,7 @@ _name=Carla
|
||||||
pkgname=carla
|
pkgname=carla
|
||||||
_commit=cccba489c15dbbdf80cb80366988fd7a7db769c1 # refs/tags/v2.5.3
|
_commit=cccba489c15dbbdf80cb80366988fd7a7db769c1 # refs/tags/v2.5.3
|
||||||
pkgver=2.5.3
|
pkgver=2.5.3
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Audio Plugin Host"
|
pkgdesc="Audio Plugin Host"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://kxstudio.linuxaudio.org/Applications:Carla"
|
url="https://kxstudio.linuxaudio.org/Applications:Carla"
|
||||||
|
@ -50,6 +50,12 @@ sha512sums=('SKIP')
|
||||||
b2sums=('SKIP')
|
b2sums=('SKIP')
|
||||||
validpgpkeys=('62B11043D2F6EB6672D93103CDBAA37ABC74FBA0') # falkTX <falktx@falktx.com>
|
validpgpkeys=('62B11043D2F6EB6672D93103CDBAA37ABC74FBA0') # falkTX <falktx@falktx.com>
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
cd $pkgname
|
||||||
|
# fix issues with python-pyqt5
|
||||||
|
git cherry-pick -n 4151e160f1e9e03412c112fec54b5f1cde4c45de
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
make NOOPT=true features -C $pkgname
|
make NOOPT=true features -C $pkgname
|
||||||
make NOOPT=true -C $pkgname
|
make NOOPT=true -C $pkgname
|
||||||
|
|
Loading…
Reference in a new issue