Search Criteria
Package Details: faust-git 2:2.75.10.r13654.111a29901-1
Package Actions
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)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- 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)
- libmicrohttpd (libmicrohttpd-gitAUR)
- llvm-libs (llvm-libs-rocm-gitAUR, llvm-libs-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libsndfile (libsndfile-gitAUR) (make)
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR) (make)
- xxd (vim-minimal-gitAUR, gvim-gitAUR, vim-cli-gitAUR, gvim-wayland-lilydjwg-gitAUR, gvim-gtk2AUR, gvim, tinyxxd, vim) (make)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (optional) – for sound2reader
- csound (csound-gitAUR) (optional) – for faust2csound
- gradle (gradle7) (optional) – for faust2android
- graphviz (optional) – for faust2sig{,viewer}
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR) (optional) – for faust2{jack,rosgtk}
- inkscape (inkscape-gitAUR) (optional) – for faust2{pdf,png}
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack) (optional) – for faust2{api,jack{,console,internal,server,rust},jaqt,netjackqt,nodejs,ros,rosgtk,rpinetjackconsole}
- libsndfile (libsndfile-gitAUR) (optional) – for faust2{dummy,sndfile}
- octave (octave-hgAUR) (optional) – for faust2octave
- pd (pd-gitAUR) (optional) – for faust2puredata
- Show 9 more dependencies...
Required by (33)
- abswitchstereo-lv2-git (requires faust) (make)
- csound-git (requires faust) (make)
- csound-git (requires faust) (optional)
- faust-lv2-git (requires faust) (make)
- faust2pd (requires faust) (make)
- faustdoctor (requires faust)
- faustlive (requires faust) (make)
- faustlive (requires libfaust.so)
- faustlive (requires libHTTPDFaust.so)
- faustlive (requires libOSCFaust.so)
- faustlive-git (requires faust)
- gula-plugins-git (requires faust) (make)
- hardware-audio-processing-git (requires faust) (make)
- hise (requires faust)
- inscore-git (requires faust)
- kapitonov-plugins-pack-lv2-git (requires faust) (make)
- kpp (requires faust) (make)
- mephisto.lv2-git (requires faust) (make)
- mephisto.lv2-git (requires libfaust.so)
- ossia-score (requires faust) (optional)
- Show 13 more...
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
helldrak commented on 2018-05-13 04:38 (UTC)
It’s been more than two weeks since my latest bug report and SpotlightKid comment. I’m still locked with the same error (latest Manjaro rolling release). Is everything OK ? If you need more information, feel free to ask for another report.
SpotlightKid commented on 2018-04-28 00:42 (UTC)
Same error here. I first thought this was due to using ccache, but I disabled it in /etc/makepkg.conf and then got the same error as helldrak ("/usr/bin/cc" is not able to compile a simple test program). I'm also on Manjaro.
helldrak commented on 2018-04-26 09:56 (UTC)
Hi everyone,
Since the latest Manjaro rolling release I can’t compile faust-git anymore – makepkg -siC outputs the following parts :
I’ve checked the CMakeOutput.log and C/CXX compilers are all marked as succeeded and produced "a.out".
Any idea of what went wrong – any dependency broken on Faust side or is it my system (although all others AUR compiles well) ?
Thanks for your tremendous work and looking forward to Faust again ! All the best,
aggraef commented on 2018-01-24 10:26 (UTC)
@dvzrv, the explanation there is rather terse. E.g., what does
git config submodule.mysubmodule.url $srcdir/mysubmodule
do, why is this needed?If you know how to do this properly, can you send me a patch please?
dvzrv commented on 2018-01-24 10:06 (UTC)
@agraef: You need to properly reference the submodules of the main git repository [1].
[1] https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git_Submodules
aggraef commented on 2018-01-18 00:53 (UTC)
I think I'll keep the 2 epoch, it's faust2 after all. :)
eschwartz commented on 2018-01-18 00:28 (UTC)
No problem. ;)
Keep in mind for the future, though, that adding an epoch starts at 1, since the default (no epoch) is treated as equivalent to an epoch of 0.
If you want to risk people having installed the epoch=2 version in the last 15 minutes, you could even downgrade that, but I'm not entirely sure that is a good idea, strictly speaking... an epoch=2 isn't all that much uglier than any epoch at all.
aggraef commented on 2018-01-18 00:12 (UTC)
Done. @Eschwartz, thanks for pointing this out!
eschwartz commented on 2018-01-17 22:14 (UTC)
Please add an epoch as it is specifically designed for the case where a package changes its numbering scheme in an incompatible manner.
aggraef commented on 2018-01-17 00:41 (UTC) (edited on 2018-01-18 00:14 (UTC) by aggraef)
Updated to the latest master-dev branch after the recent upstream switch from faust1 to faust2 (note that faust1 isn't supported any more). Also switched to a release-based numbering per https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git. This also replaces the faust2-git package now. Please note that llvm is now required as a dependency.
« First ‹ Previous 1 2 3 4 Next › Last »