aboutsummaryrefslogtreecommitdiff
path: root/vcpkg-ports/libsndfile/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg-ports/libsndfile/vcpkg.json')
-rw-r--r--vcpkg-ports/libsndfile/vcpkg.json51
1 files changed, 51 insertions, 0 deletions
diff --git a/vcpkg-ports/libsndfile/vcpkg.json b/vcpkg-ports/libsndfile/vcpkg.json
new file mode 100644
index 00000000..ad775ca2
--- /dev/null
+++ b/vcpkg-ports/libsndfile/vcpkg.json
@@ -0,0 +1,51 @@
+{
+ "name": "libsndfile",
+ "version-semver": "1.1.0",
+ "port-version": 1,
+ "description": "A library for reading and writing audio files",
+ "homepage": "https://github.com/erikd/libsndfile",
+ "license": "LGPL-2.1-or-later",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "default-features": [
+ "external-libs",
+ "mpeg"
+ ],
+ "features": {
+ "experimental": {
+ "description": "Enable experimental code",
+ "dependencies": [
+ "speex"
+ ]
+ },
+ "external-libs": {
+ "description": "Enable FLAC, Vorbis, and Opus codecs",
+ "dependencies": [
+ "libflac",
+ "libvorbis",
+ "opus"
+ ]
+ },
+ "mpeg": {
+ "description": "Enable MPEG codecs",
+ "dependencies": [
+ "mp3lame",
+ "mpg123"
+ ]
+ },
+ "regtest": {
+ "description": "Build regtest",
+ "dependencies": [
+ "sqlite3"
+ ]
+ }
+ }
+}