git: 6a9594ae1f5c - main - multimedia/wl-screenrec: document VA-API requirement
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Jul 2023 20:45:51 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=6a9594ae1f5c30a92f5771af72c1dca272d26f50 commit 6a9594ae1f5c30a92f5771af72c1dca272d26f50 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-07-03 20:27:11 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-07-03 20:45:28 +0000 multimedia/wl-screenrec: document VA-API requirement Based on upstream README.md but reworded to match FreeBSD packages. --- multimedia/wl-screenrec/pkg-descr | 3 +++ 1 file changed, 3 insertions(+) diff --git a/multimedia/wl-screenrec/pkg-descr b/multimedia/wl-screenrec/pkg-descr index 9431455da741..5dc6b877b04b 100644 --- a/multimedia/wl-screenrec/pkg-descr +++ b/multimedia/wl-screenrec/pkg-descr @@ -5,3 +5,6 @@ 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. + +Requires libva-intel-media-driver or libva-intel-driver on Intel GPUs, +mesa-gallium-va on AMD GPUs or libva-vdpau-driver on NVIDIA GPUs.