Search Criteria
Package Details: alvr-nvidia 20.11.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/alvr-nvidia.git (read-only, click to copy) |
---|---|
Package Base: | alvr-nvidia |
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: | 6 |
Popularity: | 0.68 |
First Submitted: | 2024-02-21 17:09 (UTC) |
Last Updated: | 2024-10-02 06:32 (UTC) |
Dependencies (22)
- alsa-lib
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR)
- 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-rocm-gitAUR, 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)
- libxrandr (libxrandr-gitAUR) (make)
- nasm (nasm-gitAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
Latest Comments
Perdu commented on 2024-10-06 09:14 (UTC)
In case of the nvcc error: it's provided by cuda and need to be added to your path: PATH=$PATH:/opt/cuda/bin/
KuraakaiGoro commented on 2024-08-21 02:31 (UTC)
==> Making package: alvr-nvidia 20.10.0-1 (Tue 20 Aug 2024 10:31:12 PM EDT) ==> Retrieving sources... -> Updating alvr git repo... -> Updating openvr git repo... ==> Validating source files with md5sums... alvr ... FAILED openvr ... Skipped ==> ERROR: One or more files did not pass the validity check!
how do I update the md5?
mrpeabody commented on 2024-07-11 19:56 (UTC) (edited on 2024-07-11 20:20 (UTC) by mrpeabody)
This is fixed with the recent CUDA package update.
UPD: Figured out the sound thing, just my bad -- all good!
MakaiHanta commented on 2024-07-11 15:54 (UTC)
ERROR: failed checking for nvcc.
If you think configure made a mistake, make sure you are using the latest version from Git. If the latest version fails, report the problem to the ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat. Include the log file "ffbuild/config.log" produced by configure as this will help solve the problem. thread 'main' panicked at alvr/xtask/src/dependencies.rs:277:49: called
Result::unwrap()
on anErr
value: command exited with non-zero codebash -c "PKG_CONFIG_PATH=\'/var/tmp/pamac-build-yaros/alvr-nvidia/src/alvr/deps/linux/nv-codec-headers/build/lib/pkgconfig\' ./configure --prefix=/var/tmp/pamac-build-yaros/alvr-nvidia/src/alvr/deps/linux/ffmpeg/alvr_build --enable-gpl --enable-version3 --enable-static --disable-programs --disable-doc --disable-avdevice --disable-avformat --disable-swresample --disable-swscale --disable-postproc --disable-network --disable-everything --enable-encoder=h264_vaapi --enable-encoder=hevc_vaapi --enable-encoder=av1_vaapi --enable-hwaccel=h264_vaapi --enable-hwaccel=hevc_vaapi --enable-hwaccel=av1_vaapi --enable-filter=scale_vaapi --enable-vulkan --enable-libdrm --enable-pic --enable-rpath --fatal-warnings --enable-encoder=h264_nvenc --enable-encoder=hevc_nvenc --enable-encoder=av1_nvenc --enable-nonfree --enable-cuda-nvcc --enable-libnpp --nvccflags=\"-gencode arch=compute_52,code=sm_52 -O2\" --extra-cflags=\"-I/opt/cuda/targets/x86_64-linux/include\" --extra-ldflags=\"-L/opt/cuda/targets/x86_64-linux/lib\""
: 1 note: run withRUST_BACKTRACE=1
environment variable to display a backtracemrpeabody commented on 2024-07-06 23:37 (UTC)
Latest update (20.9.1-1) -- sound stopped working. Not sure if that script that enabled sound which worked and is now removed affected it.
edisonlee55 commented on 2024-06-02 20:43 (UTC) (edited on 2024-06-02 20:45 (UTC) by edisonlee55)
PKGBUILD update (51afd3ad6e63) forgot to update the
md5sums
option, which causes the checksum error.