Search Criteria
Package Details: wivrn-dashboard 26.6-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/wivrn-server.git (read-only, click to copy) |
|---|---|
| Package Base: | wivrn-server |
| Description: | A wireless Monado-based OpenXR runtime for standalone headsets. |
| Upstream URL: | https://github.com/WiVRn/WiVRn |
| Licenses: | GPL-3.0-or-later |
| Submitter: | cmumme |
| Maintainer: | gmeunier |
| Last Packager: | gmeunier |
| Votes: | 96 |
| Popularity: | 16.50 |
| First Submitted: | 2024-01-13 01:01 (UTC) |
| Last Updated: | 2026-06-10 16:17 (UTC) |
Dependencies (29)
- boost-libs
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- kcoreaddons (kcoreaddons-gitAUR)
- ki18n (ki18n-gitAUR)
- kiconthemes (kiconthemes-gitAUR)
- kirigami (kirigami-gitAUR)
- kirigami-addons (kirigami-addons-gitAUR)
- libgcc (libgcc-snapshotAUR)
- libstdc++ (libstdc++-snapshotAUR)
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- qcoro (qcoro-gitAUR)
- qqc2-desktop-style (qqc2-desktop-style-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-headlessAUR)
- qt6-declarative (qt6-declarative-gitAUR)
- wivrn-serverAUR (wivrn-server-gitAUR, wivrn-multilib-gitAUR, wivrn-full-gitAUR)
- boost (boost-gitAUR) (make)
- cli11 (cli11-compiledAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- eigen (eigen-gitAUR, eigen3) (make)
- Show 9 more dependencies...
Latest Comments
1 2 3 Next › Last »
addie.sh commented on 2026-02-12 19:11 (UTC)
It only builds for me when setting
CUDAToolkit_ROOT=/opt/cuda/before running makepkg. I thinkffmpeg-cudaneeds it or something.gmeunier commented on 2025-12-20 11:52 (UTC)
I've changed the dependencies, it should not break when updating now
Ari43 commented on 2025-12-20 10:20 (UTC)
@ggnoredo run the following:
That should rebuild the packages and fix your issue. Some of that may be unnecessary.
ggnoredo commented on 2025-12-20 08:55 (UTC)
ggnoredo commented on 2025-12-20 08:55 (UTC) (edited on 2025-12-20 08:55 (UTC) by ggnoredo)
SandFoxed commented on 2025-10-04 23:00 (UTC)
Hi! I ran into building this package after an update. Previously it worked.
Here's the error:
I modified the source as recommended by the compiler errors, then it builds successfully. Interestingly, the
wivrn-full-gitbuilds correctly, though that's incompatible with the APK i have on the headset, so I tried to fix the stable version, surprisingly it seems to work :DAnyway, thanks for maintaining the pkgs, and have a nice day!
gmeunier commented on 2025-06-21 09:40 (UTC)
@LakesGeek @hariseldon78: I've added the patch in the PKGBUILD
LakesGeek commented on 2025-06-19 21:31 (UTC)
Workaround for the segfaulting on build, thanks to the assistance on the Discord. It's because of a bug in qtdeclarative-6.9.1. There's a patch file we have to backport to this version to remove a line from SettingsPage.qml on build. I did it the traditional makepkg (no helpers) way, if you're as rusty as I was with the traditional way here are the full commands I used
Find the build() block and just before it paste:
Compile and install
hariseldon78 commented on 2025-06-18 22:31 (UTC)
the build it's failing for me:
1 2 3 Next › Last »