Package Details: faust-git 2:2.75.10.r13654.111a29901-1

Git Clone URL: https://aur.archlinux.org/faust-git.git (read-only, click to copy)
Package Base: faust-git
Description: A functional programming language for realtime audio signal processing (git version)
Upstream URL: http://faust.grame.fr/
Licenses: GPL-3.0-or-later, GPL-2.0-or-later, LGPL-2.1-or-later
Groups: pro-audio
Conflicts: faust
Provides: faust, faust2-git, libfaust.so, libfaustmachine.so, libHTTPDFaust.so, libOSCFaust.so
Submitter: smoge
Maintainer: pure-aur (SpotlightKid)
Last Packager: SpotlightKid
Votes: 9
Popularity: 0.000000
First Submitted: 2010-12-24 20:56 (UTC)
Last Updated: 2024-10-07 06:17 (UTC)

Dependencies (29)

Required by (32)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4

kvtb commented on 2015-12-22 11:53 (UTC)

compilation fails with following error. Not sure if it is my environment or a bug in faust. Anyone else succeeded? g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fdiagnostics-color -fPIC -fPIC -Wno-parentheses -I../oscpack -I../oscpack/osc -I. -Isrc -Isrc/lib -Isrc/msg -Isrc/nodes -Isrc/osc -Isrc/threads -I../.. -DINSTALL_PREFIX='""' -D_FORTIFY_SOURCE=2 -c -o src/nodes/RootNode.o src/nodes/RootNode.cpp src/nodes/RootNode.cpp: In member function 'bool oscfaust::RootNode::acceptSignal(const oscfaust::Message*)': src/nodes/RootNode.cpp:206:56: error: 'alloca' was not declared in this scope float* buff = (float*)(alloca(sizeof(float) * n)); ^ <builtin>: recipe for target 'src/nodes/RootNode.o' failed make[2]: *** [src/nodes/RootNode.o] Error 1 make[2]: Leaving directory '/build/faust-git/src/faust-git/architecture/osclib/faust' Makefile:71: recipe for target 'faust/libOSCFaust.a' failed make[1]: *** [faust/libOSCFaust.a] Error 2 make[1]: Leaving directory '/build/faust-git/src/faust-git/architecture/osclib' Makefile:31: recipe for target 'all' failed make: *** [all] Error 2

aggraef commented on 2014-10-02 08:31 (UTC)

As this was orphaned, I took over maintenance and updated the PKGBUILD. The package now also includes useful optional bits and pieces: sound2faust, libHTTPDFaust, libOSCFaust, as well as Faust language modes and syntax highlighting files, documentation and examples. NOTE: This is the mainline Faust version which is considered more stable. Compared to faust2-git (the experimental Faust2 branch which includes various additional backends; also on AUR) this package is smaller and doesn't include libfaust. Otherwise the contents is analogous to faust2-git.

kasbah commented on 2011-12-19 16:31 (UTC)

The /usr/bin/faust2* scripts should be including /usr/lib/faust and not /usr/local/lib/faust.