Package Details: alvr-git 21.0.0_dev00.r2802.3bfbd8fe-1

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.021900
First Submitted: 2021-06-05 09:08 (UTC)
Last Updated: 2024-02-21 17:12 (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 »

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

Nathan67 commented on 2021-09-09 21:07 (UTC) (edited on 2021-09-09 21:47 (UTC) by Nathan67)

Multiple errors when compiling.

Require package "yasm", "clang" as dependencies.

There are still errors when compiling but not from a missing dependency.

Koukof commented on 2021-08-06 12:28 (UTC)

I think you need to add "devtools" to the dependencies list. Thank you for creating and maintaining this package :-)

Kierek commented on 2021-06-07 13:16 (UTC)

@galross Are you sure? I have ffmpeg installed and it works fine. --bundle--ffmpeg is an approach alternative to having ffmpeg with vulkan support installed (ffmpeg-amd-full/ffmpeg-full).

giantdwarf commented on 2021-06-07 05:00 (UTC)

If you already have ffmpeg installed you will get an error unless you remove the --bundle-ffmpeg flag from the pkgbuild.