-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Expand file tree
/
Copy pathtemplate
More file actions
49 lines (42 loc) · 1.86 KB
/
template
File metadata and controls
49 lines (42 loc) · 1.86 KB
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
# Template file for 'wivrn'
pkgname=wivrn
version=26.2.3
revision=1
archs="x86_64"
build_style=cmake
# these options must match the ones in their respective packages
# or users will have to manually input paths into wivrn
_xrizer_path=/opt/xrizer
_opencomposite_path=/opt/opencomposite
configure_args="-DGIT_DESC=v${version} -DGIT_COMMIT=v${version}
-DWIVRN_BUILD_SERVER=ON -DWIVRN_BUILD_DASHBOARD=ON
-DWIVRN_BUILD_CLIENT=OFF -DWIVRN_BUILD_WIVRNCTL=OFF
-DWIVRN_USE_SYSTEMD=OFF -DWIVRN_USE_PIPEWIRE=ON
-DWIVRN_FEATURE_STEAMVR_LIGHTHOUSE=ON
-DOVR_COMPAT_SEARCH_PATH=${_opencomposite_path}:${_xrizer_path}
-DCMAKE_BUILD_TYPE=RelWithDebInfo -Wno-dev"
hostmakedepends="boost cli11 cmake eigen extra-cmake-modules gcc
gettext git json-c++ ninja pkg-config"
makedepends="Vulkan-Headers avahi-glib-libs-devel boost-devel
cairo-devel ffmpeg-devel gettext-devel glib-devel glslang-devel
hidapi-devel kf6-kcoreaddons-devel kf6-ki18n-devel
kf6-kiconthemes-devel kf6-kirigami-devel kf6-qqc2-desktop-style-devel
libarchive-devel libbsd-devel libdav1d-devel libdrm-devel
libnotify-devel libnotify-devel libsvt-av1-devel librsvg-devel
libxcb-devel libvpx-devel openssl-devel pipewire-devel pipewire-devel
qcoro-qt6-devel qt6-base-devel qt6-base-private-devel
qt6-declarative-devel qt6-declarative-private-devel vulkan-loader-devel
x264-devel"
depends="avahi cairo ffmpeg glslang hidapi libarchive libbsd libdav1d
libgcc libnotify libsvt-av1-devel libpipewire librsvg libvpx openssl
vulkan-loader x264 xrizer opencomposite"
short_desc="WiVRn VR Streaming Server"
maintainer="rejah <rejahtavi@gmail.com>"
license="MIT"
homepage="https://github.com/WiVRn/WiVRn"
changelog="https://github.com/WiVRn/WiVRn/releases/"
distfiles="https://github.com/WiVRn/WiVRn/archive/refs/tags/v${version}.tar.gz"
checksum=7d6eb388d7176263f4ceb6335541d62a2038bd9c4a991e70e6049fb3726fe104
post_install() {
vlicense LICENSE-OFL-1.1
}