[pipewire] update to 0.3.83 (#34669)

This commit is contained in:
Cheney Wang 2023-10-25 00:06:00 +08:00 committed by GitHub
parent a53ad97dd3
commit 0d0f90d233
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 6 deletions

View File

@ -1,10 +1,9 @@
vcpkg_minimum_required(VERSION 2022-10-12) # for ${VERSION}
vcpkg_from_gitlab(
GITLAB_URL https://gitlab.freedesktop.org/
OUT_SOURCE_PATH SOURCE_PATH
REPO pipewire/pipewire
REF ${VERSION}
SHA512 94d23a3660f76624abc18a1716519b4d18258a0a4c3047438df231f813df760f21f65b80c174f34b4de111da28b49ae3a46de961637e89828d67ecf614b17ba2
SHA512 140d02242b1c76e4ced9bccaf306e7881103aa7081778b0e734a3eab12f3dae8c2824cca83d5e01c05817808c41da8280a4bf5a025448cff4ff9376219ae8050
HEAD_REF master # branch name
)
@ -12,7 +11,7 @@ vcpkg_configure_meson(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-Dalsa=disabled
-Daudioconvert=disabled
-Daudioconvert=enabled
-Daudiomixer=disabled
-Daudiotestsrc=disabled
-Davahi=disabled
@ -76,7 +75,7 @@ vcpkg_install_meson()
vcpkg_copy_pdbs()
vcpkg_fixup_pkgconfig()
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")

View File

@ -1,6 +1,6 @@
{
"name": "pipewire",
"version": "0.3.62",
"version": "0.3.83",
"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

@ -6477,7 +6477,7 @@
"port-version": 2
},
"pipewire": {
"baseline": "0.3.62",
"baseline": "0.3.83",
"port-version": 0
},
"pistache": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "482bffaec768a8c253cd14b8dec373db14a49338",
"version": "0.3.83",
"port-version": 0
},
{
"git-tree": "a013a40facd5bdfc94419f5ce591b2c776922462",
"version": "0.3.62",