mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/carla to 2.5.3-1
This commit is contained in:
parent
bf43212085
commit
dfed6cea5b
1 changed files with 37 additions and 9 deletions
|
@ -7,24 +7,44 @@
|
||||||
|
|
||||||
_name=Carla
|
_name=Carla
|
||||||
pkgname=carla
|
pkgname=carla
|
||||||
_commit=3b9d8753861d90375315bf61f2f0625a5e5eb32f # refs/tags/v2.5.2
|
_commit=cccba489c15dbbdf80cb80366988fd7a7db769c1 # refs/tags/v2.5.3
|
||||||
pkgver=2.5.2
|
pkgver=2.5.3
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
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"
|
||||||
license=(GPL2)
|
license=(GPL2)
|
||||||
groups=(pro-audio)
|
groups=(pro-audio)
|
||||||
depends=(alsa-lib gcc-libs glibc hicolor-icon-theme libglvnd libx11
|
depends=(
|
||||||
python-pyqt5 python-pyliblo python-rdflib qt5-base qt5-svg)
|
gcc-libs
|
||||||
makedepends=(file fluidsynth freetype2 git libsndfile liblo libpulse qt5-tools)
|
glibc
|
||||||
|
hicolor-icon-theme
|
||||||
|
libx11
|
||||||
|
python-pyqt5
|
||||||
|
python-pyliblo
|
||||||
|
python-rdflib
|
||||||
|
qt5-base
|
||||||
|
qt5-svg
|
||||||
|
sdl2
|
||||||
|
)
|
||||||
|
makedepends=(
|
||||||
|
alsa-lib
|
||||||
|
file
|
||||||
|
fluidsynth
|
||||||
|
freetype2
|
||||||
|
git
|
||||||
|
libglvnd
|
||||||
|
liblo
|
||||||
|
libpulse
|
||||||
|
libsndfile
|
||||||
|
qt5-tools
|
||||||
|
)
|
||||||
optdepends=(
|
optdepends=(
|
||||||
'jack: for using carla with JACK'
|
'jack: for using carla with JACK'
|
||||||
'lv2-host: for the LV2 plugin'
|
'lv2-host: for the LV2 plugin'
|
||||||
'vst-host: for the VST plugin'
|
'vst-host: for the VST plugin'
|
||||||
)
|
)
|
||||||
provides=(dssi-host ladspa-host lv2-host vst-host vst3-host)
|
provides=(dssi-host ladspa-host lv2-host vst-host vst3-host)
|
||||||
options=(debug)
|
|
||||||
source=(git+https://github.com/falkTX/$pkgname#tag=$_commit?signed)
|
source=(git+https://github.com/falkTX/$pkgname#tag=$_commit?signed)
|
||||||
sha512sums=('SKIP')
|
sha512sums=('SKIP')
|
||||||
b2sums=('SKIP')
|
b2sums=('SKIP')
|
||||||
|
@ -36,8 +56,16 @@ build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
depends+=(libasound.so libfluidsynth.so libfreetype.so liblo.so libmagic.so
|
depends+=(
|
||||||
libpulse.so libsndfile.so)
|
alsa-lib libasound.so
|
||||||
|
file libmagic.so
|
||||||
|
fluidsynth libfluidsynth.so
|
||||||
|
freetype2 libfreetype.so
|
||||||
|
libglvnd libGL.so
|
||||||
|
liblo liblo.so
|
||||||
|
libpulse libpulse.so libpulse-simple.so
|
||||||
|
libsndfile libsndfile.so
|
||||||
|
)
|
||||||
|
|
||||||
make NOOPT=true DEFAULT_QT=5 DESTDIR="$pkgdir" PREFIX=/usr install -C $pkgname
|
make NOOPT=true DEFAULT_QT=5 DESTDIR="$pkgdir" PREFIX=/usr install -C $pkgname
|
||||||
install -vDm 644 $pkgname/README.md -t "$pkgdir/usr/share/doc/$pkgname/"
|
install -vDm 644 $pkgname/README.md -t "$pkgdir/usr/share/doc/$pkgname/"
|
||||||
|
|
Loading…
Reference in a new issue