[Bug 234334] audio/sratom and audio/lilv need lv2 as run dependacy
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Dec 24 10:19:06 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234334
Bug ID: 234334
Summary: audio/sratom and audio/lilv need lv2 as run dependacy
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: kwm at FreeBSD.org
CC: beerml at sigma6audio.de
CC: beerml at sigma6audio.de
Flags: maintainer-feedback?(beerml at sigma6audio.de)
Created attachment 200432
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=200432&action=edit
Add lv2 as run dependacy
While trying to add the lv2 gstreamer1 plugins we found the following issue:
configure:43027: checking for LILV
configure:43035: $PKG_CONFIG --exists --print-errors "lilv-0 >= 0.22"
Package lv2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `lv2.pc'
to the PKG_CONFIG_PATH environment variable
Package 'lv2', required by 'lilv-0', not found
Package 'lv2', required by 'sratom-0', not found
configure:43038: $? = 1
configure:43053: $PKG_CONFIG --exists --print-errors "lilv-0 >= 0.22"
The plain version is that both sratom and lilv require lv2 via there pkg-config
files. So both ports should require lv2 also at run time.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list