

























actually eh5's comment still helps, disabling lto is enough. (package wasn't updated for years)
Can't be built anymore with recent wine 9.3. From what i see they updated compatibility with recent wines on github, so probably something is missing in dependencies.
Hi @m3thodic, added you to both here and github, please add both remotes and push twice.
hey @PedroHLC could you please add me as a co-maintainer? thanks!
@PedroHLC: Thanks a lot for fixing, it works fine with the latest wine now (6.16 as of writing).
I've added a GitHub repo for this package here: pkgbuild-wineasio-git. PRs and Issues are welcomed. Once PRs have merged, the commits roll back to AUR through a GH Action, keeping your authorship.
Does the current out of date version of wineasio-git or the newer one Janhouse posted actually work for anyone with current versions of wine?
I had to downgrade to wine 6.4 to get things running again. Otherwise I am greeted with a "Winedriver (Not Connected)"
Update:
Got the version that Janhouse posted to work with wine-6.11-1.
I needed to rerun wine64 regsvr32 wineasio.dll and wineboot -u to get things back to work. See https://github.com/wineasio/wineasio/issues/24
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
I think
options=('!debug')should be removed, as this is something to be controlled by user-side setting.ELF files (both lib32 and lib64 versions of
wineasio32.dll.so) built with current PKGBUILD (1.2.0.r8.g6529641-1) lack RELRO, and are overlinked.Correct license should be declared as
'GPL-2.0-or-later', because it legally supersedes the bundled LGPL backend code when linked together with the GPL2 UI code in this package.