community/supercollider to 3.10.0-2

This commit is contained in:
Kevin Mihelich 2019-01-13 14:01:18 +00:00
parent f1de193757
commit e0d40e0284

View file

@ -8,7 +8,7 @@
_name=SuperCollider
pkgname=supercollider
pkgver=3.10.0
pkgrel=1
pkgrel=2
pkgdesc="Environment and programming language for real time audio synthesis and algorithmic composition"
arch=('x86_64')
url="https://supercollider.github.io"
@ -16,6 +16,7 @@ license=('GPL3')
groups=('pro-audio')
depends=('boost-libs' 'desktop-file-utils' 'fftw' 'jack' 'qt5-svg' 'qt5-webengine' 'qt5-webkit' 'qt5-websockets' 'yaml-cpp')
makedepends=('boost' 'cmake' 'emacs' 'qt5-tools')
checkdepends=('xorg-server-xvfb')
optdepends=('emacs: emacs interface'
'gedit: gedit interface'
'sc3-plugins: additional extension plugins for scsynth')
@ -54,12 +55,10 @@ build() {
make VERBOSE=1
}
## too many tests dependent on X11:
## https://github.com/supercollider/supercollider/issues/3555
#check() {
# cd "${pkgname}-${pkgver}/build"
# make test ARGS="-V"
#}
check() {
cd "${pkgname}-${pkgver}/build"
xvfb-run make test ARGS="-V" || warning "Known failing tests: https://github.com/supercollider/supercollider/issues/3555"
}
package() {
cd "${pkgname}-${pkgver}/build"