Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102769936
D44119.id135127.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D44119.id135127.diff
View Options
diff --git a/graphics/Makefile b/graphics/Makefile
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -635,6 +635,7 @@
SUBDIR += openslide
SUBDIR += opensubdiv
SUBDIR += openvkl
+ SUBDIR += openxr
SUBDIR += optar
SUBDIR += optipng
SUBDIR += osg
diff --git a/graphics/openxr/Makefile b/graphics/openxr/Makefile
new file mode 100644
--- /dev/null
+++ b/graphics/openxr/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= openxr
+DISTVERSION= 1.0.34
+CATEGORIES= graphics
+
+MAINTAINER= vvd@FreeBSD.org
+COMMENT= OpenXR provides access to Augmented and Virtual Reality (XR-platforms)
+WWW= https://github.com/KhronosGroup/OpenXR-SDK
+
+LICENSE= APACHE20
+
+LIB_DEPENDS= libjsoncpp.so:devel/jsoncpp
+
+USES= cmake compiler:c++11-lib python:build
+
+USE_GITHUB= yes
+GH_ACCOUNT= KhronosGroup
+GH_PROJECT= OpenXR-SDK
+GH_TAGNAME= release-${DISTVERSION}
+
+.include <bsd.port.mk>
diff --git a/graphics/openxr/distinfo b/graphics/openxr/distinfo
new file mode 100644
--- /dev/null
+++ b/graphics/openxr/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1709034417
+SHA256 (KhronosGroup-OpenXR-SDK-1.0.34-release-1.0.34_GH0.tar.gz) = 5fa2fac1b442a31e267ea522799a247e3aff6e6f5a418b1e31c337b8ca835b69
+SIZE (KhronosGroup-OpenXR-SDK-1.0.34-release-1.0.34_GH0.tar.gz) = 602123
diff --git a/graphics/openxr/files/patch-src_CMakeLists.txt b/graphics/openxr/files/patch-src_CMakeLists.txt
new file mode 100644
--- /dev/null
+++ b/graphics/openxr/files/patch-src_CMakeLists.txt
@@ -0,0 +1,11 @@
+--- src/CMakeLists.txt.orig 2024-02-17 20:48:29 UTC
++++ src/CMakeLists.txt
+@@ -165,7 +165,7 @@ cmake_dependent_option(
+ if(WIN32)
+ add_definitions(-DXR_OS_WINDOWS)
+ add_definitions(-DNOMINMAX)
+-elseif(CMAKE_SYSTEM_NAME STREQUAL "Linux")
++elseif(CMAKE_SYSTEM_NAME STREQUAL "Linux" OR CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
+ add_definitions(-DXR_OS_LINUX)
+ elseif(ANDROID)
+ add_definitions(-DXR_OS_ANDROID)
diff --git a/graphics/openxr/pkg-descr b/graphics/openxr/pkg-descr
new file mode 100644
--- /dev/null
+++ b/graphics/openxr/pkg-descr
@@ -0,0 +1,3 @@
+OpenXR is a royalty-free, open standard that provides high-performance access
+to Augmented Reality (AR) and Virtual Reality (VR)-collectively known as
+XR-platforms and devices.
diff --git a/graphics/openxr/pkg-plist b/graphics/openxr/pkg-plist
new file mode 100644
--- /dev/null
+++ b/graphics/openxr/pkg-plist
@@ -0,0 +1,13 @@
+include/openxr/openxr.h
+include/openxr/openxr_loader_negotiation.h
+include/openxr/openxr_platform.h
+include/openxr/openxr_platform_defines.h
+include/openxr/openxr_reflection.h
+include/openxr/openxr_reflection_parent_structs.h
+include/openxr/openxr_reflection_structs.h
+lib/cmake/openxr/OpenXRConfig.cmake
+lib/cmake/openxr/OpenXRConfigVersion.cmake
+lib/cmake/openxr/OpenXRTargets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/openxr/OpenXRTargets.cmake
+lib/libopenxr_loader.so
+libdata/pkgconfig/openxr.pc
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 10:43 PM (22 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14685765
Default Alt Text
D44119.id135127.diff (2 KB)
Attached To
Mode
D44119: graphics/openxr: new port - required for games/lwjgl3
Attached
Detach File
Event Timeline
Log In to Comment