mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/csound to 6.12.2-4
This commit is contained in:
parent
e0fa399932
commit
3818dc611d
1 changed files with 4 additions and 4 deletions
|
@ -13,17 +13,17 @@ buildarch=22
|
|||
pkgbase=csound
|
||||
pkgname=('csound' 'csound-doc')
|
||||
pkgver=6.12.2
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="A programming language for sound rendering and signal processing."
|
||||
arch=('x86_64')
|
||||
url="https://csound.com"
|
||||
license=('LGPL')
|
||||
# wiiuse needs release before add: https://github.com/rpavlik/wiiuse/issues/92
|
||||
# libpd needs to be packaged: https://github.com/libpd/libpd/releases
|
||||
# current gmm doesn't work https://github.com/csound/csound/issues/920
|
||||
makedepends=('boost' 'cmake' 'cunit' 'doxygen' 'dssi' 'eigen' 'faust' 'fltk'
|
||||
'fluidsynth' 'git' 'hdf5' 'java-environment=8' 'ladspa' 'libmusicxml'
|
||||
'libwebsockets' 'llvm' 'luajit' 'portmidi' 'portsmf' 'python2' 'stk' 'swig')
|
||||
'libwebsockets' 'llvm' 'luajit' 'portmidi' 'portsmf' 'python2' 'stk' 'swig'
|
||||
'wiiuse')
|
||||
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${pkgbase}/${pkgbase}/archive/${pkgver}.tar.gz"
|
||||
"${pkgbase}.sh"
|
||||
"fluidsynth2.patch"
|
||||
|
@ -67,7 +67,7 @@ check() {
|
|||
package_csound() {
|
||||
groups=('pro-audio')
|
||||
depends=('fluidsynth' 'git' 'hdf5' 'liblo' 'libmusicxml' 'libwebsockets'
|
||||
'luajit' 'portmidi' 'portsmf' 'stk' 'tk')
|
||||
'luajit' 'portmidi' 'portsmf' 'stk' 'tk' 'wiiuse')
|
||||
optdepends=('csound-doc: The canonical Csound Reference Manual'
|
||||
'csoundqt: Qt frontend'
|
||||
'fltk: fltk GUIs'
|
||||
|
|
Loading…
Reference in a new issue