e3aa24c9ba
* fix: improper syntax that will be rejected post-2.1 (#1417) (#1445) We had a missing check in index loading logic that should have rejected an unexpected array. * Add gentoo package names. --------- Co-authored-by: Alejandro R Mosteo <amosteo@unizar.es>
18 lines
533 B
TOML
18 lines
533 B
TOML
description = "Simple DirectMedia Layer development files - Mixer"
|
|
name = "libsdl2_mixer"
|
|
|
|
maintainers = ["alejandro@mosteo.com"]
|
|
maintainers-logins = ["mosteo"]
|
|
|
|
[[external]]
|
|
kind = "system"
|
|
[external.origin.'case(distribution)']
|
|
'debian|ubuntu' = ["libsdl2-mixer-dev"]
|
|
'arch' = ["sdl2_mixer"]
|
|
'centos' = ["SDL2_mixer-devel"]
|
|
'fedora' = ["SDL2_mixer-devel"]
|
|
'homebrew' = ["sdl2_mixer"]
|
|
'macports' = ["libsdl2_mixer"]
|
|
'gentoo' = ["media-libs/sdl2-mixer"]
|
|
'msys2' = ["mingw-w64-x86_64-SDL2_mixer"]
|