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

1 2 3 4 Next › Last »

pure-aur commented on 2024-10-07 06:05 (UTC)

@SpotlightKid: Just added you as co-maintainer.

SpotlightKid commented on 2024-10-04 11:44 (UTC)

@aggraef: the package needs updating to build using cmake. I have a working PKGBUILD here:

https://gist.github.com/SpotlightKid/73bb10f13aac46ce0f27588ecdb6b0cd

I you want, you can add me as a co-maintainer.

madskjeldgaard commented on 2021-06-23 14:26 (UTC)

Hello

I got a warning while installing this: "==> WARNING: Package contains reference to $srcdir". Could this be caused by a lack of $pkgdir in the prefix here? https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=faust-git#n64

Thanks!

helldrak commented on 2018-08-25 16:03 (UTC)

@dvzrv: thanks! Sorry for the noise, that was obvious…

dvzrv commented on 2018-08-23 09:39 (UTC)

@helldrak: pacman -S faust

helldrak commented on 2018-08-23 09:34 (UTC)

Hi Aggraef, Thanks for your reply. Any link on David’s stable version, or is it the regular Faust repository ? All the best,

aggraef commented on 2018-08-13 08:52 (UTC)

Yeah, it seems that the "make world" target is broken upstream. That seems to be some fallout from the recent switch to cmake. I haven't had the time to figure it out yet, as I'm busy with other things, sorry. Will look into it asap, but if anyone has a fix, please let me know. Other than that, I can only suggest sticking to David's stable version for now.

helldrak commented on 2018-08-12 16:38 (UTC)

Hi, As reported by others, I am still locked with this AUR version too… It’s a shame, since it’s so useful, but I’m switching back to regular GRAME’s git repository and compiling by hand. Hoping for a soon fix however, All the best,

SpotlightKid commented on 2018-07-14 13:04 (UTC) (edited on 2018-07-14 13:04 (UTC) by SpotlightKid)

The compilation error is still not resolved. :(

Also, I now get this error:

==> Building and installing package
==> ERROR: optdepends contains invalid characters: '='
==> ERROR: Makepkg was unable to build faust-git.

The culprit is 'java-environment=8' in optdepends. Replacing it with '>=' is also invalid, unfortunately.

daniel.appelt commented on 2018-05-19 17:53 (UTC)

Same problem here - only GCC is newer now. It seems to be related to make target "world". If I go into the downloaded build directory and issue a simple "make", compilation works just fine.