aur-r

Results 4 issues of aur-r

Setting "font_size" option to some values in MangoHud.config when running a 32bit app like vkcube, glxspheres on a 64-bit system crashes the app. This never happened to 64bit apps, only...

There seems to be a typo that impedes playing background music. Replacing "find_file(musicfile)" with "musicfile" in sound.cpp at this [line](https://github.com/zenorogue/hyperrogue/blob/b756266ebe86dab2bf343dd4edfc1d10c740ffc9/sound.cpp#L200) should restore background music.

Enabling FONTCONFIG generates this error: `g++ -O2 -std=c++17 -DLINUX -DFHS -DCAP_SDL2=1 -I/usr/include/SDL2 -fPIC -W -Wall -Wextra -pedantic -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-maybe-uninitialized -Wno-invalid-offsetof -DFONTCONFIG -DCAP_GLEW=1 -DCAP_PNG=1 -DCAP_ROGUEVIZ=1 -DCAP_TEXTURE=1 -O2 -g -pipe -Wformat...

When using MinGW, the generated "FAudio.pc" contains incorrect or incomplete paths. `libdir=${prefix}` `includedir=${prefix}` While using [`include(GNUInstallDirs`](https://github.com/FNA-XNA/FAudio/blob/master/CMakeLists.txt#L307) with MinGW may have been an issue when "FAudio.pc" was introduced into the code,...