2021-03-19 04:17:59 +08:00
|
|
|
{
|
|
|
|
"name": "sdl2-mixer",
|
2022-07-19 05:26:05 +08:00
|
|
|
"version": "2.6.1",
|
2022-10-12 16:15:24 +08:00
|
|
|
"port-version": 2,
|
2021-03-19 04:17:59 +08:00
|
|
|
"description": "Multi-channel audio mixer library for SDL.",
|
2022-07-19 05:26:05 +08:00
|
|
|
"homepage": "https://github.com/libsdl-org/SDL_mixer",
|
|
|
|
"license": "Zlib",
|
2021-03-19 04:17:59 +08:00
|
|
|
"dependencies": [
|
2021-09-14 11:25:53 +08:00
|
|
|
"sdl2",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-03-19 04:17:59 +08:00
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"nativemidi"
|
|
|
|
],
|
|
|
|
"features": {
|
2021-07-07 04:38:46 +08:00
|
|
|
"fluidsynth": {
|
2022-07-19 05:26:05 +08:00
|
|
|
"description": "Use FluidSynth to play MIDI audio format.",
|
2021-07-07 04:38:46 +08:00
|
|
|
"dependencies": [
|
|
|
|
"fluidsynth"
|
|
|
|
]
|
|
|
|
},
|
2021-03-19 04:17:59 +08:00
|
|
|
"libflac": {
|
2022-07-19 05:26:05 +08:00
|
|
|
"description": "Use libflac to play FLAC audio format instead of the built-in dr_flac.",
|
2021-03-19 04:17:59 +08:00
|
|
|
"dependencies": [
|
|
|
|
"libflac"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"libmodplug": {
|
2022-07-19 05:26:05 +08:00
|
|
|
"description": "Support for MOD audio format using libmodplug.",
|
2021-03-19 04:17:59 +08:00
|
|
|
"dependencies": [
|
|
|
|
"libmodplug"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"libvorbis": {
|
2022-07-19 05:26:05 +08:00
|
|
|
"description": "Use libvorbis to play OGG Vorbis audio format instead of the built-in stb_vorbis.",
|
2021-03-19 04:17:59 +08:00
|
|
|
"dependencies": [
|
|
|
|
"libvorbis"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"mpg123": {
|
2022-07-19 05:26:05 +08:00
|
|
|
"description": "Use mpg123 to play MP3 audio format instead of the built-in dr_mp3.",
|
2021-03-19 04:17:59 +08:00
|
|
|
"dependencies": [
|
|
|
|
"mpg123"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"nativemidi": {
|
|
|
|
"description": "Support for MIDI audio format on Windows and macOS."
|
|
|
|
},
|
|
|
|
"opusfile": {
|
2022-07-19 05:26:05 +08:00
|
|
|
"description": "Support for Opus audio format using opusfile.",
|
2021-03-19 04:17:59 +08:00
|
|
|
"dependencies": [
|
|
|
|
"opusfile"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|