mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:39:30 +08:00
3f4c4a61eb
* [aubio] Add support for find_package * Add include(CMakeFindDependencyMacro) * x-add-version Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
43 lines
1021 B
JSON
43 lines
1021 B
JSON
{
|
|
"name": "aubio",
|
|
"version-semver": "0.4.9",
|
|
"port-version": 7,
|
|
"description": "Aubio is a tool designed for the extraction of annotations from audio signals. Its features include segmenting a sound file before each of its attacks, performing pitch detection, tapping the beat and producing midi streams from live audio.",
|
|
"homepage": "https://github.com/aubio/aubio",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"tools"
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build tools and add extra dependencies",
|
|
"dependencies": [
|
|
"bzip2",
|
|
{
|
|
"name": "ffmpeg",
|
|
"default-features": false,
|
|
"features": [
|
|
"avcodec",
|
|
"avformat",
|
|
"swresample"
|
|
]
|
|
},
|
|
"libflac",
|
|
"liblzma",
|
|
"libogg",
|
|
"libsndfile",
|
|
"libvorbis"
|
|
]
|
|
}
|
|
}
|
|
}
|