mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[pipewire] update to 0.3.60 (#27874)
This commit is contained in:
parent
83311133c8
commit
9254b1b1e4
@ -1,9 +1,10 @@
|
|||||||
|
vcpkg_minimum_required(VERSION 2022-10-12) # for ${VERSION}
|
||||||
vcpkg_from_gitlab(
|
vcpkg_from_gitlab(
|
||||||
GITLAB_URL https://gitlab.freedesktop.org/
|
GITLAB_URL https://gitlab.freedesktop.org/
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO pipewire/pipewire
|
REPO pipewire/pipewire
|
||||||
REF 0.3.52
|
REF ${VERSION}
|
||||||
SHA512 30e9cf74c92babafe386f02a03bb5c41a8ee5591a02f15845cca1ee44f091ce68eb14d48943d43b680cb525026a19e0290997670f9a82156eaa72e974fe6d01a
|
SHA512 33ef5a100107f07a2f42eb008af4dc4bc67c38f4d4929e7ab865c67f16750a3f8d9baca117dc035d5bb88e6f48ce535595435a14770e982c33c349a466508e98
|
||||||
HEAD_REF master # branch name
|
HEAD_REF master # branch name
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "pipewire",
|
"name": "pipewire",
|
||||||
"version": "0.3.52",
|
"version": "0.3.60",
|
||||||
"port-version": 1,
|
|
||||||
"description": "Low-latency audio/video router and processor. This port only builds the client library, not the server.",
|
"description": "Low-latency audio/video router and processor. This port only builds the client library, not the server.",
|
||||||
"homepage": "https://pipewire.org",
|
"homepage": "https://pipewire.org",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"supports": "linux",
|
"supports": "linux",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
"glib",
|
||||||
{
|
{
|
||||||
"name": "vcpkg-tool-meson",
|
"name": "vcpkg-tool-meson",
|
||||||
"host": true
|
"host": true
|
||||||
|
@ -5781,8 +5781,8 @@
|
|||||||
"port-version": 2
|
"port-version": 2
|
||||||
},
|
},
|
||||||
"pipewire": {
|
"pipewire": {
|
||||||
"baseline": "0.3.52",
|
"baseline": "0.3.60",
|
||||||
"port-version": 1
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"pistache": {
|
"pistache": {
|
||||||
"baseline": "2021-03-31",
|
"baseline": "2021-03-31",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "df4f2f936dc0a3f497e817b38e31209a399744e8",
|
||||||
|
"version": "0.3.60",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "c3fc407ec59160e15daff40a26eb60515840763e",
|
"git-tree": "c3fc407ec59160e15daff40a26eb60515840763e",
|
||||||
"version": "0.3.52",
|
"version": "0.3.52",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user