PKGBUILDs/community/supercollider/PKGBUILD

78 lines
3 KiB
Bash
Raw Normal View History

2020-01-18 22:39:52 +00:00
# Maintainer: David Runge <dvzrv@archlinux.org>
2017-12-24 22:26:34 +00:00
# Contributor: speps <speps at aur dot archlinux dot org>
2013-11-29 21:55:30 +00:00
# Contributor: osc <farid at archlinux-br.org>
2013-11-05 02:39:32 +00:00
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - added recommended cmake defines (last two lines)
2013-11-05 02:39:32 +00:00
_name=SuperCollider
pkgname=supercollider
2020-03-21 14:52:03 +00:00
pkgver=3.11.0
2020-04-01 23:43:42 +00:00
pkgrel=4
2018-06-08 05:06:34 +00:00
pkgdesc="Environment and programming language for real time audio synthesis and algorithmic composition"
2017-12-24 22:26:34 +00:00
arch=('x86_64')
url="https://supercollider.github.io"
2013-11-05 02:39:32 +00:00
license=('GPL3')
2018-06-08 05:06:34 +00:00
groups=('pro-audio')
2020-03-21 14:52:03 +00:00
depends=('gcc-libs' 'glibc' 'libx11' 'qt5-base' 'qt5-svg' 'qt5-webengine'
'qt5-websockets')
2020-03-22 15:19:21 +00:00
makedepends=('abletonlink' 'alsa-lib' 'avahi' 'boost' 'cmake' 'emacs' 'fftw'
'libsndfile' 'qt5-tools' 'readline' 'systemd-libs' 'yaml-cpp')
2019-01-13 14:01:18 +00:00
checkdepends=('xorg-server-xvfb')
2013-11-05 02:39:32 +00:00
optdepends=('emacs: emacs interface'
2018-03-21 23:01:01 +00:00
'gedit: gedit interface'
'sc3-plugins: additional extension plugins for scsynth')
2020-01-18 22:39:52 +00:00
provides=("libscsynth.so" "sclang=${pkgver}" "scsynth=${pkgver}")
2020-04-01 23:43:42 +00:00
source=("https://github.com/${pkgname}/${pkgname}/releases/download/Version-${pkgver}/${_name}-${pkgver}-Source.tar.bz2"
2020-03-21 21:37:20 +00:00
"${pkgname}-3.11.0-use_system_link.patch")
2017-12-24 22:26:34 +00:00
install="${pkgname}.install"
2020-04-01 23:43:42 +00:00
sha512sums=('64fef4d751436337baf40ced068a496d3e9221f751dcde7bfc2857a79c094764dff814d1c0cf519380053ddcfdb2c3f2b8eb787d3cff03e522c19fd95951b1da'
2020-03-22 15:19:21 +00:00
'1a9977f7b1a1a90ea3b4163ef6f6f963325e8d87b6ca16fecaa5a1816323d6cb4ab7eb750957d58be34a99fd3ed08ed7b7a92ac5352f31c894a8eb002f0aa71c')
2020-03-21 14:52:03 +00:00
2015-12-10 04:56:11 +00:00
prepare() {
2020-04-01 23:43:42 +00:00
mv -v "${_name}-${pkgver}-Source" "${pkgname}-${pkgver}"
2018-03-09 00:33:23 +00:00
cd "${pkgname}-${pkgver}"
2020-03-21 14:52:03 +00:00
# devendoring Ableton Link:
# https://github.com/supercollider/supercollider/issues/4818
2020-03-21 21:37:20 +00:00
# https://github.com/supercollider/supercollider/pull/4836
patch -Np1 -i "../${pkgname}-3.11.0-use_system_link.patch"
2020-03-21 14:52:03 +00:00
# removing macOS hidden files (due to release tarball issues):
# https://github.com/supercollider/supercollider/issues/4545
find . -type f -iname "*\._*" -delete
2015-12-10 04:56:11 +00:00
}
2013-11-05 02:39:32 +00:00
build() {
2020-01-18 22:39:52 +00:00
cd "${pkgname}-${pkgver}"
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DBoost_NO_BOOST_CMAKE=ON \
-DLIBSCSYNTH=ON \
-DFORTIFY=ON \
2020-03-21 14:52:03 +00:00
-DSYSTEM_ABLETON_LINK=ON \
2020-01-18 22:39:52 +00:00
-DSYSTEM_BOOST=ON \
2020-03-21 14:52:03 +00:00
-DSYSTEM_YAMLCPP=ON \
2020-01-18 22:39:52 +00:00
-DSC_VIM=OFF \
-B build \
-DSSE=OFF -DSSE2=OFF -DSUPERNOVA=OFF -DNOVA_SIMD=ON -DNATIVE=OFF \
2020-01-18 22:57:39 +00:00
-DCMAKE_C_FLAGS="${CFLAGS}" \
2020-01-18 22:39:52 +00:00
.
make VERBOSE=1 -C build
2013-11-05 02:39:32 +00:00
}
2019-01-13 14:01:18 +00:00
check() {
cd "${pkgname}-${pkgver}/build"
2020-01-18 22:39:52 +00:00
xvfb-run make test ARGS="-V" -C build || echo "Known failing tests: https://github.com/supercollider/supercollider/issues/3555"
2019-01-13 14:01:18 +00:00
}
2018-11-28 21:50:17 +00:00
2013-11-05 02:39:32 +00:00
package() {
2020-03-21 14:52:03 +00:00
depends+=('libasound.so' 'libavahi-common.so' 'libavahi-client.so'
'libboost_filesystem.so' 'libboost_program_options.so' 'libboost_regex.so'
'libboost_thread.so' 'libfftw3f.so' 'libjack.so' 'libsndfile.so'
'libreadline.so' 'libudev.so' 'libyaml-cpp.so')
2020-01-18 22:39:52 +00:00
cd "${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install -C build
install -vDm 644 {AUTHORS,{CHANGELOG,README,README_LINUX}.md} \
-t "${pkgdir}/usr/share/doc/${pkgname}/"
2013-11-05 02:39:32 +00:00
}