| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| readme.md | < 15 hours ago | 1.4 kB | |
| test-yabridge.tar.gz | < 15 hours ago | 44.3 MB | |
| Totals: 2 Items | 44.3 MB | 0 |
testing a fix for yabridge with latest version of winehq-staging. only vst3 works for now
to test, extract test-yabridge.tar.gz
tar -xf test-yabridge.tar.gz
move original yabridge directory out of ~/.local/share and replace it with the extracted yabridge directory
DON'T DELETE THE ORIGINAL YOU WILL NEED IT AGAIN AFTER TESTING
you'll need to upgrade winehq-staging on devuan/debian
sudo apt-mark unhold winehq-staging
sudo apt update
sudo apt upgrade
if winehq-staging fails to upgrade like it did for me upgrade to version 10.16 this can be done with downgrade script just change the version number from 9.21 > 10.16 then run sudo apt update and sudo apt upgrade again.
to revert back to original yabridge remove the yabridge directory installed for testing and put the original yabridge directory back into ~/.local/share then downgrade wine to version 9.21
version=9.21 variant=staging codename=$(shopt -s nullglob; awk '/^deb https:\/\/dl.winehq.org/ { print $3; exit 0 } END { exit 1 }' /etc/apt/sources.list /etc/apt/sources.list.d/.list || awk '/^Suites:/ { print $2; exit }' /etc/apt/sources.list /etc/apt/sources.list.d/wine.sources) suffix=$(dpkg --compare-versions "$version" ge 6.1 && ((dpkg --compare-versions "$version" eq 6.17 && echo "-2") || echo "-1")) sudo apt install --install-recommends {"winehq-$variant","wine-$variant","wine-$variant-amd64","wine-$variant-i386"}="$version~$codename$suffix"