mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/csound to 6.10.0-9
This commit is contained in:
parent
b8f9ac6d3e
commit
83ee2eeb59
1 changed files with 8 additions and 5 deletions
|
@ -12,14 +12,16 @@ buildarch=22
|
|||
pkgbase=csound
|
||||
pkgname=('csound' 'csound-doc')
|
||||
pkgver=6.10.0
|
||||
pkgrel=8
|
||||
pkgrel=9
|
||||
pkgdesc="A programming language for sound rendering and signal processing."
|
||||
arch=('x86_64')
|
||||
url="http://csound.com"
|
||||
license=('LGPL')
|
||||
# add gmm (after fix) and wiiuse
|
||||
makedepends=('boost' 'cmake' 'dssi' 'eigen' 'faust' 'fltk' 'fluidsynth' 'java-environment' 'ladspa' 'llvm' 'luajit' 'pd' 'portaudio' 'portmidi' 'python2' 'swig')
|
||||
# add {neovim,vim}-csound once there's a tagged release
|
||||
# wiiuse needs release before add: https://github.com/rpavlik/wiiuse/issues/92
|
||||
# current gmm doesn't work https://github.com/csound/csound/issues/920
|
||||
makedepends=('boost' 'cmake' 'dssi' 'eigen' 'faust' 'fltk' 'fluidsynth'
|
||||
'java-environment' 'ladspa' 'llvm' 'luajit' 'pd' 'portaudio' 'portmidi'
|
||||
'python2' 'swig')
|
||||
source=("${pkgname[0]}-${pkgver}.tar.gz::https://github.com/csound/csound/archive/${pkgver}.tar.gz"
|
||||
"${pkgname[0]}.sh"
|
||||
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_html.zip"
|
||||
|
@ -55,7 +57,8 @@ package_csound() {
|
|||
optdepends=('csound-doc: The canonical Csound Reference Manual'
|
||||
'csoundqt: Qt frontend'
|
||||
'faust: embed faust'
|
||||
'java-environment: Java Wrapper')
|
||||
'java-environment: Java Wrapper'
|
||||
'vim-csound: Use csound with vim')
|
||||
cd "${pkgname}-${pkgver}/bld"
|
||||
make DESTDIR="${pkgdir}/" install
|
||||
|
||||
|
|
Loading…
Reference in a new issue