lv2 and lv2-dev libraries or equivalent

I'm compiling ardour3 from source and as far as I can tell I have all the libraries mentioned in

Unfortunately running ./waf configure gives the following error

Checking for 'lv2' >= 1.0.0 : not found

I have the following packages installed that look useful but don't seem to help:

i lv2-c++-tools - library and tools for LV2 plugins
i lv2-extensions-good - LV2 extensions from the "good" set
i A lv2core - LV2 audio plugin specification
i lv2fil - Stereo and mono LV2 plugins, four-band par
i lv2file - Command-line program to apply LV2 effects
i lv2proc - command line effect processor
i lv2vocoder - LV2 vocoder plugin 

Where can I find that library. I'm okay with compiling it myself.

Apparently there is a package in SID: I'll try getting that in a while

The source code can be had via subversion:

svn co

1

1 Answer

Ardour wants the latest unified version of lv2, which was only released on April 18, 2012, and is not available in any repositories yet. You must download and build it from source:

  1. Download , extract and enter source directory.
  2. ./waf configure && ./waf build && sudo ./waf install should do the trick.

waf for Ardour will then also ask you for the latest versions of the following dependencies, which you can download from the below URLs and build/install as above. Note that the drobilla.net server is sometimes offline, in which case just google the filenames and you will get alternative download servers.

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like