mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/carla to 2.4.1-1
This commit is contained in:
parent
777862f9f4
commit
0b73c90329
1 changed files with 7 additions and 12 deletions
|
@ -7,18 +7,18 @@
|
|||
|
||||
_name=Carla
|
||||
pkgname=carla
|
||||
pkgver=2.4.0
|
||||
pkgver=2.4.1
|
||||
pkgrel=1
|
||||
pkgdesc="Audio Plugin Host"
|
||||
arch=('x86_64')
|
||||
url="https://kxstudio.linuxaudio.org/Applications:Carla"
|
||||
license=('GPL2')
|
||||
groups=('pro-audio')
|
||||
depends=('gcc-libs' 'glibc' 'libglvnd' 'libx11' 'python-pyqt5' 'python-pyliblo'
|
||||
'python-rdflib' 'qt5-base' 'qt5-svg')
|
||||
makedepends=('alsa-lib' 'file' 'fluidsynth' 'git' 'glib2' 'gtk2' 'gtk3'
|
||||
'libsndfile' 'liblo' 'libpulse' 'qt5-tools')
|
||||
depends=('alsa-lib' 'gcc-libs' 'glibc' 'libglvnd' 'libx11' 'python-pyqt5'
|
||||
'python-pyliblo' 'python-rdflib' 'qt5-base' 'qt5-svg')
|
||||
makedepends=('file' 'fluidsynth' 'freetype2' 'git' 'libsndfile' 'liblo' 'libpulse' 'qt5-tools')
|
||||
optdepends=(
|
||||
'jack: for using carla with JACK'
|
||||
'lv2-host: for the LV2 plugin'
|
||||
'vst-host: for the VST plugin'
|
||||
)
|
||||
|
@ -35,13 +35,8 @@ build() {
|
|||
}
|
||||
|
||||
package() {
|
||||
# libpulse is linked against in carla/libcarla_standalone2.so
|
||||
# liblo is linked against in carla/libcarla_standalone2.so,
|
||||
# carla/libcarla_native-plugin.so and the lv2 and vst plugins
|
||||
depends+=('libasound.so' 'libfluidsynth.so' 'libgdk-3.so'
|
||||
'libgdk-x11-2.0.so' 'libgobject-2.0.so' 'libglib-2.0.so' 'libgtk-3.so'
|
||||
'libgtk-x11-2.0.so' 'liblo.so' 'libmagic.so' 'libpulse.so'
|
||||
'libpulse-simple.so' 'libsndfile.so')
|
||||
depends+=('libasound.so' 'libfluidsynth.so' 'libfreetype.so' 'liblo.so'
|
||||
'libmagic.so' 'libpulse.so' 'libsndfile.so')
|
||||
|
||||
cd "${pkgname}"
|
||||
make NOOPT=true DEFAULT_QT=5 \
|
||||
|
|
Loading…
Reference in a new issue