Note: the 2:5.1.1-3 version of the ffmpeg package recently added vulkan libs by default and so the author of this package removed the dependency for ffmpeg-vulkan (package removed since). If you're using Arch packages that shouldn't be a problem, however if you're on a distro like Manjaro, you will have to switch manually to something like ffmpeg-full while waiting for the ffmpeg package to be updated.
Search Criteria
Package Details: alvr 20.13.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 (alvrbot1) |
Last Packager: | m00nw4tch3r |
Votes: | 28 |
Popularity: | 1.86 |
First Submitted: | 2021-09-23 21:53 (UTC) |
Last Updated: | 2025-03-11 18:07 (UTC) |
Dependencies (20)
- 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)
- 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, unzip-bsdunzip-symlinkAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
Emerick_H commented on 2022-09-07 22:59 (UTC)
DocMAX commented on 2022-08-29 06:30 (UTC)
yay tries to install the same version over and over again... aur/alvr 18.2.3.r0.gc1c251c4e-1 -> 18.2.3.r0.gc1c251c4-1
m00nw4tch3r commented on 2022-08-29 02:29 (UTC) (edited on 2022-08-29 02:30 (UTC) by m00nw4tch3r)
@shawnsg It's an optional dependency at best, you can just open http://localhost:8082, and any chromium-based browser will work (though you may need to set ALCRO_BROWSER_PATH
).
shawnsg commented on 2022-08-29 02:26 (UTC)
please add chromium as a dependency, you cannot get the GUI without it.
OzzyHelix commented on 2022-07-10 18:40 (UTC)
ffmpeg-vulkan and ffmpeg-obs are in conflict
m00nw4tch3r commented on 2022-06-18 17:34 (UTC)
@Patola recompile the ffmpeg-vulkan
package with e.g. paru -S ffmpeg-vulkan --rebuild
Patola commented on 2022-06-13 17:11 (UTC)
Apparently this latest package is not working. The alvr portable from upstream works: https://github.com/alvr-org/ALVR/releases/download/v18.2.3/alvr_server_linux_portable.tar.gz The current arch package does not work: https://github.com/alvr-org/ALVR/issues/1089
D3SOX commented on 2022-05-11 16:12 (UTC)
Thanks, works for me too @Emerick_H
kikijoli commented on 2022-05-11 14:57 (UTC)
genius ! Thanks @Emerick_H
Emerick_H commented on 2022-05-11 01:24 (UTC)
Quick and dirty fix for the Openxrs dependency problem @kikijoli and @D3SOX reported: Edit the PKGBUILD to replace:
cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
with:
sed -i '/experiments/d' ./Cargo.toml
cargo fetch --target "$CARCH-unknown-linux-gnu"
in the prepare function()
Pinned Comments
m00nw4tch3r commented on 2024-09-03 10:22 (UTC)
Troubleshooting Guide: https://github.com/alvr-org/ALVR/wiki/Linux-Troubleshooting
DocMAX commented on 2024-09-01 10:41 (UTC)
Needs PRESSURE_VESSEL_FILESYSTEMS_RO="/usr/lib/steamvr/alvr/" to make it work. Please include this.