Skip to content

New package: openxr-1.1.46 #54896

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -4542,3 +4542,4 @@ libmaliit-plugins.so.2 maliit-keyboard-2.3.1_1
libSDL3.so.0 SDL3-3.2.2_1
libiconv.so.2 libiconv-1.18_1
libcharset.so.1 libiconv-1.18_1
libopenxr_loader.so.1 openxr-1.1.46_1
1 change: 1 addition & 0 deletions srcpkgs/openxr-devel
27 changes: 27 additions & 0 deletions srcpkgs/openxr/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Template file for 'openxr'
pkgname=openxr
version=1.1.46
revision=1
build_style=cmake
hostmakedepends="pkg-config python3 glslang shaderc"
makedepends="libX11-devel libxcb-devel wayland-devel libglvnd-devel
vulkan-loader-devel jsoncpp-devel"
short_desc="SDK for AR and VR devices and applications"
maintainer="Adam Gausmann <[email protected]>"
license="Apache-2.0"
homepage="https://www.khronos.org/openxr/"
changelog="https://github.com/KhronosGroup/OpenXR-SDK/releases"
distfiles="https://github.com/KhronosGroup/OpenXR-SDK/archive/refs/tags/release-${version}.tar.gz"
checksum=f99bb64263c4b640139b5df11f43ae035cefa03585eceda879c195928aeec5ca

openxr-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove usr/lib/pkgconfig
#vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}