mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 19:49:01 +08:00
5d2a0a9814
* Xbox triplets should not support ports with only copyleft licenses * Reverted ports that build with xbox currently * Fix conflict and rebase * Update baseline * Update baseline
21 lines
433 B
JSON
21 lines
433 B
JSON
{
|
|
"name": "chromaprint",
|
|
"version": "1.5.0",
|
|
"port-version": 3,
|
|
"description": "C library for generating audio fingerprints used by AcoustID",
|
|
"homepage": "https://github.com/acoustid/chromaprint",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "!xbox",
|
|
"dependencies": [
|
|
"ffmpeg",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|