vcpkg/ports/aubio/vcpkg.json
Matthew Oliver f7f6dbb083
[aubio] Update to latest master. (#28491)
* [aubio] Update to latest master.

This is required to support using newer versions of ffmpeg (5.0+)

* Update versions.
2022-12-28 12:59:44 -08:00

46 lines
1.1 KiB
JSON

{
"name": "aubio",
"version-date": "2022-01-26",
"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",
"license": "GPL-3.0-or-later",
"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",
{
"name": "libsndfile",
"default-features": false
},
"libvorbis"
]
}
}
}