aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/chromaprint/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/chromaprint/vcpkg.json')
-rw-r--r--vcpkg/ports/chromaprint/vcpkg.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/chromaprint/vcpkg.json b/vcpkg/ports/chromaprint/vcpkg.json
new file mode 100644
index 0000000..d6ad119
--- /dev/null
+++ b/vcpkg/ports/chromaprint/vcpkg.json
@@ -0,0 +1,24 @@
+{
+ "name": "chromaprint",
+ "version": "1.5.1",
+ "port-version": 1,
+ "description": "C library for generating audio fingerprints used by AcoustID",
+ "homepage": "https://github.com/acoustid/chromaprint",
+ "license": "LGPL-2.1-or-later",
+ "supports": "!xbox",
+ "dependencies": [
+ {
+ "name": "ffmpeg",
+ "default-features": false,
+ "features": [
+ "avcodec",
+ "avformat",
+ "swresample"
+ ]
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ }
+ ]
+}