@sgtnoodle thanks, fixed
Search Criteria
Package Details: vr-video-player-git r136.bba2604-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vr-video-player-git.git (read-only, click to copy) |
---|---|
Package Base: | vr-video-player-git |
Description: | A virtual reality video player for Linux |
Upstream URL: | https://git.dec05eba.com/vr-video-player |
Keywords: | openvr steamvr video-player vr |
Licenses: | BSD-3-Clause |
Conflicts: | vr-video-player |
Provides: | vr-video-player |
Submitter: | DEC05EBA |
Maintainer: | DEC05EBA |
Last Packager: | DEC05EBA |
Votes: | 7 |
Popularity: | 0.002740 |
First Submitted: | 2020-04-16 01:18 (UTC) |
Last Updated: | 2024-08-17 20:19 (UTC) |
Dependencies (9)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR)
- glm (gliAUR, glm-gitAUR)
- libx11 (libx11-gitAUR)
- libxcomposite
- libxfixes
- mpv (mpv-light-pulseAUR, mpv-vapoursynth-gitAUR, mpv-build-gitAUR, mpv-amd-full-gitAUR, mpv-full-gitAUR, mpv-fullAUR, mpv-gitAUR, mpv-full-build-gitAUR)
- openvr (openvr-gitAUR)
- sdl2 (sdl2-compat-gitAUR, sdl2-gitAUR)
- xdotool (xdotool-gitAUR)
Required by (2)
- steamtinkerlaunch (requires vr-video-player) (optional)
- steamtinkerlaunch-git (requires vr-video-player) (optional)
Sources (1)
DEC05EBA commented on 2024-03-23 19:04 (UTC)
sgtnoodle commented on 2024-03-23 05:35 (UTC)
It looks like some missing constants appeared in a recent version of openvr, and now they're colliding.
src/main.cpp:78:30: error: ‘const vr::VROverlayFlags vr::VROverlayFlags_EnableControlBar’ redeclared as different kind of entity
78 | const VROverlayFlags VROverlayFlags_EnableControlBar = (VROverlayFlags)(1 << 23);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from src/main.cpp:41:
/usr/include/openvr/openvr.h:3933:17: note: previous declaration ‘vr::VROverlayFlags vr::VROverlayFlags_EnableControlBar’
3933 | VROverlayFlags_EnableControlBar = 1 << 23,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Does main.cpp really need to declare them in the same namespace, or with the same exact name?
warmos commented on 2024-02-23 21:33 (UTC)
@DEC05EBA Thank you so much for the fix
DEC05EBA commented on 2024-02-01 18:07 (UTC) (edited on 2024-02-01 18:08 (UTC) by DEC05EBA)
@warmos thanks, for whatever reason it was removed from both arch linux and glm upstream.. I fixed it now in this package (at least it works on arch linux).
warmos commented on 2024-02-01 01:04 (UTC)
I'm unable to compile this package since glm.pc is not available anymore from the official repository. Is there any aur package for it?
Package glm was not found in the pkg-config search path.
Perhaps you should add the directory containing `glm.pc'
to the PKG_CONFIG_PATH environment variable
Package 'glm', required by 'virtual:world', not found
RedlineTriad commented on 2023-12-26 18:32 (UTC)
In case anyone else has issues with tilted/slanted/rotated vision after updating, commit 7ff679769bf6bc49619b19da00772a88758827e5
added a config file that in my case had wrong data that made everything tilted.
You can fix/reset it by deleting the config file, and it will get recreated:
rm ~/.config/vr-video-player/config
Ran a git bisect
to find the first version that was broken.
DEC05EBA commented on 2023-01-21 20:51 (UTC) (edited on 2023-01-21 21:13 (UTC) by DEC05EBA)
@icedream that looks like an issue in the mpv package? or am I wrong. I'll try reporting it. I'll add it as a dependency until that is fixed, thanks :)
icedream commented on 2023-01-21 05:46 (UTC)
While the package lists mpv as a dependency, it seems the build of this package triggers this error message directly:
Package ffnvcodec was not found in the pkg-config search path.
Perhaps you should add the directory containing `ffnvcodec.pc'
to the PKG_CONFIG_PATH environment variable
Package 'ffnvcodec', required by 'mpv', not found
A dependency on ffnvcodec-headers
would resolve this.
DEC05EBA commented on 2022-10-22 11:05 (UTC)
@frat Your vr headset might not be started or something. Do steamvr games in steam work for you? (there are some free steamvr games you can try). Anyways that's a general steamvr issue that you should report here instead: https://github.com/ValveSoftware/SteamVR-for-Linux/blob/master/README.md
Pinned Comments