Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: openxr-loader-1.0.34
@ 2024-03-14 19:48 FriederHannenheim
  2024-03-14 22:36 ` [PR PATCH] [Updated] " FriederHannenheim
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: FriederHannenheim @ 2024-03-14 19:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1345 bytes --]

There is a new pull request by FriederHannenheim against master on the void-packages repository

https://github.com/FriederHannenheim/void-packages openxr-package
https://github.com/void-linux/void-packages/pull/49294

New package: openxr-loader-1.0.34
<!-- Uncomment relevant sections and delete options which are not applicable -->
This packages the OpenXR loader as well as development files. It is required to run OpenXR applications and games.


#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - x86_64-musl

A patch file from https://github.com/void-linux/void-packages/pull/49294.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openxr-package-49294.patch --]
[-- Type: text/x-diff, Size: 2097 bytes --]

From b128641d1c53bafe1acf85a55cd459373ff2c847 Mon Sep 17 00:00:00 2001
From: FriederHannenheim <frieder.hannenheim@proton.me>
Date: Thu, 14 Mar 2024 20:42:40 +0100
Subject: [PATCH] New package: openxr-loader-1.0.34

---
 srcpkgs/openxr-loader-devel    |  1 +
 srcpkgs/openxr-loader/template | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)
 create mode 120000 srcpkgs/openxr-loader-devel
 create mode 100644 srcpkgs/openxr-loader/template

diff --git a/srcpkgs/openxr-loader-devel b/srcpkgs/openxr-loader-devel
new file mode 120000
index 00000000000000..b643dc211201b5
--- /dev/null
+++ b/srcpkgs/openxr-loader-devel
@@ -0,0 +1 @@
+openxr-loader
\ No newline at end of file
diff --git a/srcpkgs/openxr-loader/template b/srcpkgs/openxr-loader/template
new file mode 100644
index 00000000000000..f31aaacfa519b4
--- /dev/null
+++ b/srcpkgs/openxr-loader/template
@@ -0,0 +1,32 @@
+# Template file for 'openxr-loader'
+pkgname=openxr-loader
+version=1.0.34
+revision=1
+archs="~armv5tel* ~armv6* ~armv7* *"
+#build_wrksrc=
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=Release"
+#make_build_args=""
+#make_install_args="--component Loader"
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="cmake"
+makedepends="MesaLib-devel Vulkan-Headers libxcb-devel libdri2-devel libXrandr-devel libXxf86vm-devel"
+short_desc="OpenXR is a open standard that provides access to AR and VR devices"
+maintainer="Frieder Hannenheim <frieder.hannenheim@proton.me>"
+license="Apache-2.0"
+homepage="https://www.khronos.org/openxr/"
+changelog="https://github.com/KhronosGroup/OpenXR-SDK/blob/main/CHANGELOG.SDK.md"
+distfiles="https://github.com/KhronosGroup/OpenXR-SDK/archive/refs/tags/release-${version}.tar.gz"
+checksum=5fa2fac1b442a31e267ea522799a247e3aff6e6f5a418b1e31c337b8ca835b69
+
+openxr-loader-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	make_install_args="--component Headers"
+	pkg_install() {
+		vmove usr/include
+        vmove usr/lib/cmake
+        vmove usr/lib/pkgconfig
+	}
+}

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-04-17  9:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-14 19:48 [PR PATCH] New package: openxr-loader-1.0.34 FriederHannenheim
2024-03-14 22:36 ` [PR PATCH] [Updated] " FriederHannenheim
2024-03-14 22:38 ` FriederHannenheim
2024-03-15 11:32 ` FriederHannenheim
2024-03-15 11:57 ` [PR PATCH] [Updated] " FriederHannenheim
2024-03-15 19:22 ` New package: OpenXR-SDK-1.0.34 Chocimier
2024-03-16  8:15 ` [PR PATCH] [Updated] " FriederHannenheim
2024-03-16  8:16 ` FriederHannenheim
2024-04-17  8:58 ` [PR PATCH] [Updated] " FriederHannenheim
2024-04-17  9:00 ` FriederHannenheim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).