diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-12-21 11:25:23 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-01-10 11:44:44 -0500 |
commit | 00e4bd25006411dfe6f98d4b237aec4581f95667 (patch) | |
tree | 5f894afc8fd4c082a9d1017f0ef24215c72b5b99 /gnu/packages/webkit.scm | |
parent | c704bdd95bf72c2f74ca5daff18dfc1a84290766 (diff) | |
download | guix-00e4bd25006411dfe6f98d4b237aec4581f95667.tar.gz |
gnu: webkitgtk: Add a note about plugins in description.
This is in response to <https://issues.guix.gnu.org/52375>. * gnu/packages/webkit.scm (webkitgtk): Add a note about GStreamer plugins. Reported-by: Jack Hill <jackhill@jackhill.us>
Diffstat (limited to 'gnu/packages/webkit.scm')
-rw-r--r-- | gnu/packages/webkit.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm index 8e9aa2b1b5..44a0de33c2 100644 --- a/gnu/packages/webkit.scm +++ b/gnu/packages/webkit.scm @@ -350,7 +350,10 @@ acceleration in mind, leveraging common 3D graphics APIs for best performance.") (description "WebKitGTK+ is a full-featured port of the WebKit rendering engine, suitable for projects requiring any kind of web integration, from hybrid -HTML/CSS applications to full-fledged web browsers.") +HTML/CSS applications to full-fledged web browsers. WebKitGTK+ video playing +capabilities can be extended through the use of GStreamer plugins (not +propagated by default) such as @code{gst-plugins-good} and +@code{gst-plugins-bad}.") ;; WebKit's JavaScriptCore and WebCore components are available under ;; the GNU LGPL, while the rest is available under a BSD-style license. (license (list license:lgpl2.0 |