Package Details: wprs-git r34.64c01e1-1

Git Clone URL: https://aur.archlinux.org/wprs-git.git (read-only, click to copy)
Package Base: wprs-git
Description: Like xpra, but for Wayland, and written in Rust.
Upstream URL: https://github.com/wayland-transpositor/wprs
Licenses: Apache-2.0
Conflicts: wprs
Provides: wprs
Submitter: miffe
Maintainer: miffe
Last Packager: miffe
Votes: 2
Popularity: 0.085410
First Submitted: 2024-05-20 00:26 (UTC)
Last Updated: 2024-05-20 00:26 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

Nephyrin commented on 2025-10-15 20:02 (UTC) (edited on 2025-10-15 20:03 (UTC) by Nephyrin)

This seems to crash at runtime for me, and I suspect most people, with "Only x86_64 systems with AVX2 are supported." -- despite, in fact, being on an AVX2 system.

Digging, this is due to makepkg defining RUSTFLAGS, which breaks the target-cpu=x86-64-v3 setting in the project's Cargo.toml, so the the package is always built without AVX2 (unless you have a custom RUSTFLAGS).

I was able to fix this by adding unset RUSTFLAGS to build() to always follow the project's custom rustflags.

Issue regarding the AVX2 requirement: https://github.com/wayland-transpositor/wprs/issues/61