git: b13341e31525 - main - x11-toolkits/scenefx: chase verbose description

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Tue, 30 Apr 2024 19:25:36 UTC
The branch main has been updated by jbeich:

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

commit b13341e31525b26ef4338b3e62db03d4c45226cc
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-04-30 19:24:05 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-04-30 19:24:08 +0000

    x11-toolkits/scenefx: chase verbose description
    
    https://github.com/wlrfx/scenefx/commit/bb349f578d69
---
 x11-toolkits/scenefx/pkg-descr | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/x11-toolkits/scenefx/pkg-descr b/x11-toolkits/scenefx/pkg-descr
index 8c32554aa904..bde5f7ad3ee0 100644
--- a/x11-toolkits/scenefx/pkg-descr
+++ b/x11-toolkits/scenefx/pkg-descr
@@ -1,2 +1,9 @@
-A drop-in replacement for the wlroots scene API that allows Wayland
-compositors to render surfaces with eye-candy effects.
+wlroots is the de-facto library for building wayland compositors, and
+its scene api is a great stride in simplifying wayland compositor
+development. The problem with the scene api (for compositors looking
+for eye candy), however, is that it forces you to use the wlr
+renderer, which is powerful yet simple. SceneFX is a project that
+takes the scene api and replaces the wlr renderer with our own fx
+renderer, capable of rendering surfaces with eye-candy effects
+including blur, shadows, and rounded corners, while maintaining the
+benefits of simplicity gained from using the scene api.