Search Criteria
Package Details: wivrn-server 25.11.1-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: | openxr-runtime |
| Submitter: | cmumme |
| Maintainer: | gmeunier |
| Last Packager: | gmeunier |
| Votes: | 42 |
| Popularity: | 4.90 |
| First Submitted: | 2024-01-13 01:01 (UTC) |
| Last Updated: | 2025-11-15 16:28 (UTC) |
Dependencies (33)
- avahi
- cairo (cairo-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-gitAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, ffmpeg-headlessAUR, ffmpeg-libfdk_aacAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-obsAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-selinuxAUR, glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- libarchive (libarchive-gitAUR)
- libbsd (libbsd-gitAUR)
- libdrm (libdrm-gitAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, libglvnd)
- libnotify (libnotify-gitAUR)
- libpipewire (libpipewire-gitAUR, libpipewire-full-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- librsvg (librsvg-gitAUR, librsvg-noglycinAUR)
- libx11 (libx11-gitAUR, libx11-mr293AUR)
- libxcb (libxcb-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- systemd-libs (systemd-libs-selinuxAUR, systemd-libs-gitAUR)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- Show 13 more dependencies...
Latest Comments
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!
dreieck commented on 2025-05-18 12:42 (UTC)
Ahoj,
build fails for me with
vk_helpers.c:251:29: error: ‘VK_OBJECT_TYPE_CUDA_MODULE_NV’ undeclared (first use in this function); did you mean ‘VK_OBJECT_TYPE_CU_MODULE_NVX’?:I have no nvidia card.
Regards!
AngelBePro commented on 2025-03-17 19:16 (UTC)
As of right now, freedesktop is migrating their servers. Commenting this so everyone knows that as of right now monado is not avaible. On their website it says the outage will be until 2025-03-22.
AquilaIrreale commented on 2024-11-04 08:26 (UTC)
@gmeunier you have a
PKGBUILD/.SRCINFOmismatch that's signalling false updates to AUR helpers, thepkgrels in the two files do not agree. Also.SRCINFOlists asha256sumthatPKGBUILDdoesn't have. Are you editing the.SRCINFOfile by hand? If that's the case I would suggest (re)generating it withmakepkg --printsrcinfo > .SRCINFOinstead each timePKGBUILDis updated as per the official guide on the wikihwkiller commented on 2024-10-17 18:43 (UTC)
I think the makedeps needs updated:
1) glib2-devel is needed for gdbus-codegen 2) ninja is needed for building
dreieck commented on 2024-02-09 11:37 (UTC)
/usr/share/openxr/1/openxr_wivrn.jsoncontains"library_path": "../../../lib/libopenxr_wivrn.so".Sure that a relative path is correct here, and not an absolute path would be better?
Regards!
dreieck commented on 2024-02-09 11:30 (UTC) (edited on 2024-02-09 11:33 (UTC) by dreieck)
prepare()has some issues ifcudais not installed:Please use the following:
And are you sure that
nvencis part ofcudaand not an extra package? (There isnvencas a separate package in the AUR.)Regards and thanks for maintaining!