Search Criteria
Package Details: monado-git 24.0.0.r375.g4e22c990f-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: | BSL-1.0 |
Conflicts: | monado |
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: | 2025-03-06 02:01 (UTC) |
Dependencies (23)
- libbsd (libbsd-gitAUR)
- libcap
- libdrm (libdrm-gitAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, libglvnd)
- openvr (openvr-gitAUR)
- 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
- librealsenseAUR (librealsense-gitAUR) (optional) – intel realsense camera support (must be present at build time)
- libsurvive-gitAUR (optional) – lighthouse positional tracking support (must be present at build time)
- libuvcAUR (libuvc-gitAUR) (optional) – optical tracking support (must be present at build time)
- onnxruntime (piper-phonemizeAUR, onnxruntime-gitAUR, onnxruntime-opt, onnxruntime-opt-rocm, onnxruntime-rocm) (optional) – optical hand tracking support (must be present at build time)
- Show 3 more dependencies...
Required by (1)
- gxr-git (optional)
Latest Comments
1 2 3 Next › Last »
haagch commented on 2025-03-06 02:07 (UTC)
Oh wow so many suggestions I overlooked.
onnxruntime is the same as on the monado package: https://aur.archlinux.org/pkgbase/monado#comment-1014308. imo onnxruntime is broken and it's not a bug of this package, any package trying to use the onnxruntime package will have the same issues. Downgrade to 1.19.2 to get a working onnxruntime.
I think the latest libsurvive tag technically works but imo this one is really best to use the latest git (it's on low maintenance and doesn't update often).
basalt-monado-git is only packaged as a git version. I might change it to basalt-monado if someone packages it but I don't think the release tags are very meaningful.
kimera has not been updated to the new interfaces, so won't work in any case. Removed it from optdepends. orbslam3 also is supposedly even more jittery than basalt and won't get an update so basalt is currently the only supported slam system for monado.
dreieck commented on 2025-03-04 11:57 (UTC) (edited on 2025-03-04 11:58 (UTC) by dreieck)
build()
fails for me while linking:File
/usr/lib/libonnxruntime.so
is provided by packageextra/onnxruntime-opt
, version 1.20.2-1.Regards and thanks for maintaining!
dreieck commented on 2024-06-04 15:34 (UTC)
boost
is not a valid SPDX license identifier. Please correct:Regards!
dreieck commented on 2024-06-04 15:32 (UTC)
openvr
needs to be added to thedepends
array.dreieck commented on 2024-06-04 15:04 (UTC) (edited on 2024-06-04 15:06 (UTC) by dreieck)
Is really
libsurvive-git
(i.e. specifically the-git
variant) needed as optional dependency?Is
libsurive
not enough? Otherwise, please uselibsurvive
, so the user can decide which variant to install.Same for
kimera-vio-monado-git
andbasalt-monado-git
.Regards and thanks for maintaining!
dreieck commented on 2024-06-04 14:46 (UTC)
Many of the functionality that are listed in
optdepends
packages only get built when the packages are present at compile time.So you need to add them to
makedepends
, too!(Or at least add to the
optdepends
description something like "(needs to be present at build time)". And make sure thatmonado-git
then runs even if after build those libraries are not installed, otherwise they belong intodepends
.)Regards!
dreieck commented on 2024-06-04 14:21 (UTC)
Please add
conflicts=("monado")
, and consider adding=${pkgver}
to themonado
entry in theprovides
array.Regards and thanks for maintaining!
incon commented on 2023-08-20 07:48 (UTC)
needs to depend on fmt9 from the aur to work
haagch commented on 2022-08-01 14:01 (UTC)
Turns out the monado-cli output doesn't mention v4l either way, oops. I guess the only really clue would be in the build output.
alexandria commented on 2022-07-31 04:34 (UTC)
Yes, I have
linux-api-headers
-- though it might be a good idea to add it as an explicit build depends. :PAs for
v4l
inprobe
output, I'm not sure where it's supposed to show up, but it doesn't seem to do so. Very odd.1 2 3 Next › Last »