diff options
| author | Billy Robert O'Neal III <bion@microsoft.com> | 2020-08-28 16:31:27 -0700 |
|---|---|---|
| committer | Billy Robert O'Neal III <bion@microsoft.com> | 2020-08-28 16:31:27 -0700 |
| commit | c828f3634723996e6031fb2e3c3d1ac3f4de0cad (patch) | |
| tree | b3fe00a043d5b9351868a0d1f8aead41bb52d2be /ports/libsndfile/vcpkg.json | |
| parent | 6635a2fa596ca457565eebc2a45664309cd24d77 (diff) | |
| parent | f3f329a048eaff759c1992c458f2e12351486bc7 (diff) | |
| download | vcpkg-update-geos-381.tar.gz vcpkg-update-geos-381.zip | |
Merge remote-tracking branch 'origin/master' into HEADupdate-geos-381
Diffstat (limited to 'ports/libsndfile/vcpkg.json')
| -rw-r--r-- | ports/libsndfile/vcpkg.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ports/libsndfile/vcpkg.json b/ports/libsndfile/vcpkg.json new file mode 100644 index 000000000..b9dcdb147 --- /dev/null +++ b/ports/libsndfile/vcpkg.json @@ -0,0 +1,22 @@ +{ + "name": "libsndfile", + "version-string": "1.0.29", + "port-version": 11, + "description": "Library to read, write and manipulate many soundfile types. Authored by Eric de Castro Lopo", + "homepage": "https://github.com/erikd/libsndfile", + "license": "LGPL-2.1", + "default-features": [ + "external-libs" + ], + "features": [ + { + "name": "external-libs", + "description": "Default feature. Enables Ogg Vorbis, FLAC and Ogg Opus formats support.", + "dependencies": [ + "libflac", + "libvorbis", + "opus" + ] + } + ] +} |
