[packages/OpenXR] - updated to 1.1.41
qboosh
qboosh at pld-linux.org
Sat Sep 28 16:02:25 CEST 2024
commit c16eb7eddc858c79f4d5af7578583f8aa3a61039
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Sep 28 16:05:20 2024 +0200
- updated to 1.1.41
OpenXR.spec | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/OpenXR.spec b/OpenXR.spec
index 638281d..94a8cd7 100644
--- a/OpenXR.spec
+++ b/OpenXR.spec
@@ -1,13 +1,13 @@
Summary: OpenXR loader and validation layers implementation
Summary(pl.UTF-8): Implementacja loadera i warstw kontroli poprawności standardu OpenXR
Name: OpenXR
-Version: 1.0.34
+Version: 1.1.41
Release: 1
License: Apache v2.0
Group: Libraries
#Source0Download: https://github.com/KhronosGroup/OpenXR-SDK-Source/releases
Source0: https://github.com/KhronosGroup/OpenXR-SDK-Source/releases/download/release-%{version}/%{name}-SDK-Source-release-%{version}.tar.gz
-# Source0-md5: 545499cdf979fc83526ccd2fb82dd5ac
+# Source0-md5: eb48db3bef23cad3d650f76b7a45a3d1
Patch0: %{name}-jsoncpp.patch
URL: https://www.khronos.org/openxr/
BuildRequires: EGL-devel
@@ -16,7 +16,7 @@ BuildRequires: OpenGLESv2-devel
BuildRequires: OpenGLESv3-devel
BuildRequires: Vulkan-Headers
BuildRequires: Vulkan-Loader-devel
-BuildRequires: cmake >= 3.0
+BuildRequires: cmake >= 3.16
BuildRequires: glslang
BuildRequires: jsoncpp-devel
BuildRequires: python3 >= 1:3.6
@@ -57,14 +57,12 @@ Pliki nagłówkowe biblioteki OpenXR.
%patch0 -p1
%build
-install -d build
-cd build
-%cmake .. \
+%cmake -B build \
-DBUILD_ALL_EXTENSIONS=ON \
-DBUILD_WITH_SYSTEM_JSONCPP=ON \
-DCMAKE_INSTALL_LIBDIR=%{_lib}
-%{__make}
+%{__make} -C build
%install
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/OpenXR.git/commitdiff/c16eb7eddc858c79f4d5af7578583f8aa3a61039
More information about the pld-cvs-commit
mailing list