1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
|
Source: openxr-sdk-source
Maintainer: Rylie Pavlik <rylie@ryliepavlik.com>
Section: libs
Priority: optional
Build-Depends: cmake,
debhelper-compat (= 13),
libgl-dev,
libglvnd-dev,
libjsoncpp-dev,
libvulkan-dev,
libx11-dev,
libx11-xcb-dev,
libxcb-dri2-0-dev,
libxcb-glx0-dev,
libxcb-icccm4-dev,
libxcb-keysyms1-dev,
libxcb-randr0-dev,
libxrandr-dev,
libxxf86vm-dev,
pandoc,
python3-jinja2
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/xr-team/openxr-sdk-source
Vcs-Git: https://salsa.debian.org/xr-team/openxr-sdk-source.git
Homepage: https://github.com/KhronosGroup/OpenXR-SDK-Source
Rules-Requires-Root: no
Package: libopenxr-utils
Architecture: any
Section: graphics
Depends: ${shlibs:Depends},
${misc:Depends}
Description: OpenXR software development kit -- utilities
OpenXR is an API specification for writing portable, cross-platform
virtual reality (VR) and augmented reality (AR) software.
.
This package includes three utility binaries from the
OpenXR-SDK-Source repository:
.
- hello_xr - A sample OpenXR application that works with
multiple graphics APIs.
- openxr_runtime_list - Provides information on the active
OpenXR runtime.
- openxr_runtime_list_json - Provides information on the active
OpenXR runtime in a JSON format to help update the
OpenXR-Inventory data repository.
Package: libopenxr-loader1
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends}
Description: OpenXR loader library
OpenXR is an API specification for writing portable, cross-platform
virtual reality (VR) and augmented reality (AR) software.
.
This package contains the OpenXR loader, which is used by
OpenXR-based software to access the active runtime and
handle API layers.
.
To run OpenXR-based software, an OpenXR runtime is needed
in addition to this package.
Package: libopenxr-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libopenxr-loader1 (= ${binary:Version}),
${misc:Depends}
Suggests: openxr-layer-corevalidation (= ${binary:Version})
Description: OpenXR software development kit -- development headers
OpenXR is an API specification for writing portable, cross-platform
virtual reality (VR) and augmented reality (AR) software.
.
This package includes header files needed for development.
Package: openxr-layer-corevalidation
Architecture: any
Multi-Arch: same
Section: graphics
Depends: ${shlibs:Depends},
${misc:Depends}
Description: OpenXR software development kit -- validation layer
OpenXR is an API specification for writing portable, cross-platform
virtual reality (VR) and augmented reality (AR) software.
.
This package contains the XR_APILAYER_LUNARG_core_validation
OpenXR API layer from the OpenXR-SDK-Source repository. It may be
explicitly enabled by an environment variable or an application.
.
The XR_APILAYER_LUNARG_core_validation layer validates API call
input and can provide a summary of usage errors.
Package: openxr-layer-apidump
Architecture: any
Multi-Arch: same
Section: graphics
Depends: ${shlibs:Depends},
${misc:Depends}
Description: OpenXR software development kit -- API dump layer
OpenXR is an API specification for writing portable, cross-platform
virtual reality (VR) and augmented reality (AR) software.
.
This package contains the XR_APILAYER_LUNARG_api_dump
OpenXR API layer from the OpenXR-SDK-Source repository. It may be
explicitly enabled by an environment variable or an application.
.
The XR_APILAYER_LUNARG_api_dump layer outputs or saves a dump of all OpenXR
calls made.
|