Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Dec 2023 18:58:30 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 99498c3b5e3f - main - multimedia/wl-screenrec: document cagebreak isn't supported unlike cage
Message-ID:  <202312031858.3B3IwUVq038191@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=99498c3b5e3fc5a5bdf25744431e0c320efe6041

commit 99498c3b5e3fc5a5bdf25744431e0c320efe6041
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-12-03 18:56:44 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-12-03 18:57:33 +0000

    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
---
 multimedia/wl-screenrec/pkg-descr | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/multimedia/wl-screenrec/pkg-descr b/multimedia/wl-screenrec/pkg-descr
index a0c0de848095..5eec597528ba 100644
--- a/multimedia/wl-screenrec/pkg-descr
+++ b/multimedia/wl-screenrec/pkg-descr
@@ -6,7 +6,7 @@ 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, gamescope, kwinft)
+  * 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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312031858.3B3IwUVq038191>