Add lv2 v1.18.10 to xrepo#9870
Open
EZ4Stephen wants to merge 4 commits intoxmake-io:devfrom
Open
Conversation
It is a header-only library. Many licenses. I'm not sure if I'm supposed to list them all, or just one. Or just 0BSD and ISC. -https://gitlab.com/lv2/lv2/-/tree/main/LICENSES?ref_type=heads Added option to disable including old headers, though it is on by default. -All options: https://gitlab.com/lv2/lv2/-/blob/main/meson_options.txt?ref_type=heads Tested locally (Windows/MSVC) with `xmake l scripts/test.lua -v -D lv2`
Contributor
There was a problem hiding this comment.
Code Review
This pull request adds the lv2 package definition, a header-only audio plugin specification that utilizes the Meson build system. The implementation includes a configuration for legacy headers and a test for core header availability. A review comment recommends removing the 'v' prefix from the version strings to improve semantic version matching and dependency resolution.
luadebug
reviewed
Apr 26, 2026
| set_kind("library", {headeronly = true}) | ||
| set_homepage("https://lv2plug.in") | ||
| set_description("The LV2 audio plugin specification") | ||
| set_license("0BSD", "Apache-2.0", "CC-BY-1.0", "CC-BY-4.0", "ISC", "MIT", "W3C-19980720", "W3C-20150513") |
Member
|
Maybe meson.install Is broken for Windows OS... So it would require to repair that inside xmake-io/xmake repository. |
This was referenced Apr 27, 2026
Member
|
Maybe need to sync branch to acquire FreeBSD github workflow runner changes. |
Android doesn't seem officially supported.
Contributor
Author
|
Are the FreeBSD runs stuck? I see the static one at line 11352 and the shared one at line 11335. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It is a header-only library.
Many licenses. I'm not sure if I'm supposed to list them all, or just one. Or just 0BSD and ISC.
-https://gitlab.com/lv2/lv2/-/tree/main/LICENSES?ref_type=heads
Added option to disable including old headers, though it is on by default.
-All options: https://gitlab.com/lv2/lv2/-/blob/main/meson_options.txt?ref_type=heads
Tested locally (Windows/MSVC) with
xmake l scripts/test.lua -v -D lv2This will close #9834 .