Port details |
- wl-screenrec High performance wlroots screen recording, featuring hardware encoding
- 0.1.2 multimedia
=1 0.1.2Version of this port present on the latest quarterly branch. - Maintainer: jbeich@FreeBSD.org
 - Port Added: 2023-07-03 04:18:21
- Last Update: 2023-12-04 04:44:17
- Commit Hash: f38fa63
- People watching this port, also watch:: libva-intel-driver, foot, spotify-player, sway, chafa
- Also Listed In: wayland
- License: APACHE20
- WWW:
- https://github.com/russelltg/wl-screenrec
- Description:
- High performance screen recorder for wlroots Wayland.
Uses dma-buf transfers to get surface, and uses the GPU to do both the
pixel format conversion and the encoding, meaning the raw video data
never touches the CPU, leaving it free to run your applications.
System Requirements:
* Wayland compositor supporting the following protocols:
* wlr-output-management-unstable-v1 (missing in hikari, cagebreak, gamescope, kwinft)
* wlr-screencopy-unstable-v1 (missing in gamescope and kwinft)
Known working examples: sway, hyprland, wayfire, labwc.
* VA-API encoding:
* Intel iGPUs: libva-intel-media-driver or libva-intel-driver
* AMD/ATI GPUs: mesa-gallium-va
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- wl-screenrec>0:multimedia/wl-screenrec
- To install the port:
- cd /usr/ports/multimedia/wl-screenrec/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/wl-screenrec
- pkg install wl-screenrec
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: wl-screenrec
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1701659272
SHA256 (rust/crates/aho-corasick-1.1.2.crate) = b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0
SIZE (rust/crates/aho-corasick-1.1.2.crate) = 183136
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rust>=1.73.0 : lang/rust
- pkgconf>=1.3.0_1 : devel/pkgconf
- llvm-config15 : devel/llvm15
- Library dependencies:
-
- libdrm.so : graphics/libdrm
- libavformat.so : multimedia/ffmpeg
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- multimedia_wl-screenrec
- USES:
- cargo llvm
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.2 04 Dec 2023 04:44:17
    |
Jan Beich (jbeich)  |
multimedia/wl-screenrec: update to 0.1.2
Changes: https://github.com/russelltg/wl-screenrec/releases/tag/v0.1.2
Reported by: GitHub (watch releases) |
0.1.1 03 Dec 2023 18:57:33
    |
Jan Beich (jbeich)  |
multimedia/wl-screenrec: document cagebreak isn't supported unlike cage
$ cagebreak
$ wl-screenrec
thread 'main' panicked at src/main.rs:851:14:
Your compositor does not seem to support the wlr-output-manager protocol.
wl-screenrec requires a wlroots based compositor like sway or Hyprland:
NotPresent
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace |
0.1.1 03 Dec 2023 18:54:54
    |
Jan Beich (jbeich)  |
multimedia/wl-screenrec: document cage support after 3a87cb34b894
https://github.com/cage-kiosk/cage/commit/6f78d9d5b2a9 |
0.1.1 18 Nov 2023 19:00:33
    |
Jan Beich (jbeich)  |
multimedia/wl-screenrec: update to 0.1.1
Changes: https://github.com/russelltg/wl-screenrec/releases/tag/v0.1.1
Reported by: GitHub (watch releases) |
0.1.0_1 12 Nov 2023 09:39:15
    |
Jan Beich (jbeich)  |
multimedia/wl-screenrec: unbreak build with ffmpeg 6.1
error[E0004]: non-exhaustive patterns: `sys::AVPixelFormat::AV_PIX_FMT_P212BE`,
`sys::AVPixelFormat::AV_PIX_FMT_P212LE`, `sys::AVPixelFormat::AV_PIX_FMT_P412BE`
and 3 more not covered
--> cargo-crates/ffmpeg-next-6.0.0/src/util/format/pixel.rs:467:15
|
467 | match value {
| ^^^^^ patterns `sys::AVPixelFormat::AV_PIX_FMT_P212BE`,
`sys::AVPixelFormat::AV_PIX_FMT_P212LE`, `sys::AVPixelFormat::AV_PIX_FMT_P412BE`
and 3 more not covered
|
note: `sys::AVPixelFormat` defined here
-->
/wrkdirs/usr/ports/multimedia/wl-screenrec/work/target/x86_64-unknown-freebsd/release/build/ffmpeg-sys-next-8e1bcbc25d8d3e7a/out/bindings.rs:4814:1
|
4814 | pub enum AVPixelFormat {
| ^^^^^^^^^^^^^^^^^^^^^^
= note: the matched value is of type `sys::AVPixelFormat`
help: ensure that all possible cases are being handled by adding a match arm
with a wildcard pattern as shown, or multiple match arms (Only the first 15 lines of the commit message are shown above ) |
0.1.0_1 24 Oct 2023 10:22:32
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.73.0
PR: 274499 |
0.1.0 02 Oct 2023 03:43:50
    |
Jan Beich (jbeich)  |
multimedia/wl-screenrec: update to 0.1.0
Changes: https://github.com/russelltg/wl-screenrec/compare/a36c592...v0.1.0
Changes: https://github.com/russelltg/wl-screenrec/releases/tag/v0.1.0
Reported by: GitHub (watch releases) |
s20230920 30 Sep 2023 00:58:12
    |
Jan Beich (jbeich)  |
multimedia/wl-screenrec: update to s20230920
Changes: https://github.com/russelltg/wl-screenrec/compare/f08aed5...a36c592 |
s20230916 19 Sep 2023 15:39:53
    |
Jan Beich (jbeich)  |
multimedia/wl-screenrec: update to s20230916
Changes: https://github.com/russelltg/wl-screenrec/compare/e4d708e...f08aed5 |
s20230808_1 08 Sep 2023 09:06:24
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.72.0
PR: 273331 |
s20230808 12 Aug 2023 00:31:42
    |
Jan Beich (jbeich)  |
multimedia/wl-screenrec: update to s20230808
Changes: https://github.com/russelltg/wl-screenrec/compare/a13c399...e4d708e |
s20230723_1 25 Jul 2023 00:31:28
    |
Jan Beich (jbeich)  |
multimedia/wl-screenrec: update to s20230723
Changes: https://github.com/russelltg/wl-screenrec/compare/666fc69...a13c399 |
s20230723 23 Jul 2023 21:09:35
    |
Jan Beich (jbeich)  |
multimedia/wl-screenrec: update to s20230723
Changes: https://github.com/russelltg/wl-screenrec/compare/20c6da9...666fc69 |
s20230716_1 22 Jul 2023 19:23:26
    |
Jan Beich (jbeich)  |
multimedia/wl-screenrec: make --version report Git hash
Based on `git describe --tags`. As upstream doesn't have any tags yet
use snapshot date as an offset with a synthetic tag to unbreak build.
$ wl-screenrec --version
-wl-screenrec 0.1.0
+wl-screenrec 0.1.0-s20230716-g20c6da9 |
s20230716 20 Jul 2023 00:56:13
    |
Jan Beich (jbeich)  |
multimedia/wl-screenrec: update to s20230716
Changes: https://github.com/russelltg/wl-screenrec/compare/2d66770...20c6da9 |
s20230709_1 17 Jul 2023 15:58:38
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.71.0
PR: 272449 |
s20230709 10 Jul 2023 23:56:50
    |
Jan Beich (jbeich)  |
multimedia/wl-screenrec: update to s20230709
Changes: https://github.com/russelltg/wl-screenrec/compare/1240033...2d66770 |
s20230703 04 Jul 2023 13:37:50
    |
Jan Beich (jbeich)  |
multimedia/wl-screenrec: update to s20230703
Changes: https://github.com/russelltg/wl-screenrec/compare/7ceafa9...1240033 |
s20230625 03 Jul 2023 20:45:28
    |
Jan Beich (jbeich)  |
multimedia/wl-screenrec: document VA-API requirement
Based on upstream README.md but reworded to match FreeBSD packages. |
s20230625 03 Jul 2023 04:15:07
    |
Jan Beich (jbeich)  |
multimedia/wl-screenrec: add new port
High performance screen recorder for Wayland. Requres a wayland
compositor supporting wlr-output-management-unstable-v1 and
wlr-screencopy-unstable-v1 protocols, like sway and Hyprland.
Uses dma-buf transfers to get surface, and uses the GPU to do both the
pixel format conversion and the encoding, meaning the raw video data
never touches the CPU, leaving it free to run your applications.
https://github.com/russelltg/wl-screenrec |