Search Criteria
Package Details: wayvr-git 26.2.1.r36.d9f89fa-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/wayvr-git.git (read-only, click to copy) |
|---|---|
| Package Base: | wayvr-git |
| Description: | Your way to enjoy VR on Linux! Access your Wayland/X11 desktop from SteamVR/Monado (OpenVR+OpenXR support) |
| Upstream URL: | https://github.com/wlx-team/wayvr |
| Keywords: | monado openvr openxr overlay steamvr wayland wlx |
| Licenses: | GPL-3.0-or-later |
| Conflicts: | wayvr |
| Provides: | wayvr |
| Replaces: | wlx-overlay-s-git |
| Submitter: | galister |
| Maintainer: | galister |
| Last Packager: | galister |
| Votes: | 23 |
| Popularity: | 2.11 |
| First Submitted: | 2026-01-10 11:25 (UTC) |
| Last Updated: | 2026-03-16 05:01 (UTC) |
Dependencies (19)
- alsa-lib
- dbus (dbus-gitAUR, dbus-selinuxAUR, dbus-nosystemd-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-qdoledAUR, freetype2-qdoled-gen3AUR, freetype2-woledAUR, freetype2-gitAUR, freetype2-macosAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- libpipewire (libpipewire-gitAUR, libpipewire-full-gitAUR, libpipewire-ldacAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- openvr (openvr-gitAUR)
- openxr (openxr-loader-gitAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- libx11 (libx11-gitAUR) (make)
- libxext (libxext-gitAUR) (make)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR) (make)
- libxrandr (libxrandr-gitAUR) (make)
- python3 (python) (make)
- shaderc (shaderc-gitAUR, shaderc-gitAUR) (make)
Latest Comments
1 2 Next › Last »
BarkBarklington commented on 2026-03-17 21:48 (UTC)
https://github.com/wlx-team/wayvr/issues/471
BarkBarklington commented on 2026-03-17 21:39 (UTC)
error[E0609]: no field
dataon typespa_pod_builder--> /home/puppy/.cargo/git/checkouts/pipewire-rs-cb58a95930018a19/ba32202/libspa/src/pod/builder.rs:38:25 | 38 | (this).builder.data = (this).data.as_mut_ptr().cast::<c_void>(); | ^^^^ unknown field | = note: available field is:_addresserror[E0609]: no field
sizeon typespa_pod_builder--> /home/puppy/.cargo/git/checkouts/pipewire-rs-cb58a95930018a19/ba32202/libspa/src/pod/builder.rs:39:25 | 39 | (this).builder.size = (this) | ^^^^ unknown field | = note: available field is:_addressCompiling hashlink v0.10.0 Compiling addr2line v0.25.1 For more information about this error, try
rustc --explain E0609. error: could not compilelibspa(lib) due to 2 previous errors warning: build failed, waiting for other jobs to finish... ==> ERROR: A failure occurred in build(). Aborting... -> error making: wayvr-git-exit status 4ngoonee commented on 2026-03-16 09:32 (UTC)
Compiling rodio v0.21.1 Compiling xcb v1.7.0 error[E0609]: no field
dataon typespa_pod_builder--> /home/ngoonee/.cargo/git/checkouts/pipewire-rs-cb58a95930018a19/ba32202/libspa/src/pod/builder.rs:38:25 | 38 | (this).builder.data = (this).data.as_mut_ptr().cast::<c_void>(); | ^^^^ unknown field | = note: available field is:_addresserror[E0609]: no field
sizeon typespa_pod_builder--> /home/ngoonee/.cargo/git/checkouts/pipewire-rs-cb58a95930018a19/ba32202/libspa/src/pod/builder.rs:39:25 | 39 | (this).builder.size = (this) | ^^^^ unknown field | = note: available field is:_addressCompiling zbus v5.12.0 Compiling hashlink v0.10.0 Compiling hyper v1.8.1 For more information about this error, try
rustc --explain E0609. error: could not compilelibspa(lib) due to 2 previous errors warning: build failed, waiting for other jobs to finish...Kresny commented on 2026-02-27 10:11 (UTC) (edited on 2026-02-27 10:14 (UTC) by Kresny)
For some reason, every build runs twice at the moment, and it's been like that for a while.
awh commented on 2026-02-15 17:31 (UTC)
might be worth putting "previously known as wlx-overlay-s" somewhere in the package so it shows up on search results
A43 commented on 2026-01-13 21:25 (UTC) (edited on 2026-01-13 21:30 (UTC) by A43)
It is not necessary to intentionally push changes exclusively to the
pkgvervariable to the AUR for this package. You already have automatically setting thepkgverbased on the latest git tag and commit properly implemented, as is done with all quality-gitpackages, so there is no need. pacman-git, the PKGBUILD for which goes unchanged for months, is a good example of the lack of this need.I have tested that this PKGBUILD does do this correctly, just to be absolutely sure.
A well implemented AUR helper like
paruoryaywon't need this manual pkgver bump either since it will check the source repository for the changes itself. Thepkgverwill then be set at runtime bymakepkgfor use in the pacman package as usual.TL;DR: Don't push simple
pkgverbumps. It's unnecessary, more work for you, and sends an email to anyone with notifications enabled for this package (which is why I noticed). /gen /nmThanks!
galister commented on 2026-01-10 11:39 (UTC)
WlxOverlay-S has been rebranded to WayVR. The new AUR package is available here: https://aur.archlinux.org/packages/wayvr-git
TipsyTheCat commented on 2026-01-10 02:02 (UTC)
ok so i got it building and running, so for anyone who just wants a pkgbuild that works to test the latest version i give you this diff:
since this is a sorta dirty patch, i wouldn't recommend this to be pushed to the actual pkgbuild here. i feel like at this point this aur package needs to be renamed to
wayvr-gitTipsyTheCat commented on 2026-01-10 01:26 (UTC) (edited on 2026-01-10 01:29 (UTC) by TipsyTheCat)
this is also out-of-date due to
wlx-overlay-sbeing renamed towayvr. should this AUR package be renamed to "wayvr"?A43 commented on 2025-12-20 19:01 (UTC) (edited on 2025-12-20 19:01 (UTC) by A43)
If you experience issues building this package with the nightly rust toolchain (rustc >1.92.0), attempt to build it with the stable rust toolchain (rustc 1.92.0) instead.
1 2 Next › Last »