Package Details: alvr-git 21.0.0_dev01.r2947.b0cdb1ad-2

Git Clone URL: https://aur.archlinux.org/alvr-git.git (read-only, click to copy)
Package Base: alvr-git
Description: Experimental Linux version of ALVR. Stream VR games from your PC to your headset via Wi-Fi.
Upstream URL: https://github.com/alvr-org/ALVR
Keywords: alvr games steamvr streaming vr
Licenses: MIT
Conflicts: alvr
Provides: alvr
Submitter: Kierek
Maintainer: m00nw4tch3r
Last Packager: m00nw4tch3r
Votes: 8
Popularity: 0.001219
First Submitted: 2021-06-05 09:08 (UTC)
Last Updated: 2024-07-18 16:34 (UTC)

Pinned Comments

m00nw4tch3r commented on 2023-04-08 19:40 (UTC)

Client download: https://github.com/alvr-org/ALVR-nightly/releases

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

danir.de commented on 2023-04-02 14:31 (UTC) (edited on 2023-04-02 14:31 (UTC) by danir.de)

Completely fails to start compilimng for me with my AMD GPU, without the --no-nvidia tag in the cargo prepare. Should look like this on AMD systems, three lines above the build() part:

cargo xtask prepare-deps --platform linux --no-nvidia

With this change applied, it works on AMD!

KeegPNW commented on 2023-04-01 17:54 (UTC)

@Wupwup To my understanding the separate launcher package isn't a thing anymore, so you need to remove "-p alvr_launcher \" from the PKGBUILD.

Wupwup commented on 2023-04-01 16:23 (UTC) (edited on 2023-04-01 16:24 (UTC) by Wupwup)

I ran cd src/alvr && cargo xtask prepare-deps && cd ../.. && makepkg -e like artefact suggested after makepkg -si failed and I got this error message

==> Making package: alvr-git r2427.fa2bcea7-1 (Sat 01 Apr 2023 12:21:16 PM EDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> WARNING: Using existing $srcdir/ tree ==> Starting pkgver()... ==> Removing existing $pkgdir/ directory... ==> Starting build()... error: package ID specification alvr_launcher did not match any packages ==> ERROR: A failure occurred in build(). Aborting...

Mithras commented on 2023-03-13 00:59 (UTC)

this is still busted. Has anybody had any luck adding cargo xtask prepare-deps somewhere?

artefact commented on 2023-01-29 13:50 (UTC)

Won't build with the current pkgbuild, it is missing prepare-deps.

Workaround:

cd src/alvr && cargo xtask prepare-deps && cd ../.. && makepkg -e

For amd users, pass --no-nvidia so you don't have to install cuda stuff.

MartinPL commented on 2022-11-16 17:07 (UTC)

@m00nw4tch3r could you also make packages for this fork? https://github.com/korejan/ALVR

DocMAX commented on 2022-09-17 11:06 (UTC)

Is it possible to let this package also compile to APK client?

wolcen commented on 2022-01-17 02:35 (UTC)

FWIW, had issues substituting ffmpeg. In my case, I have ffmpeg-amd-full and told package install to ignore that dependency... I know, this is not the "right way" but it worked for me with limited time to learn how to properly update/understand PKGCONFIG, etc.

Also I had to run rustup default stable to get rust set up for first compile run. The alvr folks' script uses rustup default nightly I noticed later, but stable worked for me. As always, YMMV.

Thank you, m00nw4tch3r!

frostwork commented on 2021-09-19 14:57 (UTC)

I can confirm the patched PKGBUILD builds fine. Thanks @Comminux

Comminux commented on 2021-09-14 19:14 (UTC) (edited on 2021-09-14 19:19 (UTC) by Comminux)

Restored ability to build alvr without downgrading vulkan-headers:

https://git.tmon8.ru/comminux/aur-package-alvr-git/commit/f58886ed4f5a2f6e363162eeecb0b745f0be5bd1