diff options
| author | evpobr <evpobr@gmail.com> | 2019-05-03 00:02:03 +0500 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-05-02 12:02:03 -0700 |
| commit | bba224b978935c8d8759ba5ae47d2ac9735dd545 (patch) | |
| tree | efd25367f2e227fcb33747d5c05dd43aa6033658 /ports/sndfile/CONTROL | |
| parent | 969ed5fbc1b306acb076b1c900cd87f0e1f4194f (diff) | |
| download | vcpkg-bba224b978935c8d8759ba5ae47d2ac9735dd545.tar.gz vcpkg-bba224b978935c8d8759ba5ae47d2ac9735dd545.zip | |
[sndfile] Add new port sndfile (#4514)
* [port] Add sndfile port
Diffstat (limited to 'ports/sndfile/CONTROL')
| -rw-r--r-- | ports/sndfile/CONTROL | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ports/sndfile/CONTROL b/ports/sndfile/CONTROL new file mode 100644 index 000000000..eeee6d909 --- /dev/null +++ b/ports/sndfile/CONTROL @@ -0,0 +1,8 @@ +Source: sndfile +Version: 1.0.29-cebfdf2-1 +Description: Library to read, write and manipulate many soundfile types. Authored by Eric de Castro Lopo +Default-Features: external-libs + +Feature: external-libs +Description: Support Ogg Vorbis and FLAC audio files +Build-Depends: libogg, libflac, libvorbis |
