mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/supercollider to 3.9.1-4
This commit is contained in:
parent
c30bb34111
commit
9d57c7ebf3
1 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
_name=SuperCollider
|
_name=SuperCollider
|
||||||
pkgname=supercollider
|
pkgname=supercollider
|
||||||
pkgver=3.9.1
|
pkgver=3.9.1
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="An environment and programming language for real time audio synthesis and algorithmic composition"
|
pkgdesc="An environment and programming language for real time audio synthesis and algorithmic composition"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://supercollider.github.io"
|
url="https://supercollider.github.io"
|
||||||
|
@ -17,7 +17,8 @@ license=('GPL3')
|
||||||
depends=('boost-libs' 'fftw' 'jack' 'qt5-webkit' 'yaml-cpp')
|
depends=('boost-libs' 'fftw' 'jack' 'qt5-webkit' 'yaml-cpp')
|
||||||
makedepends=('boost' 'cmake' 'emacs' 'qt5-tools')
|
makedepends=('boost' 'cmake' 'emacs' 'qt5-tools')
|
||||||
optdepends=('emacs: emacs interface'
|
optdepends=('emacs: emacs interface'
|
||||||
'gedit: gedit interface')
|
'gedit: gedit interface'
|
||||||
|
'sc3-plugins: additional extension plugins for scsynth')
|
||||||
source=("https://github.com/${pkgname}/${pkgname}/releases/download/Version-${pkgver}/${_name}-${pkgver}-Source-linux.tar.bz2"
|
source=("https://github.com/${pkgname}/${pkgname}/releases/download/Version-${pkgver}/${_name}-${pkgver}-Source-linux.tar.bz2"
|
||||||
'0001-cmake-correctly-include-yaml-cpp.patch'
|
'0001-cmake-correctly-include-yaml-cpp.patch'
|
||||||
'0002-set-YAMLCPP_LIBRARY-and-YAMLCPP_INCLUDE_DIR-if-not-u.patch'
|
'0002-set-YAMLCPP_LIBRARY-and-YAMLCPP_INCLUDE_DIR-if-not-u.patch'
|
||||||
|
|
Loading…
Reference in a new issue