Search Criteria
Package Details: gxr-git 0.16.0.r1163.426226e-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: | haagch |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2019-07-30 15:31 (UTC) |
Last Updated: | 2024-02-26 12:27 (UTC) |
Dependencies (13)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- graphene (graphene-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- gulkan-gitAUR
- json-glib (json-glib-gitAUR)
- openxr (openxr-loader-gitAUR)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- gtk-doc (make)
- meson (meson-gitAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- monado-gitAUR (optional) – The open source OpenXR runtime.
Required by (3)
- g3k (requires gxr)
- g3k-git
- xrdesktop-git
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: