Package Details: openxr-git 1.0.33.r0.g820278f-1

Git Clone URL: https://aur.archlinux.org/openxr-loader-git.git (read-only, click to copy)
Package Base: openxr-loader-git
Description: None
Upstream URL: https://github.com/KhronosGroup/OpenXR-SDK-Source
Licenses: Apache
Provides: openxr
Submitter: haagch
Maintainer: haagch (lubosz)
Last Packager: haagch
Votes: 6
Popularity: 0.87
First Submitted: 2019-03-18 13:54 (UTC)
Last Updated: 2024-02-09 16:26 (UTC)

Required by (28)

Sources (1)

Latest Comments

1 2 Next › Last »

haagch commented on 2024-02-09 16:28 (UTC) (edited on 2024-02-09 16:28 (UTC) by haagch)

conflicting with "openxr" doesn't seem to work sadly:

debug: package openxr-loader-git conflicts with openxr-git (by openxr)
debug: package openxr-utils-git conflicts with openxr-git (by openxr)
debug: conflicting packages in the sync list: 'openxr-loader-git' <-> 'openxr-git'

dreieck commented on 2024-02-09 09:49 (UTC)

openxr-utils-git needs to have openxr added to the conflicts array:

error: failed to commit transaction (conflicting files)
openxr-utils-git: /usr/bin/hello_xr exists in filesystem (owned by openxr)
openxr-utils-git: /usr/bin/openxr_runtime_list exists in filesystem (owned by openxr)
openxr-utils-git: /usr/bin/openxr_runtime_list_json exists in filesystem (owned by openxr)
Errors occurred, no packages were upgraded.

Regards and thanks for maintaining!

dreieck commented on 2024-02-09 09:37 (UTC) (edited on 2024-02-09 09:37 (UTC) by dreieck)

Please add to the package openxr-loader-git:

  • conflicts=('openxr-loader' 'openxr'):
error: failed to commit transaction (conflicting files)
openxr-loader-git: /usr/lib/cmake/openxr/OpenXRConfig.cmake exists in filesystem (owned by openxr)
openxr-loader-git: /usr/lib/cmake/openxr/OpenXRConfigVersion.cmake exists in filesystem (owned by openxr)
openxr-loader-git: /usr/lib/cmake/openxr/OpenXRTargets-release.cmake exists in filesystem (owned by openxr)
openxr-loader-git: /usr/lib/cmake/openxr/OpenXRTargets.cmake exists in filesystem (owned by openxr)
openxr-loader-git: /usr/lib/libopenxr_loader.so exists in filesystem (owned by openxr)
openxr-loader-git: /usr/lib/libopenxr_loader.so.1 exists in filesystem (owned by openxr)
openxr-loader-git: /usr/lib/libopenxr_loader.so.1.0.33 exists in filesystem (owned by openxr)
openxr-loader-git: /usr/lib/pkgconfig/openxr.pc exists in filesystem (owned by openxr)
openxr-loader-git: /usr/share/doc/openxr/LICENSE exists in filesystem (owned by openxr)
Errors occurred, no packages were upgraded.

Regards and thanks for maintaining!

haagch commented on 2020-05-03 21:18 (UTC)

yep, it has been upstreamed. https://github.com/KhronosGroup/OpenXR-SDK-Source/commit/a013fcd3bee509a7d95ce7602a6f53ef91dc3274 PKGBUILD is updated now.

PedroHLC commented on 2020-05-03 21:15 (UTC)

Seems that patching is no longer required:

==> Starting prepare()...
patching file src/tests/hello_xr/graphicsplugin_vulkan.cpp
Reversed (or previously applied) patch detected!  Assume -R? [n] Terminated
==> ERROR: A failure occurred in prepare().

haagch commented on 2020-04-06 19:45 (UTC)

Indeed, I added some depends and makedepends.

PedroHLC commented on 2020-04-06 19:03 (UTC) (edited on 2020-04-06 19:21 (UTC) by PedroHLC)

- Presentation backend selected for hello_xr, loader_test, conformance: xlib
-- Could NOT find X11 (missing: X11_X11_INCLUDE_PATH X11_X11_LIB)
-- Found PkgConfig: /usr/sbin/pkg-config (found version "1.6.3")
-- Checking for one of the modules 'xcb'
-- Checking for one of the modules 'wayland-client'
-- BUILD_WITH_XLIB_HEADERS: OFF
-- BUILD_WITH_XCB_HEADERS: OFF
-- BUILD_WITH_WAYLAND_HEADERS: OFF
CMake Error at src/cmake/presentation.cmake:43 (message):
  xlib backend selected, but BUILD_WITH_XLIB_HEADERS either disabled or
  unavailable due to missing dependencies.
Call Stack (most recent call first):
  src/CMakeLists.txt:104 (include)

Missing dependencies to build in a clean chroot.

EDIT: Adding libxcb we have this: Package 'xproto', required by *****, not found

EDIT2: Adding xorgproto we have this: BUILD_WITH_XLIB_HEADERS either disabled or unavailable

Then, adding libx11 we have this: OpenXR tests using xlib backend requires Xxf86vm and Xrandr

Add libxxf86vm and xorg-xrandr (or lib, not sure)

Then: Python 3 not found, but pre-generated Add python (makedepends only, not sure)

haagch commented on 2019-12-20 19:54 (UTC)

Updated to build from the OpenXR-SDK-Source repo instead of OpenXR-SDK. You might need to delete your cached copy of the repo and src/.

It also builds two new split packages openxr-layers-git and openxr-utils-git.

haagch commented on 2019-08-06 00:01 (UTC)

Updated pkgver to include the latest release tag in the version.

I don't know if this shows as an update in aur helpers, you might have to rebuild yourself to get the newer versions.

haagch commented on 2019-05-15 14:12 (UTC)

Fixed and submitted as public PR: https://github.com/KhronosGroup/OpenXR-SDK/pull/48