Package Details: monado-git 21.0.0.r4339.gfcdc20645-1

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)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

mybeansarebaked commented on 2022-07-04 20:37 (UTC)

@haagch - Sorry this is late.

I was using 'libsurvive'. It looks like that package does not include install the cnmatrix and cnkalman modules, where libsurvive-git does. Perhaps I will leave a comment on that package instead. Thanks.

haagch commented on 2022-06-27 09:33 (UTC)

Did you build with libsurvive or libsurvive-git? I think it was an issue that they fixed upstream.

mybeansarebaked commented on 2022-06-27 08:42 (UTC)

This would not build, saying:

/usr/include/libsurvive/redist/linmath.h:13:10: fatal error: cnmatrix/cn_matrix.h: No such file or directory

building and installing https://github.com/cntools/cnmatrix fixed the issue.

MrDev023 commented on 2022-05-02 19:26 (UTC)

@haagch You reply so fast ^^

haagch commented on 2022-05-02 19:20 (UTC)

@mike2208 kinda late but I added monado to provides.

@MrDev023 yea unfortunately we decided upstream that two build systems are too work intensive at this time. Updated the PKGBUILD.

MrDev023 commented on 2022-05-02 19:12 (UTC) (edited on 2022-05-02 19:23 (UTC) by MrDev023)

Fix remove prepare step +

build() {
  cd "$srcdir"/"$_dirname"
  cmake . -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr/ -G "Ninja" -B "$srcdir"/"$_dirname"-build
  # Meson file is deleted
  # meson --prefix=/usr/ --libdir=lib -Dbuildtype=debugoptimized "$srcdir"/"$_dirname"-build
  ninja -C "$srcdir"/"$_dirname"-build
}

mike2208 commented on 2021-08-10 11:08 (UTC)

Hi,

my compilation failed with the message

../monado/src/xrt/include/xrt/xrt_vulkan_includes.h:19:10: fatal error: vulkan/vulkan.h: No such file or directory

I fixed it by installing vulkan-headers, could you add the package to makedepend?

Also, you could add monado to provides

dbermond commented on 2021-02-23 00:36 (UTC)

@haagch Thank you :)

haagch commented on 2021-02-22 21:42 (UTC)

Good idea, thanks. I made that package before we had any tags- :)

dbermond commented on 2021-02-22 20:53 (UTC)

@haagch And 'git' is also missing from makedepends here.