void-packages icon indicating copy to clipboard operation
void-packages copied to clipboard

New package: yabridge-4.0.2

Open ajtcode71 opened this issue 3 years ago • 1 comments

Testing the changes

  • I tested the changes in this PR: YES

New package

Local build testing

  • I built this PR locally for my native architecture, x86_64

ajtcode71 avatar Sep 26 '22 08:09 ajtcode71

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 get_rttime_limit()': /builddir/yabridge-4.0.2/build/../src/plugin/../common/utils.cpp:81:19: error: 'RLIMIT_RTTIME' was not declared in this scope; did you mean 'RLIMIT_NOFILE'? 81 | if (getrlimit(RLIMIT_RTTIME, &limits) == 0) { | ^~~~~~~~~~~~~ | RLIMIT_NOFILE /builddir/yabridge-4.0.2/build/../src/plugin/../common/utils.cpp:86:1: warning: control reaches end of non-void function [-Wreturn-type] 86 | } | ^

ajtcode71 avatar Oct 01 '22 07:10 ajtcode71

Ive removed the grep dependency. Is there anything else that needs to be done to get this package merged?

ajtcode71 avatar Oct 10 '22 02:10 ajtcode71

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.

ajtcode71 avatar Oct 27 '22 21:10 ajtcode71

Any feedback on the new template? Let me know what needs to be done to get this merged.

ajtcode71 avatar Nov 10 '22 11:11 ajtcode71

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.

github-actions[bot] avatar Feb 09 '23 02:02 github-actions[bot]

Is there any chance you can update this to a recent yabridge and rebase this on the latest master please?

prez avatar Mar 04 '23 12:03 prez