mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/supercollider to 3.10.0-2
This commit is contained in:
parent
f1de193757
commit
e0d40e0284
1 changed files with 6 additions and 7 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue