1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
{
"name": "pulseaudio",
"version": "17.0",
"port-version": 3,
"description": "PulseAudio is a sound server, originally created to overcome the limitations of the Enlightened Sound Daemon (EsounD)",
"homepage": "https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Community/",
"license": null,
"supports": "!android & !osx & !windows",
"dependencies": [
{
"name": "alsa",
"platform": "linux"
},
{
"name": "dbus",
"default-features": false
},
"fftw3",
{
"name": "glib",
"default-features": false
},
"jack2",
"libatomic-ops",
"libiconv",
{
"name": "libsndfile",
"default-features": false,
"features": [
"external-libs"
]
},
{
"name": "openssl",
"default-features": false
},
"soxr",
"speex",
{
"name": "vcpkg-cmake-config",
"host": true
},
{
"name": "vcpkg-tool-meson",
"host": true
}
],
"features": {
"gstreamer": {
"description": [
"Use GStreamer media-related functionality.",
"This feauture may cause dependency cycles with other libs used by gstreamer."
],
"dependencies": [
{
"name": "gstreamer",
"default-features": false
}
]
}
}
}
|