New package: yabridge-4.0.2
Testing the changes
- I tested the changes in this PR: YES
New package
- This new package conforms to the package requirements: YES
Local build testing
- I built this PR locally for my native architecture, x86_64
yabridge does not compile for i686 and x86_64-musl fails with following error:
/builddir/yabridge-4.0.2/build/../src/plugin/../common/utils.cpp:65:69: warning: missing initializer for member 'sched_param::__reserved3' [-Wmissing-field-initializers]
/builddir/yabridge-4.0.2/build/../src/plugin/../common/utils.cpp: In function 'std::optional
Ive removed the grep dependency. Is there anything else that needs to be done to get this package merged?
Complete redo. Compiles with i686, x86_64 and x86_64-musl. Now includes yabridgectl as a sub package rather than the separate build ( #39476 ). Obviously if this is accepted the yabridgectl PR will need to be closed.
Template handles the following : i686 - with 32bit and 64bit VST support. x86_64 -32bit bit and 64bit VST support - option to disable 32bit VST support. x86_64-musl - with 64bit VST support only.
Any feedback on the new template? Let me know what needs to be done to get this merged.
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
Is there any chance you can update this to a recent yabridge and rebase this on the latest master please?