mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/csound to 6.11.0-3
This commit is contained in:
parent
5252520e63
commit
163b5820c6
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,7 @@ buildarch=22
|
||||||
pkgbase=csound
|
pkgbase=csound
|
||||||
pkgname=('csound' 'csound-doc')
|
pkgname=('csound' 'csound-doc')
|
||||||
pkgver=6.11.0
|
pkgver=6.11.0
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="A programming language for sound rendering and signal processing."
|
pkgdesc="A programming language for sound rendering and signal processing."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://csound.com"
|
url="http://csound.com"
|
||||||
|
@ -61,6 +61,7 @@ build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
package_csound() {
|
package_csound() {
|
||||||
|
groups=('pro-audio')
|
||||||
depends=('fltk' 'fluidsynth' 'git' 'hdf5' 'liblo' 'libwebsockets' 'luajit'
|
depends=('fltk' 'fluidsynth' 'git' 'hdf5' 'liblo' 'libwebsockets' 'luajit'
|
||||||
'portmidi' 'portsmf' 'stk' 'tk')
|
'portmidi' 'portsmf' 'stk' 'tk')
|
||||||
optdepends=('csound-doc: The canonical Csound Reference Manual'
|
optdepends=('csound-doc: The canonical Csound Reference Manual'
|
||||||
|
|
Loading…
Reference in a new issue