Any progress on this one?

The salsa repo (https://salsa.debian.org/multimedia-team/lsp-plugins)
was already mentioned, but I see no package named "lsp-plugins".

To summarize the (obvious) way to compile the lv2-plugins (for
convenience):

#install dependencies:

(only for lv2):
  * glibc >= 2.19
  * libsndfile >= 1.0.25
  * libcairo >= 1.14
  * libGL
  * Host compatible with LV2

Debian-packages:
libsndfile1-dev libcairo2-dev libgl1-mesa-dev libglu1-mesa-dev lv2-dev

#build:
git clone https://github.com/sadko4u/lsp-plugins/

make clean
make BUILD_MODULES='lv2'
make install 

The usual install path is:
/usr/local/lib/lv2/

You can also use
make install DESTDIR=/path-to-somewhere

So you can copy the files where you want to.

Reply via email to