[vcpkg baseline][pipewire] Fix compilation errors under Linux (#40641)

This commit is contained in:
jim wang 2024-09-01 06:12:51 +00:00 committed by GitHub
parent 036916f2ca
commit 0f88ecb852
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 2 deletions

View File

@ -70,6 +70,7 @@ vcpkg_configure_meson(
-Dx11-xfixes=disabled
-Dx11=disabled
-Dsession-managers=[]
-Dc_args=-Wno-strict-prototypes
)
vcpkg_install_meson()
vcpkg_copy_pdbs()

View File

@ -1,7 +1,7 @@
{
"name": "pipewire",
"version": "1.0.4",
"port-version": 1,
"port-version": 2,
"description": "Low-latency audio/video router and processor. This port only builds the client library, not the server.",
"homepage": "https://pipewire.org",
"license": "MIT",

View File

@ -6910,7 +6910,7 @@
},
"pipewire": {
"baseline": "1.0.4",
"port-version": 1
"port-version": 2
},
"pistache": {
"baseline": "2021-03-31",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ab306b1419e587cc0025b4cb9bec1194e6c2b496",
"version": "1.0.4",
"port-version": 2
},
{
"git-tree": "156fac228a2b2cdbc747c95719e211bbebc2124b",
"version": "1.0.4",