aboutsummaryrefslogtreecommitdiff
path: root/ports/sndfile/CONTROL
diff options
context:
space:
mode:
authorPhil Christensen <philc@microsoft.com>2019-06-14 11:45:18 -0700
committerGitHub <noreply@github.com>2019-06-14 11:45:18 -0700
commit6ad6ba75a0e28fc64a0b05ee1c69fbad5fead89f (patch)
tree6e12706bde3bbcabd1d95da70538800ff6aac567 /ports/sndfile/CONTROL
parent9a24bd109e3c52be14d381e374f4533059b3c2ef (diff)
downloadvcpkg-6ad6ba75a0e28fc64a0b05ee1c69fbad5fead89f.tar.gz
vcpkg-6ad6ba75a0e28fc64a0b05ee1c69fbad5fead89f.zip
[sndfile/libsndfile] remove duplicate port, forward to libsndfile (#6896)
Diffstat (limited to 'ports/sndfile/CONTROL')
-rw-r--r--ports/sndfile/CONTROL9
1 files changed, 5 insertions, 4 deletions
diff --git a/ports/sndfile/CONTROL b/ports/sndfile/CONTROL
index eeee6d909..8c020a5f9 100644
--- a/ports/sndfile/CONTROL
+++ b/ports/sndfile/CONTROL
@@ -1,8 +1,9 @@
Source: sndfile
-Version: 1.0.29-cebfdf2-1
-Description: Library to read, write and manipulate many soundfile types. Authored by Eric de Castro Lopo
+Version: deprecated
+Description: Deprecated port, use libsndfile instead
+Build-Depends: libsndfile
Default-Features: external-libs
Feature: external-libs
-Description: Support Ogg Vorbis and FLAC audio files
-Build-Depends: libogg, libflac, libvorbis
+Description: Deprecated port, use libsndfile[external-libs] instead
+Build-Depends: libsndfile[external-libs]