Package Details: wl-screenrec 0.1.7-1

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: 10
Popularity: 1.08
First Submitted: 2023-10-02 03:24 (UTC)
Last Updated: 2025-03-22 19:08 (UTC)

Latest Comments

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

p00f 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.