mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
[sndfile] Delist sndfile (#41203)
This commit is contained in:
parent
a211d5805e
commit
d4b7b9bdd5
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "pulseaudio",
|
||||
"version": "17.0",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "PulseAudio is a sound server, originally created to overcome the limitations of the Enlightened Sound Daemon (EsounD)",
|
||||
"homepage": "https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Community/",
|
||||
"license": null,
|
||||
@ -27,12 +27,18 @@
|
||||
"jack2",
|
||||
"libatomic-ops",
|
||||
"libiconv",
|
||||
{
|
||||
"name": "libsndfile",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"external-libs"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "openssl",
|
||||
"default-features": false
|
||||
},
|
||||
"orc",
|
||||
"sndfile",
|
||||
"soxr",
|
||||
"speex",
|
||||
{
|
||||
|
@ -1,3 +0,0 @@
|
||||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|
||||
|
||||
message(WARNING "The sndfile port is deprecated, using libsndfile instead")
|
@ -1,25 +0,0 @@
|
||||
{
|
||||
"name": "sndfile",
|
||||
"version": "0",
|
||||
"port-version": 2,
|
||||
"description": "x Library to read, write and manipulate many soundfile types.",
|
||||
"dependencies": [
|
||||
"libsndfile"
|
||||
],
|
||||
"default-features": [
|
||||
"external-libs"
|
||||
],
|
||||
"features": {
|
||||
"external-libs": {
|
||||
"description": "Support Ogg Vorbis and FLAC audio files",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "libsndfile",
|
||||
"features": [
|
||||
"external-libs"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -7238,7 +7238,7 @@
|
||||
},
|
||||
"pulseaudio": {
|
||||
"baseline": "17.0",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"pulzed-mini": {
|
||||
"baseline": "0.9.14",
|
||||
@ -8396,10 +8396,6 @@
|
||||
"baseline": "1.2.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"sndfile": {
|
||||
"baseline": "0",
|
||||
"port-version": 2
|
||||
},
|
||||
"snitch": {
|
||||
"baseline": "1.2.5",
|
||||
"port-version": 0
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "498d6911a860d3f86ec25caabd0f63f5180782a2",
|
||||
"version": "17.0",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "cb9160ce88d38cfeb2a6b49a91620a3e53b368f8",
|
||||
"version": "17.0",
|
||||
|
Loading…
Reference in New Issue
Block a user