]> git.proxmox.com Git - ceph.git/blobdiff - 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
diff --git a/ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/aubio/vcpkg.json b/ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/aubio/vcpkg.json
new file mode 100644 (file)
index 0000000..b7d04f4
--- /dev/null
@@ -0,0 +1,24 @@
+{
+  "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"
+      ]
+    }
+  }
+}