vcpkg/ports/aubio/vcpkg.json
autoantwort dc8f5b6d99
[aubio] allow to build without dependencies (#16051)
* 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>
2021-03-25 12:36:00 -07:00

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