mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
New package: openxr-1.1.46
This commit is contained in:
parent
3802869f8c
commit
ff10edb0d9
3 changed files with 29 additions and 0 deletions
|
@ -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
srcpkgs/openxr-devel
Symbolic link
1
srcpkgs/openxr-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
openxr
|
27
srcpkgs/openxr/template
Normal file
27
srcpkgs/openxr/template
Normal file
|
@ -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 <adam@gaussian.dev>"
|
||||
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"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue