Skip to content

Commit

Permalink
[pipewire] Update to 1.0.2 (microsoft#36507)
Browse files Browse the repository at this point in the history
* [pipewire] Update to 1.0.2

* update version

---------

Co-authored-by: Lily Wang <[email protected]>
  • Loading branch information
LilyWangLL and Lily Wang authored Feb 1, 2024
1 parent f744cba commit c3801cf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/pipewire/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ vcpkg_from_gitlab(
GITLAB_URL https://gitlab.freedesktop.org/
OUT_SOURCE_PATH SOURCE_PATH
REPO pipewire/pipewire
REF ${VERSION}
SHA512 140d02242b1c76e4ced9bccaf306e7881103aa7081778b0e734a3eab12f3dae8c2824cca83d5e01c05817808c41da8280a4bf5a025448cff4ff9376219ae8050
REF "${VERSION}"
SHA512 97bac72c3d0e4ff8b5a68ef1c41f5ea530eaa8ff411adc3f3a5837374f62b8b04316eaf5a7815264935655c6fd0b13b09d3e15c4a9a85e2cac8754dc26d34580
HEAD_REF master # branch name
)

Expand Down
2 changes: 1 addition & 1 deletion ports/pipewire/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pipewire",
"version": "0.3.83",
"version": "1.0.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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6669,7 +6669,7 @@
"port-version": 2
},
"pipewire": {
"baseline": "0.3.83",
"baseline": "1.0.2",
"port-version": 0
},
"pistache": {
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": "f70021c500177982cf69785bf73ee0a02fe321ca",
"version": "1.0.2",
"port-version": 0
},
{
"git-tree": "482bffaec768a8c253cd14b8dec373db14a49338",
"version": "0.3.83",
Expand Down

0 comments on commit c3801cf

Please sign in to comment.