vcpkg/ports/aubio/vcpkg.json
NancyLi1013 315d0a1129
[aubio] Add ws2_32 to linkage (#18385)
* [aubio] Add ws2_32 to linkage

* Update version files
2021-06-15 10:27:52 -07:00

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