vcpkg/ports/chromaprint/vcpkg.json
Cheney Wang f4a2113a47
[chromaprint] Update to v1.5.1 (#33497)
* [chromaprint] Update to v1.5.1

* Disable test build
2023-09-01 12:01:11 -07:00

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
}
]
}