community/csound to 6.16.0-5

This commit is contained in:
Kevin Mihelich 2021-07-01 02:27:01 +00:00
parent c9961c1c71
commit f862aca6f8

View file

@ -13,17 +13,39 @@ buildarch=22
pkgbase=csound
pkgname=('csound' 'csound-doc')
pkgver=6.16.0
pkgrel=3
pkgrel=5
pkgdesc="A programming language for sound rendering and signal processing."
arch=('x86_64')
url="https://csound.com"
license=('LGPL2.1')
# libpd needs to be packaged: https://github.com/libpd/libpd/releases
# gmm > 5.1 breaks linear-algebra opcode: https://github.com/csound/csound/issues/920
makedepends=('alsa-lib' 'cmake' 'doxygen' 'dssi'
'fluidsynth' 'hdf5' 'jack' 'java-environment' 'ladspa' 'libmusicxml'
'libsamplerate' 'libsndfile' 'libwebsockets' 'llvm' 'lua'
'openssl' 'portaudio' 'portmidi' 'portsmf' 'stk' 'swig' 'wiiuse' 'strip-nondeterminism')
makedepends=(
'alsa-lib'
'cmake'
'doxygen'
'dssi'
'fluidsynth'
'hdf5'
'jack'
'java-environment'
'ladspa'
'libmusicxml'
'libsamplerate'
'libsndfile'
'libwebsockets'
'llvm'
'lua'
'openssl'
'portaudio'
'portmidi'
'portsmf'
'python' # Build checks for python sitepackages dir
'stk'
'strip-nondeterminism'
'swig'
'wiiuse'
)
checkdepends=('cunit')
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${pkgbase}/${pkgbase}/archive/${pkgver}.tar.gz"
"${pkgbase}.sh"