mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/csound to 6.15.0-3
This commit is contained in:
parent
1a71856f04
commit
bfbd8563d7
1 changed files with 6 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
# Maintainer: David Runge <dvzrv@archlinux.org>
|
||||
# Contributor: Ainola
|
||||
# Contributor: Brett Cornwall <ainola@archlinux.org>
|
||||
# Contributor: speps
|
||||
# Contributor: Bernardo Barros
|
||||
|
||||
|
@ -13,7 +13,7 @@ buildarch=22
|
|||
pkgbase=csound
|
||||
pkgname=('csound' 'csound-doc')
|
||||
pkgver=6.15.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="A programming language for sound rendering and signal processing."
|
||||
arch=('x86_64')
|
||||
url="https://csound.com"
|
||||
|
@ -23,7 +23,7 @@ license=('LGPL2.1')
|
|||
makedepends=('alsa-lib' 'boost' 'cmake' 'doxygen' 'dssi' 'eigen' 'faust' 'fltk'
|
||||
'fluidsynth' 'hdf5' 'jack' 'java-environment' 'ladspa' 'libmusicxml'
|
||||
'libsamplerate' 'libsndfile' 'libwebsockets' 'abletonlink' 'llvm' 'lua'
|
||||
'openssl' 'portaudio' 'portmidi' 'portsmf' 'stk' 'swig' 'wiiuse')
|
||||
'openssl' 'portaudio' 'portmidi' 'portsmf' 'stk' 'swig' 'wiiuse' 'strip-nondeterminism')
|
||||
checkdepends=('cunit')
|
||||
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${pkgbase}/${pkgbase}/archive/${pkgver}.tar.gz"
|
||||
"${pkgbase}.sh"
|
||||
|
@ -110,6 +110,9 @@ package_csound() {
|
|||
# moving csnd6.jar to /usr/share/java
|
||||
#install -vdm 755 "${pkgdir}/usr/share/java/"
|
||||
#mv -v "${pkgdir}/usr/lib/"*.jar "${pkgdir}/usr/share/java/"
|
||||
|
||||
# For reproducibility (See https://bugs.archlinux.org/task/70331)
|
||||
find ${pkgdir} -name '*.jar' -exec strip-nondeterminism {} +
|
||||
}
|
||||
|
||||
package_csound-doc() {
|
||||
|
|
Loading…
Reference in a new issue