Search Criteria
Package Details: ovras 5.8.11-4
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ovras.git (read-only, click to copy) |
|---|---|
| Package Base: | ovras |
| Description: | Advanced settings and custom behavior for SteamVR using OpenVR (OVR). |
| Upstream URL: | https://github.com/OpenVR-Advanced-Settings/OpenVR-AdvancedSettings |
| Keywords: | openvr steam steamvr vr |
| Licenses: | GPL-3.0-or-later |
| Submitter: | vautkin |
| Maintainer: | None |
| Last Packager: | awh |
| Votes: | 8 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-01-08 19:46 (UTC) |
| Last Updated: | 2025-08-02 23:36 (UTC) |
Dependencies (11)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libx11 (libx11-gitAUR)
- libxtst
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-declarative (qt5-declarative-gitAUR)
- qt5-multimedia
- qt5-quickcontrols (qt5-quickcontrols-gitAUR)
- qt5-websocketsAUR (qt5-websockets-gitAUR)
- qt6-declarative (qt6-declarative-gitAUR)
- qt6-multimedia
Latest Comments
1 2 Next › Last »
awh commented on 2026-03-24 11:42 (UTC) (edited on 2026-03-24 11:43 (UTC) by awh)
I don't use this package anymore because I use wivrn/wayvr for space drag. Disowning.
LumKitty commented on 2026-03-24 02:30 (UTC)
Needs a dependency: qt5-quickcontrols2 otherwise it will build but fail on startup with: [ERROR] 2026-03-24 02:22:34: QML Error: file:///opt/AdvancedSettings/res/qml/common/mainwidget.qml:2:1: plugin cannot be loaded for module "QtQuick.Controls": Cannot protect module QtQuick.Controls 2 as it was never registered
awh commented on 2025-07-19 20:32 (UTC)
@RainOrigami should be fixed as of 5.8.11-2
RainOrigami commented on 2025-07-04 12:55 (UTC) (edited on 2025-07-04 12:55 (UTC) by RainOrigami)
Fails to build:
dreieck commented on 2024-06-04 12:46 (UTC)
I just did a one-time
PKGBUILDfix and version update.Put please anyone else adopt it and maintain it, since I am not going to use it.
Regards!
dreieck commented on 2024-06-04 10:15 (UTC)
Note: I emailed the maintainer, the email bounced as the address does not exist anymore.
dreieck commented on 2024-06-04 10:06 (UTC) (edited on 2024-06-04 10:21 (UTC) by dreieck)
Dependencies need to be changed from Qt5 to Qt6:
Add:
qt6-multimediaqt6-declarativelibxtstlibx11Somehow, Qt5 packages also seem to be needed according to
namcap:qt5-baseqt5-websocketsqt5-multimediaqt5-declarativeSo build options might need adjustment to cleanly build for Qt6 or Qt5 only, or make a split package
ovras-qt5andovras-qt6(both havingprovides=("ovras=${pkgver}"),conflicts=('ovras'))?Also,
libudev0-shimseems not to be needed.Also, you should change the license identifier to be SPDX compliant: Instead of
GPL, useGPL-3.0-or-later(yes, GPL3 is the license version here, according to theLICENSEfile; so the old identifierGPLalso was wrong because it means version 2).Regards and thanks for maintaining!
dreieck commented on 2024-06-04 09:57 (UTC)
This package downloads it's source as generic filename (
v${pkgver}.tar.gz).This is likely to cause conflicts if
$SRCDESTis set (e.g. in/etc/makepkg.conf), because this makes all downloads go into the same directory and when another package also uses such a generic filename conflcits are pre-determined.Please add
${pkgname}-${pkgver}.tar.gz::in front of thesourceentry to ensure that the downloaded file is named package name specific.Regards and thanks for the package!
dreieck commented on 2024-06-04 09:53 (UTC)
We are currently at version 5.8.11.
The package has already been flagged out of date on 2023-10-10, but not been updated.
adomas commented on 2023-10-10 19:08 (UTC)
Without
qt5-websocketsit does not build and fails.Also it's out of date, latest version is
v5.7.41 2 Next › Last »