2021-03-19 04:17:59 +08:00
|
|
|
{
|
|
|
|
"name": "sdl2-mixer",
|
2024-02-08 14:26:27 +08:00
|
|
|
"version": "2.8.0",
|
2024-03-20 06:07:02 +08:00
|
|
|
"port-version": 3,
|
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": [
|
2023-03-22 03:40:45 +08:00
|
|
|
"libvorbis",
|
2023-12-08 17:30:37 +08:00
|
|
|
{
|
|
|
|
"name": "sdl2",
|
|
|
|
"default-features": false
|
|
|
|
},
|
2021-09-14 11:25:53 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2024-03-20 06:07:02 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"default-features": [
|
2024-02-08 14:26:27 +08:00
|
|
|
"wavpack"
|
2021-03-19 04:17:59 +08:00
|
|
|
],
|
|
|
|
"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": {
|
2023-03-22 03:40:45 +08:00
|
|
|
"description": "Use libflac to play FLAC audio format.",
|
2021-03-19 04:17:59 +08:00
|
|
|
"dependencies": [
|
|
|
|
"libflac"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"libmodplug": {
|
2023-03-22 03:40:45 +08:00
|
|
|
"description": "Use libmodplug to play MOD audio format.",
|
2021-03-19 04:17:59 +08:00
|
|
|
"dependencies": [
|
2024-02-09 14:46:35 +08:00
|
|
|
"libmodplug",
|
|
|
|
"libxmp"
|
2021-03-19 04:17:59 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"mpg123": {
|
2023-03-22 03:40:45 +08:00
|
|
|
"description": "Use mpg123 to play MP3 audio format.",
|
2021-03-19 04:17:59 +08:00
|
|
|
"dependencies": [
|
|
|
|
"mpg123"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"opusfile": {
|
2023-03-22 03:40:45 +08:00
|
|
|
"description": "Use opusfile to play Opus audio format.",
|
2021-03-19 04:17:59 +08:00
|
|
|
"dependencies": [
|
|
|
|
"opusfile"
|
|
|
|
]
|
2024-03-20 06:07:02 +08:00
|
|
|
},
|
|
|
|
"wavpack": {
|
|
|
|
"description": "Enable WavPack music.",
|
|
|
|
"dependencies": [
|
|
|
|
"wavpack"
|
|
|
|
]
|
2021-03-19 04:17:59 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|