Search Criteria
Package Details: gxr-git 0.16.0.1148.b204356-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gxr-git.git (read-only, click to copy) |
---|---|
Package Base: | gxr-git |
Description: | A glib wrapper for the OpenVR and OpenXR APIs. |
Upstream URL: | https://gitlab.freedesktop.org/xrdesktop/gxr |
Licenses: | MIT |
Conflicts: | gxr |
Provides: | gxr |
Submitter: | lubosz |
Maintainer: | lubosz (haagch) |
Last Packager: | lubosz |
Votes: | 4 |
Popularity: | 0.015386 |
First Submitted: | 2019-07-30 15:31 (UTC) |
Last Updated: | 2022-11-04 14:28 (UTC) |
Dependencies (8)
- gtk3 (gtk3-git, gtk3-typeahead, gtk3-classic-noatk-64, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-patched-filechooser-icon-view, gtk3-classic)
- gulkan-git
- openxr (openxr-git)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- gtk-doc (gtk-doc-git) (make)
- meson (meson-git) (make)
- vulkan-headers (vulkan-headers-git) (make)
- monado-git (optional) – The open source OpenXR runtime.
Required by (4)
- g3k (requires gxr)
- g3k-git
- xrdesktop0.15 (requires gxr)
Latest Comments
haagch commented on 2020-11-30 13:27 (UTC)
Thanks. I changed the dependency to openxr so it works with the openxr package from [community] and with the openxr-git package from AUR.
NeoTheFox commented on 2020-11-22 13:20 (UTC)
OpenXR is now available in the community repo https://www.archlinux.org/packages/community/x86_64/openxr/
PedroHLC commented on 2020-06-09 01:33 (UTC)
Missing
gtk-doc
PedroHLC commented on 2019-08-14 17:50 (UTC)
Hi it seems to require "vulkan-headers" as makedends
haagch commented on 2019-07-31 00:10 (UTC)
There's also an easy fix with mesa-git and similar: The
libglvnd-glesv2
package in the AUR provides a libglvnd package that has been fixed to provide the necessary pkgconfig files.lubosz commented on 2019-07-30 23:47 (UTC) (edited on 2019-07-30 23:49 (UTC) by lubosz)
@lea gdk-3.0 is part of the
gtk3
package, which is listed as dependencyThe problem here is a missing .pc file for libgl. Mesa dropped this pkgconfig file in git master and now relies on libglvnd to provide it. And this has not been merged yet. https://github.com/NVIDIA/libglvnd/pull/86
You should get the correct error when running
All in all this is an upstream problem.
lea commented on 2019-07-30 18:48 (UTC) (edited on 2019-07-30 20:06 (UTC) by lea)
Update: Found the culprit, it's not compatible with mesa-aco-git, so it needs to be replaced with the regular mesa package first.
Not compiling because of missing "gdk-3.0" dependency which I can't find anywhere. Here's the relevant part in meson-log.txt: