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

Support VSTs on Linux even if Wine is unavailable #7205

Merged
merged 1 commit into from
Apr 14, 2024

Conversation

DomClark
Copy link
Member

We now separately check support for the 32-bit Windows host, 64-bit Windows host, and the native Linux host, and enable VST support if any of the hosts are available. We still check for Windows VST support by default, but this can be turned off through CMake options, and won't disable VST support even if it fails.

Fixes #7148.

@Veratil
Copy link
Contributor

Veratil commented Apr 13, 2024

I'm not sure if I'm missing it, but it looks like Vestige isn't being built in any of the jobs? I don't find it in the build log, only VstBase.

@DomClark
Copy link
Member Author

It shows up for me when searching, for all jobs except macOS, where we don't support VSTs. Make sure to expand the "Build" section, and use GitHub's search box instead of your browser's (not all log lines are present on the page at once, presumably to reduce resource usage).

@Veratil
Copy link
Contributor

Veratil commented Apr 13, 2024

Ah, found it now. Weird that browser search wouldn't find it, it usually does.

@DomClark DomClark merged commit d3ab315 into LMMS:master Apr 14, 2024
9 checks passed
@DomClark DomClark deleted the support-vst-no-wine branch April 14, 2024 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove Wine as a VeSTige requirement on Linux
3 participants