]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/sdl2-mixer/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / sdl2-mixer / vcpkg.json
1 {
2 "name": "sdl2-mixer",
3 "version": "2.0.4",
4 "port-version": 11,
5 "description": "Multi-channel audio mixer library for SDL.",
6 "homepage": "https://www.libsdl.org/projects/SDL_mixer",
7 "dependencies": [
8 "sdl2"
9 ],
10 "default-features": [
11 "nativemidi"
12 ],
13 "features": {
14 "dynamic-load": {
15 "description": "Load plugins with dynamic call."
16 },
17 "libflac": {
18 "description": "Support for FLAC audio format.",
19 "dependencies": [
20 "libflac"
21 ]
22 },
23 "libmodplug": {
24 "description": "Support for MOD audio format.",
25 "dependencies": [
26 "libmodplug"
27 ]
28 },
29 "libvorbis": {
30 "description": "Support for OGG Vorbis audio format.",
31 "dependencies": [
32 "libvorbis"
33 ]
34 },
35 "mpg123": {
36 "description": "Support for MP3 audio format.",
37 "dependencies": [
38 "mpg123"
39 ]
40 },
41 "nativemidi": {
42 "description": "Support for MIDI audio format on Windows and macOS."
43 },
44 "opusfile": {
45 "description": "Support for Opus audio format.",
46 "dependencies": [
47 "opusfile"
48 ]
49 }
50 }
51 }