Search Criteria
Package Details: lib32-faudio 24.06-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lib32-faudio.git (read-only, click to copy) |
---|---|
Package Base: | lib32-faudio |
Description: | XAudio2 reimplementation |
Upstream URL: | https://github.com/FNA-XNA/FAudio/ |
Licenses: | custom:zlib |
Submitter: | arojas |
Maintainer: | jorgicio |
Last Packager: | jorgicio |
Votes: | 14 |
Popularity: | 1.87 |
First Submitted: | 2024-02-03 09:46 (UTC) |
Last Updated: | 2024-06-02 20:52 (UTC) |
Dependencies (5)
- faudioAUR (faudio-gitAUR)
- lib32-dbus
- lib32-sdl2 (lib32-sdl2-compat-gitAUR)
- cmake (cmake-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
Required by (5)
- wine-valve
- wine-valve (make)
- xivlauncher-cn
- xivlauncher-cn-dirty-git
- xivlauncher-rb (optional)
Latest Comments
wallabra commented on 2024-08-26 15:30 (UTC)
You shouldn't require specifying GCC as the compiler, lest compiler flag errors arise (such as when Clang users specify
-stdlib=libc++
, which obviously isn't supported by GCC).Here's a diff that fixes that:
FabioLolix commented on 2024-05-07 15:35 (UTC)
why it is using
'/home/erik/.local/bin/ninja'
instead of /usr/bin/ninja` ?toynbeeidea commented on 2024-05-07 14:47 (UTC)
ninja-1.11.1-3 is installed - if it needs some other form of "ninja," I don't know what it is.
para commented on 2024-02-15 20:11 (UTC) (edited on 2024-02-15 20:13 (UTC) by para)
When upgrading from 24.01 to 24.02 the build process with cmake can fail if you have cuda installed. It tries to use the cuda gcc and fails.
My work around was uninstalling cuda, updating, and reinstalling cuda.