]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/aubio/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / aubio / vcpkg.json
1 {
2 "name": "aubio",
3 "version-string": "0.4.9",
4 "port-version": 4,
5 "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.",
6 "homepage": "https://github.com/aubio/aubio",
7 "default-features": [
8 "tools"
9 ],
10 "features": {
11 "tools": {
12 "description": "Build tools and add extra dependencies",
13 "dependencies": [
14 "bzip2",
15 "ffmpeg",
16 "libflac",
17 "liblzma",
18 "libogg",
19 "libsndfile",
20 "libvorbis"
21 ]
22 }
23 }
24 }