forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathvcpkg.json
83 lines (83 loc) · 1.48 KB
/
vcpkg.json
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "mixxx",
"version": "2.5.0",
"description": "Mixxx is free cross platform DJ software",
"homepage": "https://mixxx.org/",
"license": "GPL-2.0-or-later",
"supports": "!uwp",
"default-features": ["qt6"],
"features": {
"qt5": {
"description": "Build with Qt 5",
"dependencies": [
"qt5-base",
"qt5-declarative",
"qt5-script",
"qt5-svg",
"qt5-translations",
"qtkeychain"
]
},
"qt6": {
"description": "Build with Qt 6",
"dependencies": [
"qt5compat",
"qtbase",
"qtdeclarative",
"qtsvg",
"qttranslations",
"qtkeychain-qt6"
]
}
},
"dependencies": [
"ableton-link",
"benchmark",
"chromaprint",
"fdk-aac",
"ffmpeg",
"fftw3",
"grantlee",
"gtest",
"hidapi",
{
"name": "hss1394",
"platform": "windows | osx"
},
"libdjinterop",
"libebur128",
"libflac",
{
"name": "libid3tag",
"platform": "!osx & !ios"
},
"libkeyfinder",
{
"name": "libmad",
"platform": "!osx & !ios"
},
"liblo",
"libmodplug",
"libogg",
"libopusenc",
"libsndfile",
"libusb",
"libvorbis",
"lilv",
"mp3lame",
"ms-gsl",
"opus",
"opusfile",
{
"name": "portaudio",
"features": ["asio"]
},
"portmidi",
"protobuf",
"pthreads",
"rubberband",
"soundtouch",
"taglib",
"wavpack"
]
}