mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
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>
This commit is contained in:
parent
c704bdd95b
commit
00e4bd2500
1 changed files with 4 additions and 1 deletions
|
@ -350,7 +350,10 @@ (define-public webkitgtk
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue