Search Criteria
Package Details: lib32-wivrn-server 26.2.3-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 |
| Provides: | lib32-openxr-runtime |
| Submitter: | cmumme |
| Maintainer: | gmeunier |
| Last Packager: | gmeunier |
| Votes: | 88 |
| Popularity: | 38.60 |
| First Submitted: | 2024-01-13 01:01 (UTC) |
| Last Updated: | 2026-02-21 12:55 (UTC) |
Dependencies (19)
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-eacAUR, lib32-glibc-git-native-pgoAUR)
- lib32-libglvnd
- lib32-vulkan-icd-loader (lib32-vulkan-icd-loader-gitAUR)
- wivrn-serverAUR (wivrn-multilib-gitAUR, wivrn-full-gitAUR, wivrn-server-gitAUR)
- boost (boost-gitAUR) (make)
- cli11 (cli11-compiledAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- eigen (eigen-gitAUR, eigen3) (make)
- extra-cmake-modules (extra-cmake-modules-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- glib2-devel (glib2-devel-gitAUR) (make)
- libdrm (libdrm-gitAUR) (make)
- libxrandr (libxrandr-gitAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-ninja-symlinkAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
- qt6-tools (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- lib32-xrizerAUR (lib32-xrizer-gitAUR, lib32-xrizerAUR) (optional) – OpenVR to OpenXR translation layer
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
A43 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 »