Skip to content

Commit

Permalink
[sndfile] Delist sndfile (#41203)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt authored Oct 1, 2024
1 parent a211d58 commit d4b7b9b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 35 deletions.
10 changes: 8 additions & 2 deletions ports/pulseaudio/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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",
{
Expand Down
3 changes: 0 additions & 3 deletions ports/sndfile/portfile.cmake

This file was deleted.

25 changes: 0 additions & 25 deletions ports/sndfile/vcpkg.json

This file was deleted.

6 changes: 1 addition & 5 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7238,7 +7238,7 @@
},
"pulseaudio": {
"baseline": "17.0",
"port-version": 1
"port-version": 2
},
"pulzed-mini": {
"baseline": "0.9.14",
Expand Down Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/pulseaudio.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "498d6911a860d3f86ec25caabd0f63f5180782a2",
"version": "17.0",
"port-version": 2
},
{
"git-tree": "cb9160ce88d38cfeb2a6b49a91620a3e53b368f8",
"version": "17.0",
Expand Down

0 comments on commit d4b7b9b

Please sign in to comment.