Search Criteria
Package Details: monado-doc 24.0.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/monado.git (read-only, click to copy) |
---|---|
Package Base: | monado |
Description: | An open source OpenXR runtime (documentation) |
Upstream URL: | https://monado.dev/ |
Licenses: | BSL-1.0 |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 4 |
Popularity: | 0.009841 |
First Submitted: | 2021-02-16 02:03 (UTC) |
Last Updated: | 2025-01-14 19:36 (UTC) |
Dependencies (34)
- bluez-libs (bluez-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- cnmatrixAUR (cnmatrix-gitAUR) (make)
- dbus (dbus-gitAUR, dbus-selinuxAUR) (make)
- doxygen (doxygen-gitAUR) (make)
- eigen (eigen-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR) (make)
- glslang (glslang-gitAUR) (make)
- graphviz (make)
- gst-plugins-base-libs (gst-plugins-base-libs-gitAUR) (make)
- gstreamer (gstreamer-gitAUR) (make)
- hidapi (hidapi-gitAUR) (make)
- libdrm (libdrm-gitAUR) (make)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utilsAUR, libglvnd) (make)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR) (make)
- librealsenseAUR (librealsense-gitAUR) (make)
- libsurviveAUR (libsurvive-gitAUR) (make)
- libusb (libusb-gitAUR) (make)
- libuvcAUR (libuvc-gitAUR) (make)
- Show 14 more dependencies...
Latest Comments
1 2 Next › Last »
dbermond commented on 2025-01-14 19:37 (UTC)
@Dewedin implemented.
Dewedin commented on 2025-01-14 08:11 (UTC)
Please include the cmake option
-DXRT_HAVE_SYSTEM_CJSON:BOOL='OFF'
Without this, games running from Steam with OpenComposite are unable to load Monado. I have verified that building with this option resolves the issue for this package (and I did already have the cjson package installed to the system too so that on its own did not resolve it, probably a quirk with Steam's pressure-vessel game containerisation). The solution is taken from this tutorial which states 'If there is an error related tolibcjson.so.1
you will need to build Monado with the cmake option-DXRT_HAVE_SYSTEM_CJSON=off
.'Perdu commented on 2024-12-14 19:07 (UTC) (edited on 2024-12-14 19:32 (UTC) by Perdu)
Edit: Never mind, it's a problem with the librealsense AUR package
dbermond commented on 2024-10-07 18:47 (UTC)
@Perdu I've just checked, and the package is building fine. Using librealsense stable version 2.55.1.
Perdu commented on 2024-10-06 10:43 (UTC)
Build fails:
(with librealsense, as librealsense-git fails build as well)
dbermond commented on 2024-05-15 00:39 (UTC)
@seeseemelk That's due to libsurvive dependencies being updated. Needed to update it here too. Package updated, now building fine. Thanks for pointing this.
seeseemelk commented on 2024-05-14 12:21 (UTC)
I could not get this to build until I installed the package cnmatrix. Missing dependency?
dbermond commented on 2024-02-26 15:31 (UTC)
@Elmar Configuration of the openxr loader with config files and/or environment variable is a user task, and not a task for the package providing the openxr runtime implementation. We should not force an openxr runtime implementation to be active in the packaging level, as the user should be free to chose the desired openxr runtime, specially when multiple ones are installed.
Elmar commented on 2024-02-19 21:33 (UTC)
After installing this packet, I have problems listing runtimes and executing applications with the loader because it doesn't find the JSON config file for loading the runtime.
As a usability enhancement, this package could provide the
active_runtime.json
(if it doesn't exist yet). In the Monado Getting Started guide, it mentions making a symlink to/usr/share/openxr/1/openxr_monado.json
from/etc/xdg/openxr/1/active_runtime.json
(according to source code it also looks for/etc/openxr/1/active_runtime.json
).1 2 Next › Last »