mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:09:01 +08:00
f4a2113a47
* [chromaprint] Update to v1.5.1 * Disable test build
16 lines
344 B
JSON
16 lines
344 B
JSON
{
|
|
"name": "chromaprint",
|
|
"version": "1.5.1",
|
|
"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
|
|
}
|
|
]
|
|
}
|