Skip to content

Commit 10b1479

Browse files
authored
update to upstream pipewire-rs (#508)
* update to upstream pipewire-rs * CI to use 24.04 without no pipewire ppa * fix build without openxr feature
1 parent 6b81f07 commit 10b1479

13 files changed

Lines changed: 86 additions & 125 deletions

.github/workflows/build-all-features.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
build:
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
defaults:
1616
run:
1717
working-directory: ./wayvr

.github/workflows/build-appimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515

1616
jobs:
1717
build_appimage:
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-24.04
1919
defaults:
2020
run:
2121
working-directory: ./wayvr

.github/workflows/build-default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
build:
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
defaults:
1616
run:
1717
working-directory: ./wayvr

.github/workflows/build-wayland-openvr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
build:
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
defaults:
1616
run:
1717
working-directory: ./wayvr

.github/workflows/build-wayland-openxr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
build:
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
defaults:
1616
run:
1717
working-directory: ./wayvr

.github/workflows/build-x11-openvr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
build:
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
defaults:
1616
run:
1717
working-directory: ./wayvr

.github/workflows/build-x11-openxr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
build:
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
defaults:
1616
run:
1717
working-directory: ./wayvr

.github/workflows/make-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414
jobs:
1515
make_release:
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
defaults:
1818
run:
1919
working-directory: ./wayvr

.github/workflows/scripts/appimage_prepare_env.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/bin/sh
22

3-
sudo add-apt-repository -syn universe
4-
sudo add-apt-repository -syn ppa:pipewire-debian/pipewire-upstream || sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 25088A0359807596
53
sudo apt-get update
64
sudo apt-get install -y fuse cmake pkg-config fontconfig libasound2-dev libxkbcommon-dev libxkbcommon-x11-0 libxkbcommon-x11-dev libopenxr-dev libfontconfig-dev libdbus-1-dev libpipewire-0.3-0 libpipewire-0.3-dev libspa-0.2-dev libx11-6 libxext6 libxrandr2 libx11-dev libxext-dev libxrandr-dev libopenvr-dev libopenvr-api1 libwayland-dev libegl-dev libxcb-glx0 libxcb-glx0-dev
75
rustup update

Cargo.lock

Lines changed: 42 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)