forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathvcpkg.json
More file actions
123 lines (123 loc) · 2.52 KB
/
Copy pathvcpkg.json
File metadata and controls
123 lines (123 loc) · 2.52 KB
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"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",
"dependencies": [
"ableton-link",
"benchmark",
"chromaprint",
"fdk-aac",
"ffmpeg",
"fftw3",
{
"name": "grantlee",
"$comment": "On iOS: ld: Undefined symbols: _main, referenced from: user_main_trampoline() in libqios.a[arm64][6](qioseventdispatcher.mm.o)",
"platform": "!ios"
},
"gtest",
{
"name": "hidapi",
"$comment": "Not supported on iOS due to its dependency on libusb",
"platform": "!ios"
},
{
"name": "hss1394",
"platform": "windows | osx"
},
"libdjinterop",
"libebur128",
"libflac",
{
"name": "libid3tag",
"platform": "windows"
},
"libkeyfinder",
{
"name": "libmad",
"platform": "!osx"
},
"libmodplug",
"libogg",
"libopusenc",
{
"name": "libsndfile",
"default-features": false
},
{
"name": "libusb",
"$comment": "Does not support iOS official (there seem to be inofficial ports, however, which could be investigated)",
"platform": "!ios"
},
"libvorbis",
"lilv",
"mp3lame",
"ms-gsl",
"opus",
"opusfile",
{
"name": "portaudio",
"features": ["asio"]
},
"portmidi",
"protobuf",
"pthreads",
"qt5compat",
{
"name": "qtbase",
"default-features": false,
"features": [
"brotli",
"concurrent",
"dbus",
"default-features",
"doubleconversion",
"freetype",
"gui",
"harfbuzz",
"icu",
"jpeg",
"network",
"opengl",
{
"name": "gles3",
"platform": "ios"
},
{
"name": "openssl",
"platform": "!ios"
},
"pcre2",
"png",
"sql",
{
"name": "sql-psql",
"platform": "!ios"
},
"sql-sqlite",
"testlib",
"thread",
"widgets",
"zstd"
]
},
"qtdeclarative",
"qtsvg",
"qttranslations",
{
"name": "qtkeychain-qt6",
"$comment": "libgcrypt seems to be unsupported on iOS",
"platform": "!ios"
},
{
"name": "rubberband",
"$comment": "Skipped on iOS due to licensing issues (GPL) and build issues",
"platform": "!ios"
},
"soundtouch",
"taglib",
"wavpack"
]
}