Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pipewire] update to 1.2.5 #41613

Merged
merged 2 commits into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/pipewire/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ vcpkg_from_gitlab(
OUT_SOURCE_PATH SOURCE_PATH
REPO pipewire/pipewire
REF "${VERSION}"
SHA512 4ef85f17b0364fe1ef994bf58fe9232fb201002b9fd6644542f58f91595cca48dc70a6a17b50713809c618998626b18e7f1436a090fea826a80b41df9418e2bf
SHA512 5ebd27ac0fe599ebdce9f08af0926a949df01c67997b8ddfaa86975eff96f7a37e19b6ed4a62e22d1fba48893d5cd2e0e2572e8d97d016536623ec7bfe6078aa
HEAD_REF master # branch name
)

Expand Down
3 changes: 1 addition & 2 deletions ports/pipewire/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "pipewire",
"version": "1.0.4",
"port-version": 3,
"version": "1.2.5",
"description": "Low-latency audio/video router and processor. This port only builds the client library, not the server.",
"homepage": "https://pipewire.org",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6973,8 +6973,8 @@
"port-version": 2
},
"pipewire": {
"baseline": "1.0.4",
"port-version": 3
"baseline": "1.2.5",
"port-version": 0
},
"pistache": {
"baseline": "2021-03-31",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/pipewire.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "76b5ab518b516d973957b81e57aecd436ff31e08",
"version": "1.2.5",
"port-version": 0
},
{
"git-tree": "1538246b12f82dde1b814eeaf3c4e94f5b1171bd",
"version": "1.0.4",
Expand Down