mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 13:29:00 +08:00
bfe983d721
* [portaudio] Remove from baseline, fix CRT linkage and mark UWP as unsupported. portaudio was fixed by654adc64b3
* [chakracore] Remove passing case from baseline and add Supports. PASSING, REMOVE FROM FAIL LIST: chakracore:arm64-windows (.\scripts\ci.baseline.txt) * [gamma] Remove from baseline. PASSING, REMOVE FROM FAIL LIST: gamma:x64-linux (.\scripts\ci.baseline.txt) This was blocked by portaudio before. * [usrsctp] Remove baseline PASSING, REMOVE FROM FAIL LIST: usrsctp:arm-uwp (.\scripts\ci.baseline.txt) PASSING, REMOVE FROM FAIL LIST: usrsctp:x64-uwp (.\scripts\ci.baseline.txt) Probably fixed by16b68c2f35
* [libopenmpt] Fix build on recent msvc by backporting deaf2e3837fb08b1a53fd21bb53adbafe0a84e7ddeaf2e3837
* [chakracore] Also needs dynamic universe.
17 lines
333 B
JSON
17 lines
333 B
JSON
{
|
|
"name": "libopenmpt",
|
|
"version-string": "2017-01-28-cf2390140",
|
|
"port-version": 1,
|
|
"description": "a library to render tracker music",
|
|
"homepage": "https://github.com/OpenMPT/openmpt",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"libflac",
|
|
"libogg",
|
|
"libvorbis",
|
|
"mpg123",
|
|
"portaudio",
|
|
"zlib"
|
|
]
|
|
}
|