-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[lilv] Add new port #14080
[lilv] Add new port #14080
Conversation
Is this PR ready for review now? |
LGTM now. Thanks for your PR @DomClark. |
Thanks for your contribution! |
@DomClark have you contacted upstream about merging the CMakeLists.txt? |
@Be-ing I haven't, no. It relies on CMake versions of other libraries in the LV2 family, some of which are rather incomplete (I only implemented what I required), and don't follow upstream's packaging guidelines exactly (due to vcpkg's different requirements and aims). If you think doing so could be beneficial, though, by all means feel free to contact them. |
I did contact upstream. He is working on a new Meson build system for the LV2 libraries, so when that is released, the custom CMakeLists.txts in vcpkg can be dropped. |
Thanks - that's good to hear. |
Describe the pull request
What does your PR fix?
Fixes [New Port Request] lilv #13211.
Which triplets are supported/not supported? Have you updated the CI baseline?
UWP is not supported. I have tested
x86-windows
,x64-windows
, andx64-windows-static
; I would expect others to work too. The CI baseline has not been updated.Does your PR follow the maintainer guide?
Yes.