Package Details: sc3-plugins-git 3.11.0.r2.g03b233b-1

Git Clone URL: https://aur.archlinux.org/sc3-plugins-git.git (read-only, click to copy)
Package Base: sc3-plugins-git
Description: Extension plugins for the SuperCollider3 audio synthesis server.
Upstream URL: https://github.com/supercollider/sc3-plugins
Licenses: GPL2
Conflicts: sc3-plugins
Provides: sc3-plugins
Submitter: ptrv
Maintainer: dvzrv
Last Packager: dvzrv
Votes: 4
Popularity: 0.000000
First Submitted: 2015-09-29 23:40 (UTC)
Last Updated: 2020-09-10 10:37 (UTC)

Dependencies (9)

Required by (4)

Sources (3)

Latest Comments

1 2 Next › Last »

dvzrv commented on 2020-09-09 19:34 (UTC)

@ptrv do you mind orphaning this package? I can bring it up to spec with sc3-plugins in [community].

hdnvjwhewqmcieuc commented on 2018-10-15 21:17 (UTC)

\o/ giving the devs energy to add the pull requests necessary to compile this again.

cg505 commented on 2018-06-23 14:08 (UTC)

Also, you need to add git in makedepends.

Metallion commented on 2018-02-20 13:16 (UTC)

You need to add a dependency for cmake.

bgola commented on 2018-01-31 10:17 (UTC)

@milkmiruku if you are using the supercollider 3.9 from arch repositories try editting the PKGBUILD setting -DSUPERNOVA=0 instead of =1

milkii commented on 2018-01-29 07:58 (UTC)

Getting this atm;

==> Starting build()...
Submodule 'external_libraries/nova-simd' (git://github.com/timblechmann/nova-simd.git) registered for path 'external_libraries/nova-simd'
Submodule 'external_libraries/stk' (https://github.com/thestk/stk.git) registered for path 'external_libraries/stk'
Cloning into '/var/tmp/makepkg/sc3-plugins-git/src/sc3-plugins/external_libraries/nova-simd'...
Cloning into '/var/tmp/makepkg/sc3-plugins-git/src/sc3-plugins/external_libraries/stk'...
Submodule path 'external_libraries/nova-simd': checked out '314068939cd52cb44cd7d46c1db309a777fd8686'
Submodule path 'external_libraries/stk': checked out 'a506acc7082f5b602a42bbecfdc586fad0228c89'
-- The C compiler identification is GNU 7.2.1
-- The CXX compiler identification is GNU 7.2.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:17 (message):
  The nova-tt submodule in the SuperCollider repository is missing (required
  for SuperNova plugins).  This probably means you forgot to clone
  submodules.  To fix this, run `git submodule update --init` from the root
  folder of the SuperCollider repository


-- Configuring incomplete, errors occurred!
See also "/var/tmp/makepkg/sc3-plugins-git/src/sc3-plugins/bld/CMakeFiles/CMakeOutput.log".
==> ERROR: A failure occurred in build().
    Aborting...

ptrv commented on 2016-05-28 09:25 (UTC)

@dvzrv Good idea! Done!

dvzrv commented on 2016-05-27 10:53 (UTC)

@ptrv: Maybe it would be better to not get the SuperCollider sources at all and just use the ones provided in /usr/include/SuperCollider? I built it successfully as follows by pointing cmake to the correct SC_PATH: https://paste.sleepmap.de/view/2c7c278e

ptrv commented on 2016-01-12 22:42 (UTC)

Updated the package. The SuperCollider sources are now checked out before building the plugins. No need to put supercollider sources manually to ~/src/supercollider