Search Criteria
Package Details: supercollider-git 3.11.1.r395.gcd3b936457-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/supercollider-git.git (read-only, click to copy) |
---|---|
Package Base: | supercollider-git |
Description: | Environment and programming language for real time audio synthesis and algorithmic composition |
Upstream URL: | https://supercollider.github.io/ |
Keywords: | audio multimedia supercollider synthesis |
Licenses: | GPL3 |
Conflicts: | supercollider |
Provides: | supercollider |
Submitter: | None |
Maintainer: | dvzrv |
Last Packager: | dvzrv |
Votes: | 14 |
Popularity: | 0.000000 |
First Submitted: | 2010-11-01 21:58 (UTC) |
Last Updated: | 2020-09-09 19:30 (UTC) |
Dependencies (38)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libasound.so (alsa-lib, lib32-alsa-lib)
- libavahi-client.so (avahi)
- libavahi-common.so (avahi)
- libboost_filesystem.so (boost183-libsAUR, boost-libs)
- libboost_program_options.so (boost183-libsAUR, boost-libs)
- libboost_regex.so (boost183-libsAUR, boost-libs)
- libboost_thread.so (boost183-libsAUR, boost-libs)
- libfftw3f.so (lib32-fftwAUR, fftw-amdAUR, fftw)
- libjack.so (jackAUR, jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, lib32-jack2, lib32-pipewire-jack, pipewire-jack)
- libreadline.so (readline-gitAUR, readline)
- libsndfile.so (libsndfile-gitAUR, lib32-libsndfile, libsndfile)
- libudev.so (lib32-systemd-gitAUR, systemd-chromiumos-libsAUR, libeudevAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR, systemd-libs-fmlAUR, lib32-systemd, systemd-libs)
- libx11 (libx11-gitAUR)
- libyaml-cpp.so (yaml-cpp-gitAUR, yaml-cpp)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-svg (qt5-svg-gitAUR)
- qt5-webengine
- qt5-websockets (qt5-websockets-gitAUR)
- Show 18 more dependencies...
Required by (32)
- faust-git (requires supercollider) (optional)
- foxdot (requires supercollider)
- haskell-vivid (requires supercollider)
- neovim-scnvim-git (requires supercollider)
- sc3-plugins-git (requires supercollider)
- sonic-pi (requires supercollider)
- sonic-pi-git (requires supercollider)
- supercollider-autotune-git (requires supercollider)
- supercollider-bytebeat-git (requires supercollider)
- supercollider-cd-skip-git (requires supercollider)
- supercollider-f0plugins (requires supercollider)
- supercollider-f0plugins-git (requires supercollider)
- supercollider-flucoma (requires supercollider)
- supercollider-flucoma-git (requires supercollider)
- supercollider-graphloopgrain-git (requires supercollider)
- supercollider-guttersynth-git (requires supercollider)
- supercollider-ibufwr-git (requires supercollider)
- supercollider-maths-git (requires supercollider)
- supercollider-mkfaustplugins-git (requires supercollider)
- supercollider-pll-git (requires supercollider)
- supercollider-portedplugins (requires supercollider)
- supercollider-portedplugins-git (requires supercollider)
- supercollider-safety-limiter-git (requires supercollider)
- supercollider-simplexnoise-git (requires supercollider)
- supercollider-sonoro1234-ugens-git (requires supercollider)
- supercollider-squinewave-git (requires supercollider)
- supercollider-steroids-ugens-git (requires supercollider)
- supercollider-super-bufrd-git (requires supercollider)
- supercollider-vbugens-git (requires supercollider)
- supercollider-vstplugin (requires supercollider)
- supercollider-vstplugin-git (requires supercollider)
- supercollider-xplaybuf-git (requires supercollider)
Sources (9)
- git+https://github.com/ableton/link.git
- git+https://github.com/supercollider/hidapi.git
- git+https://github.com/supercollider/portaudio.git
- git+https://github.com/supercollider/scel.git
- git+https://github.com/supercollider/scvim.git
- git+https://github.com/supercollider/supercollider.git#branch=develop
- git+https://github.com/supercollider/yaml-cpp.git
- git+https://github.com/timblechmann/nova-simd.git
- git+https://github.com/timblechmann/nova-tt.git
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
dvzrv commented on 2020-09-10 08:27 (UTC)
@kflak: No worries! It could also be due to the higher optimization, but in reality that usually does not squeeze much out of a binary...
kflak commented on 2020-09-10 06:26 (UTC)
@dvzrv: That was fast! Thanks a lot. sc now builds without debug out of the box. Will run it all day today to see if my issues were related to the debugging or just to me being a crappy programmer ;-)
dvzrv commented on 2020-09-09 19:30 (UTC)
@kflak: Thanks for the headsup!
I have created an upstream ticket to track this behavior.
From what I can see the only real difference (apart from an increase in optimization to
-O3
) is theNDEBUG
preprocessor macro. I have added that to the PKGBUILD now. Please check whether this fixes your problem!kflak commented on 2020-09-09 16:08 (UTC) (edited on 2020-09-09 16:09 (UTC) by kflak)
It seems that passing
-DCMAKE_BUILD_TYPE='None'
causes SC to compile in debug mode. I started getting weird performance errors, and it turns out that sc was compiling a debug build, as well as running the server in debug mode. I changed the flag in the PKGBUILD to-DCMAKE_BUILD_TYPE='Release'
(which is, by the way, the case in sc3-plugins-git) and sc now seems to run in normal mode.EDIT: This also happens in the community version of
supercollider
as well.Mik commented on 2020-06-02 15:40 (UTC)
@dvzrv Thx for the feedback. I finally understood what is link. And indeed the build fails with an error about "link". As it's very difficult to find something interesting on the internet with keyword as "link archlinux" "link linux" etc... I gave up with the build. Fortunally there is a precompiled version on the official site for Arch. https://supercollider.github.io/
Thx for your feedback and good luck with the build issue.
dvzrv commented on 2020-06-02 13:51 (UTC)
@Mik: It's now called
abletonlink
. I forgot to update this here. @paum: Far from it.FYI: This currently doesn't build due to linker issue and I'm investigating the problem.
paum commented on 2020-06-02 11:22 (UTC)
it seems that maintainer abandoned this package.
Mik commented on 2020-06-01 15:50 (UTC)
I don't understand how to install link. The build fails with an error related to this dependency. But I didn't find it on AUR.
paum commented on 2020-01-04 16:02 (UTC) (edited on 2020-01-04 16:04 (UTC) by paum)
==> Validating source files with sha512sums... supercollider ... Skipped supercollider-git-boost1.71.patch ... FAILED supercollider-git-devendor-ableton-link.patch ... Passed link ... Skipped scel ... Skipped scvim ... Skipped hidapi ... Skipped portaudio ... Skipped yaml-cpp ... Skipped nova-simd ... Skipped nova-tt ... Skipped ==> ERROR: One or more files did not pass the validity check!
winkler commented on 2019-11-11 12:12 (UTC)
Build fails with boost 1.71.0: server/plugins/CMakeFiles/DiskIO_UGens_supernova.dir/build.make:84: *** target pattern contains no '%'. Stop.
https://github.com/supercollider/supercollider/issues/4576there seems to be a workaround: Running cmake with
-DBoost_NO_BOOST_CMAKE=ON
(to ignore the cmake files that come with boost) and applying #4491 I can compile 3.10.3!« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »