mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:19:01 +08:00
c37cc7836a
* [jack2] Update to 1.9.21 * [libxmlmm] Fix license * [volk] Fix license * [tmxlite] Fix license * [tinyxml2] Fix license * [stb] Fix license * [rtmidi] Fix license * [pugixml] Update to 1.12.1 * [physx] Fix license * [physx] License expression * version * lowercase * null * Format * Remove version-string * stb * Format * version * Format * version * [tinyxml] port version * version * Fix license * version * [rtmidi] remove patch * version * [pugixml] Remove unused variable * version * [physx] Remove from CI baseline for testing * [physx] update supports statement * version * [tmxlite] add final newline * version * [libxmlmm] Don't use own copyright file * version * Fix license copy * version
19 lines
394 B
JSON
19 lines
394 B
JSON
{
|
|
"name": "jack2",
|
|
"version-semver": "1.9.21",
|
|
"description": "Cross-platform API that enables device sharing and inter-application audio routing",
|
|
"homepage": "https://jackaudio.org/",
|
|
"license": "GPL-2.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|