]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/libsndfile/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / libsndfile / vcpkg.json
1 {
2 "name": "libsndfile",
3 "version-string": "1.0.31",
4 "description": "Library to read, write and manipulate many soundfile types. Authored by Eric de Castro Lopo",
5 "homepage": "https://github.com/erikd/libsndfile",
6 "license": "LGPL-2.1",
7 "default-features": [
8 "external-libs"
9 ],
10 "features": {
11 "external-libs": {
12 "description": "Default feature. Enables Ogg Vorbis, FLAC and Ogg Opus formats support.",
13 "dependencies": [
14 "libflac",
15 "libvorbis",
16 "opus"
17 ]
18 }
19 }
20 }