Search Criteria
Package Details: openxr-loader-git 1.0.28.1.r3.gd6b6d7a-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/openxr-loader-git.git (read-only, click to copy) |
---|---|
Package Base: | openxr-loader-git |
Description: | OpenXR loader |
Upstream URL: | https://github.com/KhronosGroup/OpenXR-SDK-Source |
Licenses: | Apache |
Provides: | openxr-loader |
Submitter: | haagch |
Maintainer: | haagch (lubosz) |
Last Packager: | haagch |
Votes: | 5 |
Popularity: | 0.000002 |
First Submitted: | 2019-03-18 13:54 (UTC) |
Last Updated: | 2023-07-23 20:43 (UTC) |
Dependencies (12)
- jsoncpp (jsoncpp-cmake-git, jsoncpp-cmake, jsoncpp-git)
- libx11 (libx11-git)
- cmake (cmake-git) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- libx11 (libx11-git) (make)
- libxrandr (libxrandr-git) (make)
- libxxf86vm (make)
- python (python36, python32, python37, python39, python38, python310, python312) (make)
- python-jinja (make)
- python-markupsafe (make)
- vulkan-headers (vulkan-headers-git) (make)
- vulkan-icd-loader (vulkan-icd-loader-git) (make)
Required by (3)
- openxr-git
- openxr-layers-git (requires openxr-loader)
- openxr-utils-git (requires openxr-loader)
Latest Comments
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:
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)
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
Addpython
(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
haagch commented on 2019-05-09 09:09 (UTC)
After https://github.com/KhronosGroup/OpenXR-SDK/commit/50ebb7d3dede1f439299d6f969508de0041ace45 i guess it would. It's still missing installation of the layers and configuration+installation of the pkg-config file, so I'll update it.
linkmauve commented on 2019-05-08 19:33 (UTC)
Hi, the provided patch fails to apply on current master, preventing this package from building.