mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:19:06 +08:00
e7b95189fa
* Export jack2_midi_ symbols * update version * Export other missing symbols * update git-tree * Modify jack.def * update git-tree * code-cleanup * update git-tree --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
20 lines
415 B
JSON
20 lines
415 B
JSON
{
|
|
"name": "jack2",
|
|
"version-semver": "1.9.21",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|