diff --git a/community/csound/PKGBUILD b/community/csound/PKGBUILD index e9a818575..ac4d961e6 100644 --- a/community/csound/PKGBUILD +++ b/community/csound/PKGBUILD @@ -12,8 +12,8 @@ buildarch=22 pkgbase=csound pkgname=('csound' 'csound-doc') -pkgver=6.13.0 -pkgrel=4 +pkgver=6.14.0 +pkgrel=1 pkgdesc="A programming language for sound rendering and signal processing." arch=('x86_64') url="https://csound.com" @@ -21,19 +21,18 @@ license=('LGPL') # 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' 'boost' 'cmake' 'doxygen' 'dssi' 'eigen' 'faust' 'fltk' -'libfluidsynth.so' 'hdf5' 'java-environment' 'ladspa' -'libjack.so' 'libmusicxml2.so' 'libwebsockets' 'link' 'llvm' 'lua' -'libportaudio.so' 'libportmidi.so' 'libsamplerate' 'libsndfile' 'libportSMF.so' -'libstk.so' 'openssl' 'swig' 'libwiiuse.so') +'fluidsynth' 'hdf5' 'jack' 'java-environment' 'ladspa' 'libmusicxml' +'libsamplerate' 'libsndfile' 'libwebsockets' 'link' 'llvm' 'lua' 'openssl' +'portaudio' 'portmidi' 'portsmf' 'stk' 'swig' 'wiiuse') checkdepends=('cunit') source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${pkgbase}/${pkgbase}/archive/${pkgver}.tar.gz" "${pkgbase}.sh" "https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_html.zip" "https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_pdf.zip") -sha512sums=('51a30cb426fc77ac648f6a9fb669b9298e6608b39ae3b12181d16ecf1fb6f2ed3db31471615a60d2ce7906b91fdb911b38c8dfa3f93699768f490f87a2bcbbbd' +sha512sums=('fc9eb1fc1b5cdbff88ebaa3500996938693481be2e9eead9193524878d1eb6ddd08dbe224892f7c24456e510c8c30e89aaeee8d090759b518994008cdeec9efd' '53a8ae1e61db2a3a492930ef0f0881b613ae47108c5e8de0a6e2aa28bcf7a5c93c7fea8b7fc2bbae29ab92e1e68bf94ba406be1255ad8ab5725ea9078c1fd6dc' - '87de3efc9aba736751d5bd93bb7bb9d47a3fc4c2e9df4552c9c1f3030f84e1aa29fa421f5360a22993cf0f6f7baae1d70bfb54201e5110f44f5a8c81d955deb5' - '30a55ec2c3ab0e243ac48a081954bea1f8fa653d25c908383c49a879972b94ba2ce7c3b3b0701be18ace28dc7fd199597d889fa1f9e5aca478792b835909c8fa') + '638ecd8bc0b4c981e1f8c5592a123a3b1bb5582ee7017288be224eb670fccda79242ae42b6f6d8e91c2ad2f708af1de3c66283030d4b3373c0ec29ec260f379b' + '55769acd58add0ec6df5e188c74e16424deb679aebdbdd50dc5d9006c80a26c31dfe2564e5d71478abcb7a920b40c1f1baa02e4c3fd682a6d3bbc378ddcb8b7d') prepare() { # fix file permissions in html manual @@ -70,7 +69,7 @@ check() { package_csound() { groups=('pro-audio') - depends=('gcc-libs' 'glibc' 'libcurl.so' 'libsamplerate' 'libsndfile') + depends=('gcc-libs' 'glibc' 'libcurl.so' 'libsamplerate.so' 'libsndfile.so') optdepends=('alsa-lib: for librtalsa plugin' 'csound-doc: for the canonical Csound Reference Manual' 'csoundqt: for frontend/ editor with integrated help'