Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 20.04: Building lilv failed, because 'lv2 >= 1.18.0' was not found #131

Open
m23project opened this issue Feb 19, 2022 · 1 comment

Comments

@m23project
Copy link

Hi,

Im trying to build FFMPEG on Ubuntu 20.04 with

bash build-ffmpeg -b --enable-gpl-and-non-free --full-static

Building of lilv failed with

...
Checking for 'lv2 >= 1.18.0'
['/home/d/av1/workspace/bin/pkg-config', 'lv2 >= 1.18.0', '--cflags', '--libs', 'lv2', '>=', '1.18.0']
err: Requested 'lv2 >= 1.18.0' but version of LV2 is 1.16.0
Requested 'lv2 >= 1.18.0' but version of LV2 is 1.16.0
...

Version 1.16.0 of LV2 is the version of the package lv2-dev that was installed by APT.

But version 1.18.2 of LV2 was compliled (and installed) by build-ffmpeg before:

building lv2 - version 1.18.2
=======================
Downloading https://lv2plug.in/spec/lv2-1.18.2.tar.bz2 as lv2-1.18.2.tar.bz2
... Done
Extracted lv2-1.18.2.tar.bz2
$ ./waf configure --prefix=/home/d/av1/workspace --lv2-user
$ ./waf
$ ./waf install

Is there missing a parameter to indicate where to look for the current lv2?

@m23project
Copy link
Author

Workaround:

lilv can be compiled after deinstalling the package lv2-dev.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant