[sndfile] Delist sndfile (#41203)

This commit is contained in:
Kai Pastor 2024-10-01 16:04:21 +02:00 committed by GitHub
parent a211d5805e
commit d4b7b9bdd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 14 additions and 35 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "pulseaudio", "name": "pulseaudio",
"version": "17.0", "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)", "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/", "homepage": "https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Community/",
"license": null, "license": null,
@ -27,12 +27,18 @@
"jack2", "jack2",
"libatomic-ops", "libatomic-ops",
"libiconv", "libiconv",
{
"name": "libsndfile",
"default-features": false,
"features": [
"external-libs"
]
},
{ {
"name": "openssl", "name": "openssl",
"default-features": false "default-features": false
}, },
"orc", "orc",
"sndfile",
"soxr", "soxr",
"speex", "speex",
{ {

View File

@ -1,3 +0,0 @@
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
message(WARNING "The sndfile port is deprecated, using libsndfile instead")

View File

@ -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"
]
}
]
}
}
}

View File

@ -7238,7 +7238,7 @@
}, },
"pulseaudio": { "pulseaudio": {
"baseline": "17.0", "baseline": "17.0",
"port-version": 1 "port-version": 2
}, },
"pulzed-mini": { "pulzed-mini": {
"baseline": "0.9.14", "baseline": "0.9.14",
@ -8396,10 +8396,6 @@
"baseline": "1.2.1", "baseline": "1.2.1",
"port-version": 0 "port-version": 0
}, },
"sndfile": {
"baseline": "0",
"port-version": 2
},
"snitch": { "snitch": {
"baseline": "1.2.5", "baseline": "1.2.5",
"port-version": 0 "port-version": 0

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "498d6911a860d3f86ec25caabd0f63f5180782a2",
"version": "17.0",
"port-version": 2
},
{ {
"git-tree": "cb9160ce88d38cfeb2a6b49a91620a3e53b368f8", "git-tree": "cb9160ce88d38cfeb2a6b49a91620a3e53b368f8",
"version": "17.0", "version": "17.0",