blob: 30e9d52015c262a73203329d3353f2cd4707a7ee (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>sam@binarycake.ca</email>
<name>Sam Wilson</name>
</maintainer>
<maintainer type="person">
<email>patricknicolas@laposte.net</email>
<name>Patrick Nicolas</name>
</maintainer>
<use>
<flag name="openvr">Support Valve's SteamVR SDK.</flag>
<flag name="openxr">Support Khronos Group's OpenXR API.</flag>
<flag name="osc">Support VRChat's Open Sound Control protocol.</flag>
<flag name="pipewire">Enable pipewire support for desktop capture.</flag>
<flag name="wayvrctl">Build the wayvrctl utility to control ui elements through IPC.</flag>
</use>
<upstream>
<bugs-to>https://github.com/wayvr-org/wayvr/issues</bugs-to>
<changelog>https://github.com/wayvr-org/wayvr/releases</changelog>
<doc>https://github.com/wayvr-org/wayvr/blob/main/README.md</doc>
</upstream>
<origin>srcux</origin>
</pkgmetadata>
|