vcpkg/ports/aubio/vcpkg.json
Chuck Walbourn 5d2a0a9814
Update xbox supports expressions for failing ports with copyleft licenses (#31770)
* Xbox triplets should not support ports with only copyleft licenses

* Reverted ports that build with xbox currently

* Fix conflict and rebase

* Update baseline

* Update baseline
2023-06-15 14:49:00 -07:00

48 lines
1.1 KiB
JSON

{
"name": "aubio",
"version-date": "2022-01-26",
"port-version": 1,
"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",
"supports": "!xbox",
"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"
]
}
}
}