Search Criteria
Package Details: faust-lv2-git 186.27ed7cb-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/faust-lv2-git.git (read-only, click to copy) |
|---|---|
| Package Base: | faust-lv2-git |
| Description: | Faust LV2 plugin examples |
| Upstream URL: | https://bitbucket.org/agraef/faust-lv2/ |
| Licenses: | LGPL |
| Submitter: | aggraef |
| Maintainer: | aggraef |
| Last Packager: | aggraef |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2016-03-29 18:22 (UTC) |
| Last Updated: | 2022-08-02 14:57 (UTC) |
Dependencies (5)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-x11extras
- boost (boost-gitAUR) (make)
- faust (faust-gitAUR) (make)
- lv2 (lv2-gitAUR, lv2-gitAUR) (make)
Latest Comments
aggraef commented on 2022-08-02 14:57 (UTC)
Oops, sorry about that. I haven't looked at this package recently, and there have been some API changes in Faust which broke the build. Should be fixed now.
tarron commented on 2020-05-20 18:21 (UTC) (edited on 2020-05-20 18:23 (UTC) by tarron)
Not able to compile this:
SpotlightKid commented on 2019-10-11 20:49 (UTC)
I get the following compilation error:
There is not
faustqt.hon my system. I have thefaustpackage from community installed. If I usemake gui=0it compiles fine.aggraef commented on 2018-01-18 09:27 (UTC)
Fixed upstream, thanks for reporting!
middle0fnowhere commented on 2017-12-19 07:33 (UTC)
It seems the problem has been fixed in faust2-git, but not in this package. Here's a workaround that copies the fixed files from your faust2-git installation. Add the following to the PKGBUILD file:
prepare() { cp /usr/share/faust/lv2ui.cpp $srcdir/faust-lv2/ cp /usr/share/faust/lv2.cpp $srcdir/faust-lv2/ }middle0fnowhere commented on 2017-12-19 05:32 (UTC) (edited on 2017-12-19 05:33 (UTC) by middle0fnowhere)
I'm getting the following errors attempting to build the package. I'm using faust2-git
==> Starting build()... faust -a lv2.cpp -cn NLFeks -I examples examples/NLFeks.dsp -o examples/NLFeks.cpp g++ -shared -fPIC -msse -ffast-math -O3 -DURI_PREFIX='"https://faustlv2.bitbucket.io"' -DDLLEXT='".so"' -DFAUST_UI=1 -Iexamples examples/NLFeks.cpp -o examples/NLFeks.so lv2.cpp: In constructor ‘LV2Plugin::LV2Plugin(int, int)’: lv2.cpp:742:35: error: invalid new-expression of abstract class type ‘LV2UI’ ui[i] = new LV2UI(num_voices); ^ examples/NLFeks.cpp:102:7: note: because the following virtual functions are pure within ‘LV2UI’: class LV2UI : public UI ^~~~~ In file included from examples/NLFeks.cpp:52:0: /usr/include/faust/gui/UI.h:71:22: note: virtual void UI::addSoundfile(const char*, const char*, Soundfile**) virtual void addSoundfile(const char* label, const char* filename, Soundfile** sf_zone) = 0; ^~~~~~~~~~~~ make: *** [Makefile:247: examples/NLFeks.so] Error 1 ==> ERROR: A failure occurred in build(). Aborting...ventosus commented on 2016-04-12 06:43 (UTC)