Package Details: ovras 5.8.11-4

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)

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:

/usr/bin/ld.gold: pack-relative-relocs: unknown -z option
/usr/bin/ld.gold: use the --help option for usage information
collect2: error: ld returned 1 exit status
make: *** [Makefile:454: bin/linux/AdvancedSettings/AdvancedSettings] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: ovras-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
ovras - exit status 4

dreieck commented on 2024-06-04 12:46 (UTC)

I just did a one-time PKGBUILD fix 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-multimedia
  • qt6-declarative
  • libxtst
  • libx11

Somehow, Qt5 packages also seem to be needed according to namcap:

  • qt5-base
  • qt5-websockets
  • qt5-multimedia
  • qt5-declarative

So build options might need adjustment to cleanly build for Qt6 or Qt5 only, or make a split package ovras-qt5 and ovras-qt6 (both having provides=("ovras=${pkgver}"), conflicts=('ovras'))?

Also, libudev0-shim seems not to be needed.

Also, you should change the license identifier to be SPDX compliant: Instead of GPL, use GPL-3.0-or-later (yes, GPL3 is the license version here, according to the LICENSE file; so the old identifier GPL also 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 $SRCDEST is 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 the source entry 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-websockets it does not build and fails.

Also it's out of date, latest version is v5.7.4