it now works for me out of the box (rtx3090)
Search Criteria
Package Details: alvr-git 21.0.0_dev01.r2947.b0cdb1ad-2
Package Actions
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: | 10 |
Popularity: | 0.72 |
First Submitted: | 2021-06-05 09:08 (UTC) |
Last Updated: | 2024-07-18 16:34 (UTC) |
Dependencies (22)
- alsa-lib
- bash (bash-devel-gitAUR, bash-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libdrm (libdrm-gitAUR)
- libpipewire (libpipewire-full-gitAUR, libpipewire-gitAUR)
- libunwind (libunwind-carbonAUR, libunwind-gitAUR)
- libva-drm.so (libva-gitAUR, libva-headlessAUR, lib32-libva, libva)
- libva-x11.so (libva-gitAUR, lib32-libva, libva)
- libva.so (libva-gitAUR, libva-headlessAUR, lib32-libva, libva)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- x264 (x264-tmod-gitAUR, x264-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- ffnvcodec-headers (ffnvcodec-headers-gitAUR, ffnvcodec-headers-11-1AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- jackAUR (jack2-gitAUR, pipewire-full-jack-gitAUR, pipewire-jack-gitAUR, jack2, pipewire-jack) (make)
- jq (jq-gitAUR, jaq-binAUR) (make)
- libxrandr (libxrandr-gitAUR) (make)
- nasm (nasm-gitAUR) (make)
- Show 2 more dependencies...
Required by (0)
Sources (2)
Mithras commented on 2023-04-02 18:20 (UTC)
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
Pinned Comments
m00nw4tch3r commented on 2023-04-08 19:40 (UTC)
Client download: https://github.com/alvr-org/ALVR-nightly/releases