-
Notifications
You must be signed in to change notification settings - Fork 92
Description
- Distribution: Ubuntu Studio 25.04
- Have you checked for system updates?: Yes
- What versions are listed in
steamapps/common/SteamLinuxRuntime/VERSIONS.txt? - sniper 3.0.20250723.149183 sniper 3.0.20250723.149183 # sniper_platform_3.0.20250723.149183/
- What versions are listed in
steamapps/common/SteamLinuxRuntime_soldier/VERSIONS.txt? - soldier 2.0.20250723.149182 soldier 2.0.20250723.149182 # soldier_platform_2.0.20250723.149182/
- What versions are listed in
steamapps/common/SteamLinuxRuntime_sniper/VERSIONS.txt? - depot 0.20240806.0 # Overall version number
Hi, I've been developing a native Linux game for the Steam on Linux client and Steam Deck, building in the Scout Podman container. The game uses SDL2, including SDL2_mixer.
I would now like to build via the Sniper container (currently 3.0.20250723.149183) and use SDL3, but SDL_mixer 3.x is not available in this container. Do you have an ETA for inclusion of this library?
The official SDL_mixer 3.0 is here, and links to https://github.com/libsdl-org/SDL_mixer/releases but the version there appears to be 2.8.1?
I'm assuming that because libsdl-org/SDL_mixer does not have 3.x releases that's the reason why the Sniper container does not have this yet?
I noticed that OpenAL (openal-soft_1.19.1-2) is available which I may use instead of SDL_mixer if need be.
Thanks in advance.