2021-02-03 10:40:56 +08:00
|
|
|
{
|
|
|
|
"name": "chromaprint",
|
2021-04-27 01:27:45 +08:00
|
|
|
"version": "1.5.0",
|
2023-06-16 05:49:00 +08:00
|
|
|
"port-version": 3,
|
2021-02-03 10:40:56 +08:00
|
|
|
"description": "C library for generating audio fingerprints used by AcoustID",
|
|
|
|
"homepage": "https://github.com/acoustid/chromaprint",
|
|
|
|
"license": "LGPL-2.1-or-later",
|
2023-06-16 05:49:00 +08:00
|
|
|
"supports": "!xbox",
|
2021-02-03 10:40:56 +08:00
|
|
|
"dependencies": [
|
2023-03-07 07:44:04 +08:00
|
|
|
"ffmpeg",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-02-03 10:40:56 +08:00
|
|
|
]
|
|
|
|
}
|