mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 19:39:01 +08:00
315d0a1129
* [aubio] Add ws2_32 to linkage * Update version files
33 lines
868 B
JSON
33 lines
868 B
JSON
{
|
|
"name": "aubio",
|
|
"version-semver": "0.4.9",
|
|
"port-version": 6,
|
|
"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",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|