mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:49:05 +08:00
66 lines
1.3 KiB
JSON
66 lines
1.3 KiB
JSON
{
|
|
"name": "sdl2-mixer",
|
|
"version": "2.8.0",
|
|
"port-version": 3,
|
|
"description": "Multi-channel audio mixer library for SDL.",
|
|
"homepage": "https://github.com/libsdl-org/SDL_mixer",
|
|
"license": "Zlib",
|
|
"dependencies": [
|
|
"libvorbis",
|
|
{
|
|
"name": "sdl2",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"wavpack"
|
|
],
|
|
"features": {
|
|
"fluidsynth": {
|
|
"description": "Use FluidSynth to play MIDI audio format.",
|
|
"dependencies": [
|
|
"fluidsynth"
|
|
]
|
|
},
|
|
"libflac": {
|
|
"description": "Use libflac to play FLAC audio format.",
|
|
"dependencies": [
|
|
"libflac"
|
|
]
|
|
},
|
|
"libmodplug": {
|
|
"description": "Use libmodplug to play MOD audio format.",
|
|
"dependencies": [
|
|
"libmodplug",
|
|
"libxmp"
|
|
]
|
|
},
|
|
"mpg123": {
|
|
"description": "Use mpg123 to play MP3 audio format.",
|
|
"dependencies": [
|
|
"mpg123"
|
|
]
|
|
},
|
|
"opusfile": {
|
|
"description": "Use opusfile to play Opus audio format.",
|
|
"dependencies": [
|
|
"opusfile"
|
|
]
|
|
},
|
|
"wavpack": {
|
|
"description": "Enable WavPack music.",
|
|
"dependencies": [
|
|
"wavpack"
|
|
]
|
|
}
|
|
}
|
|
}
|