2012/10/27 Al Thompson <althompson58(a)gmail.com>om>:
nb. lv2 >= 1.0.0 is required, older lv2core is no longer supported.
check
http://lv2plug.in for the official bundle,
http://lv2plug.in/spec/lv2-1.2.0.tar.bz2 is the latest.
Here's where I run into trouble. I'm on Fedora 14, and the latest
version they have in the repos (or the CCRMA repo) is listed as "lv2core
(4.0)" released on 2011-03-28. If I try to remove that, Yum wants to
remove 90% of the audio stuff I have, and with waf, I'm not really sure
how to overwrite the existing version and not cause a lot of conflicts
on my system.
I believe you could simply install from sources to /usr/local or
overwrite at /usr
./waf configure --prefix=/usr
./waf build
sudo ./waf install
sudo ldconfig
--
E.R.