mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:49:00 +08:00
dc8f5b6d99
* Make it possible to build aubio without dependencies * Update ports/aubio/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [aubio] add suggestions * add version files * Update ports/aubio/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * add version files * [aubio] fix wrong defines * add version files Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
25 lines
692 B
JSON
25 lines
692 B
JSON
{
|
|
"name": "aubio",
|
|
"version-string": "0.4.9",
|
|
"port-version": 4,
|
|
"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",
|
|
"ffmpeg",
|
|
"libflac",
|
|
"liblzma",
|
|
"libogg",
|
|
"libsndfile",
|
|
"libvorbis"
|
|
]
|
|
}
|
|
}
|
|
}
|