Package Details: wl-screenrec 0.2.0-2

Git Clone URL: https://aur.archlinux.org/wl-screenrec.git (read-only, click to copy)
Package Base: wl-screenrec
Description: High performance hardware accelerated wlroots screen recorder
Upstream URL: https://github.com/russelltg/wl-screenrec
Licenses: Apache
Conflicts: wl-screenrec-git
Provides: wl-screenrec
Submitter: russellg
Maintainer: russellg
Last Packager: russellg
Votes: 15
Popularity: 1.01
First Submitted: 2023-10-02 03:24 (UTC)
Last Updated: 2025-09-10 13:44 (UTC)

Latest Comments

codebling commented on 2025-10-10 19:30 (UTC)

If you see the following error, it means you need to install Rust 1.88.0 or higher

error[E0658]: `let` expressions in this position are unstable

dlnilsson commented on 2025-09-09 06:53 (UTC)

wl-screenrec-0.2.0-1 is missing vulkan-headers as dependency in the PKGBUILD

omnigenous commented on 2025-08-24 13:41 (UTC)

Why is this flagged out-of-date?

russellg commented on 2025-03-25 00:09 (UTC)

rustup update should fix that.

The real fix is I should just pin a rust toolchain with a rust-toolchain.toml file in my repo. Will do for the next release.

missingSleepDeps commented on 2025-03-24 21:36 (UTC) (edited on 2025-03-24 21:36 (UTC) by missingSleepDeps)

error: rustc 1.80.1 is not supported by the following package:
  bytemuck_derive@1.9.2 requires rustc 1.84
Either upgrade rustc or select compatible dependency versions with
`cargo update <name>@<current-ver> --precise <compatible-ver>`
where `<compatible-ver>` is the latest version supporting rustc 1.80.1

chinmay commented on 2024-08-07 19:55 (UTC)

please add

export CARGO_TARGET_DIR=target

before cargo build according to https://wiki.archlinux.org/title/Rust_package_guidelines#Build, because i have this variable set in my session which causes the pkgbuild to fail

russellg commented on 2024-06-27 21:21 (UTC)

Yeah, I need to cut a new release. Will try to do that soon

benz commented on 2024-06-27 18:04 (UTC)

Doesnt built.

error: could not compile ffmpeg-next (lib) due to 33 previous errors

the -git version builds fine though.