Skip to content

wine-osu-spectator-10.0-rc1-1

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Dec 14:17
· 5 commits to master since this release
033785f

Release info

  • Compilation improvements
    • Build with LLVM polly (analogous to GCC's "graphite" optimizations)
    • Improve clang MSVC mode support in some header files, e.g. YieldProcessor() was previously a no-op instead of a proper CPU pause
    • Some other smaller changes to hopefully improve stability/correctness/performance
  • Fixed some display registry issues by removing some old and unnecessary patches
  • Added a keyboard input regression workaround (bug)
  • Improve(?) the dynamic spinning patch
  • Entirely skip winebus.sys/winehid.sys/wineusb.sys/winebth.sys service installation for new prefixes unless the WINE_INSTALL_ROOT_DEVICES is in the environment (I really need to make a README for all of the various tunables/envvars in the patchset...)
  • Remove the rawinput subsystem patchset from before. I still believe it has potential to fix some problems, but it causes more trouble than it's worth in its current state unless you know all its quirks.
  • Some miscellaneous tweaks as usual.

For extra information, refer to my comment on the AUR package, and the previous releases' notes.

Installation

If installing from the attached releases, add my public key (should only be required once):
sudo pacman-key --keyserver keys.openpgp.org --recv-keys 0B47490955565BD2 && sudo pacman-key --lsign-key 0B47490955565BD2
before running the install command (can also use paru or another AUR helper):
sudo pacman -U <url-from-below>.pkg.tar.xz

Otherwise, just run e.g. paru -S wine-osu-spectator-wow64 to build and install it from the AUR.