Date: Monday, June 21, 2021 @ 04:17:49 Author: ainola Revision: 966368
rm deps that were moved to csound-plugins Modified: csound/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-21 04:14:19 UTC (rev 966367) +++ PKGBUILD 2021-06-21 04:17:49 UTC (rev 966368) @@ -1,5 +1,5 @@ # Maintainer: David Runge <[email protected]> -# Contributor: Brett Cornwall <[email protected]> +# Maintainer: Brett Cornwall <[email protected]> # Contributor: speps # Contributor: Bernardo Barros @@ -6,7 +6,7 @@ pkgbase=csound pkgname=('csound' 'csound-doc') pkgver=6.16.0 -pkgrel=1 +pkgrel=2 pkgdesc="A programming language for sound rendering and signal processing." arch=('x86_64') url="https://csound.com" @@ -13,9 +13,9 @@ license=('LGPL2.1') # libpd needs to be packaged: https://github.com/libpd/libpd/releases # gmm > 5.1 breaks linear-algebra opcode: https://github.com/csound/csound/issues/920 -makedepends=('alsa-lib' 'cmake' 'doxygen' 'dssi' 'eigen' 'faust' 'fltk' +makedepends=('alsa-lib' 'cmake' 'doxygen' 'dssi' 'fluidsynth' 'hdf5' 'jack' 'java-environment' 'ladspa' 'libmusicxml' -'libsamplerate' 'libsndfile' 'libwebsockets' 'abletonlink' 'llvm' 'lua' +'libsamplerate' 'libsndfile' 'libwebsockets' 'llvm' 'lua' '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" @@ -39,7 +39,6 @@ build() { local _java_major=$(java --version 2>/dev/null |grep 'openjdk'| cut -d ' ' -f2| cut -d '.' -f1) cd "${pkgbase}-${pkgver}" - # without CMAKE_BUILD_TYPE=Release, csound is build as beta: https://bugs.archlinux.org/task/63348 # it's not allowed to redistribute the scansyn opcodes: https://github.com/csound/csound/issues/1148 # the python plugin is not python3 compatible: https://github.com/csound/csound/issues/631 cmake -DCMAKE_INSTALL_PREFIX=/usr \ @@ -49,8 +48,6 @@ -DJAVA_JVM_LIBRARY="/usr/lib/jvm/java-${_java_major}-openjdk/jre/lib" \ -DLUA_LIBRARY=/usr/lib/liblua.so \ -DBUILD_STATIC_LIBRARY=ON \ - -DBUILD_ABLETON_LINK_OPCODES=ON \ - -DABLETON_LINK_HOME=/usr/include/ableton \ -W no-dev \ -B build \ -S . @@ -69,15 +66,12 @@ 'csound-doc: for the canonical Csound Reference Manual' 'csound-plugins: for extra opcodes not shipped with Csound' 'csoundqt: for frontend/ editor with integrated help' - 'fltk: for libvirtual and libwidgets plugins' 'hdf5: for hdf5ops plugin' 'java-runtime: java integration' - 'faust: for libfaustcsound plugin' 'fluidsynth: for libfluidOpcodes plugin' 'jack: for libjacko, librtjack and libjackTransport plugins' 'liblo: for libosc plugin' 'ncurses: for libfaustcsound plugin' - 'libpng: for libimage plugin' 'portmidi: for libpmidi plugin' 'portaudio: for librtpa plugin' 'libpulse: for librtpulse plugin'
