Search Criteria
Package Details: alvr 20.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/alvr.git (read-only, click to copy) |
---|---|
Package Base: | alvr |
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 |
Licenses: | MIT |
Conflicts: | alvr |
Provides: | alvr |
Submitter: | m00nw4tch3r |
Maintainer: | m00nw4tch3r |
Last Packager: | m00nw4tch3r |
Votes: | 19 |
Popularity: | 0.78 |
First Submitted: | 2021-09-23 21:53 (UTC) |
Last Updated: | 2023-06-02 21:10 (UTC) |
Dependencies (13)
- libdrm (libdrm-minimal-git, libdrm-git)
- libunwind (libunwind-git, libunwind-carbon)
- vulkan-driver (nvidia-410xx-utils, nvidia-440xx-utils, mesa-minimal+-git, amdvlk-2021q2.5, nvidia-430xx-utils, vulkan-amdgpu-pro-cfe, nvidia-merged-utils, nvidia-510xx-utils, mesa-d3d12, vulkan-swrast-panfork-git, swiftshader-git, mesa-git-adreno, visionfive2-img-gpu, nvidia-vulkan-utils-nvlax, vulkan-intel-steamos, vulkan-radeon-steamos, vulkan-swrast-steamos, nvidia-utils-beta, nvidia-utils-beta-nvlax, nvidia-470xx-utils, nvidia-390xx-utils, nvidia-utils-nvlax, mesa-minimal-git, nvidia-525xx-utils, nvidia-vulkan-utils, amdvlk-git, vulkan-amdgpu-pro, mesa-git, mesa-rusticl-git, mesa-amdonly-gaming-git, amdvlk, nvidia-utils, vulkan-intel, vulkan-radeon, vulkan-swrast, vulkan-virtio)
- cargo (rust-nightly-bin, cargo-git, rustup-git, rust, rustup) (make)
- clang (clang8, clang-git, llvm-git, clang-minimal-git) (make)
- ffnvcodec-headers (ffnvcodec-headers-git) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-git, imagemagick-full-git, imagemagick-no-hdri, imagemagick-fftw, imagemagick-full) (make)
- jack (jack-git, jack2-git, pipewire-common-jack-git, pipewire-full-jack-git, jack2, pipewire-jack) (make)
- libxrandr (libxrandr-git) (make)
- nasm (nasm-git) (make)
- unzip (unzip-natspec, unzip-zstd) (make)
- vulkan-headers (vulkan-headers-git) (make)
Latest Comments
1 2 3 4 5 6 Next › Last »
cwrau commented on 2023-05-25 21:22 (UTC) (edited on 2023-05-25 21:32 (UTC) by cwrau)
Same build problems here;
After installing cuda and updating the PATH I still get the same error 😕
For the git Version installing Cuda and updating the PATH works.
theriddick commented on 2023-05-19 02:10 (UTC) (edited on 2023-05-19 02:14 (UTC) by theriddick)
Got same fail as the others below. Guess this is a no go.
Git version appears to compile fine.
urbenlegend commented on 2023-05-16 21:32 (UTC)
@stabares
You just need to reboot your machine (or logout and log back in). Installing CUDA does automatically add it to your PATH, but that change only takes affect in a new session. Restarting after installing CUDA allowed the ALVR package to continue to build.
stabares commented on 2023-05-11 19:17 (UTC)
Here it tries to use CUDA and fails if it's not installed. Maybe it sees the nvidia drivers and tries to use it? After installing CUDA it fails to locate nvcc (located at /opt/cuda/bin/nvcc). Added /opt/cuda/bin to PATH and it built fine, but there probably is a better way to tell it where it's located.
I'm building it on Manjaro, btw.
rvasilev commented on 2023-05-11 16:32 (UTC) (edited on 2023-05-11 16:38 (UTC) by rvasilev)
Should compile with suggested changes to
alvr.patch
BTWonline commented on 2023-05-11 15:31 (UTC) (edited on 2023-05-11 15:32 (UTC) by BTWonline)
Got a similar error to hcjl. This is from my Zen 3 desktop, but my Skylake laptop also didn't compile.
hcjl commented on 2023-05-11 13:31 (UTC) (edited on 2023-05-11 18:36 (UTC) by hcjl)
Unfortunately I receive an error during build. This problem does not occur building the git version of the package. It would be great, if you could have a look at the issue. Thx!
rust default toolchain is stable and I updated right before building.
m00nw4tch3r commented on 2023-04-09 22:01 (UTC)
I'll remove the pkgver, not sure why i put that there in the first place tbh. The rest does have a purpose though, so no.
rvasilev commented on 2023-04-07 18:22 (UTC)
Patched layer.h builds without errors.
I wonder if PKGBUILD could be cleaned?
Remove
pkgver(){}
as stated earlierMaybe remove
sed -i 's:../../../lib64/libalvr_vulkan_layer.so:libalvr_vulkan_layer.so:' alvr/vulkan_layer/layer/alvr_x86_64.json
andecho "[profile.release] lto=true" >> Cargo.toml
from prepare(){}Maybe remove all
export VARIABLE
from build(){}Replace
cargo build ...
withcargo xtask build-server --release
With all the cleaning looks like the package builds and runs the same.
CaptainSolidus commented on 2023-04-07 15:49 (UTC)
I can confirm that codedwrench's patches allow the build to finish, and ALVR appears to work identically to the AppImage version.
1 2 3 4 5 6 Next › Last »