Search Criteria
Package Details: monado-git 21.0.0.r4339.gfcdc20645-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/monado-git.git (read-only, click to copy) |
---|---|
Package Base: | monado-git |
Description: | The open source OpenXR runtime. |
Upstream URL: | https://monado.dev |
Licenses: | boost |
Provides: | monado, openxr-runtime |
Submitter: | haagch |
Maintainer: | haagch (lubosz) |
Last Packager: | haagch |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2019-03-18 13:59 (UTC) |
Last Updated: | 2024-02-02 12:10 (UTC) |
Dependencies (23)
- libbsd (libbsd-gitAUR)
- libcap
- libdrm (libdrm-gitAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utilsAUR, libglvnd)
- openxr (openxr-loader-gitAUR)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- xr-hardwareAUR (xr-hardware-gitAUR)
- cmake (cmake-gitAUR) (make)
- eigen (eigen-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- shaderc (shaderc-gitAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- basalt-monado-gitAUR (optional) – experimental SLAM tracking through basalt
- kimera-vio-monado-gitAUR (optional) – experimental SLAM tracking through kimera
- librealsenseAUR (librealsense-gitAUR) (optional) – intel realsense camera support
- libsurvive-gitAUR (optional) – lighthouse positional tracking support
- libuvcAUR (libuvc-gitAUR) (optional) – optical tracking support
- onnxruntime (piper-phonemizeAUR, onnxruntime-gitAUR, onnxruntime-opt, onnxruntime-opt-rocm, onnxruntime-rocm) (optional) – optical hand tracking support
- Show 3 more dependencies...
Required by (1)
- gxr-git (optional)
Latest Comments
« First ‹ Previous 1 2 3
dbermond commented on 2021-02-22 20:46 (UTC)
@haagch Suggestion for pkgver():
git -C monado describe --long --tags | sed 's/([^-]*-g)/r\1/;s/-/./g;s/^v//'
It will produce an output like this: 21.0.0.r69.g1b692c63
The above method is better since it gives the users a reference about which upstream version/tag the current commit is based on.
Arch Wiki guideline: https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git
sankasan commented on 2019-10-26 20:50 (UTC) (edited on 2019-10-26 21:28 (UTC) by sankasan)
I think there is an implicit dependency for graphviz (or dot and/or doxygen) as without it it throws quite a few errors when compiling monado-git. It still produces the .so files but it spams hundreds of lines of errors/warnings.
haagch commented on 2019-05-15 14:14 (UTC)
Note: I dropped the loader patch that changes the active runtime path. We'll wait what comes out of this issue: https://github.com/KhronosGroup/OpenXR-SDK/issues/28
The active runtime will be installed in /usr/local/share/openxr/0/active_runtime.json
« First ‹ Previous 1 2 3