unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42262] [PATCH 1/6] gnu: webkitgtk: Refer to GStreamer plugins in description.
@ 2020-07-08 10:27 Pierre Neidhardt
  2020-07-08 10:28 ` [bug#42262] [PATCH 2/6] gnu: gstreamer: " Pierre Neidhardt
  0 siblings, 1 reply; 6+ messages in thread
From: Pierre Neidhardt @ 2020-07-08 10:27 UTC (permalink / raw)
  To: 42262

* gnu/packages/webkit.scm (webkitgtk)[description]: Explain that WebKitGTK+
relies on optional GStreamer plugins to play media content.
---
 gnu/packages/webkit.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index 3804209841..7e15937507 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -238,7 +238,10 @@ engine that uses Wayland for graphics output.")
     (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.
+
+Support for media playback depends on the availability of various GStreamer
+plugins such as @code{gst-plugins-*} or @code{gst-libav}.")
     ;; 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

base-commit: bcdacb0072a7666e2c6d440f90aa3c8503afb0ed
-- 
2.27.0





^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-07-08 10:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-08 10:27 [bug#42262] [PATCH 1/6] gnu: webkitgtk: Refer to GStreamer plugins in description Pierre Neidhardt
2020-07-08 10:28 ` [bug#42262] [PATCH 2/6] gnu: gstreamer: " Pierre Neidhardt
2020-07-08 10:28   ` [bug#42262] [PATCH 3/6] gnu: gst-plugins-good: Describe where these plugins are useful Pierre Neidhardt
2020-07-08 10:28   ` [bug#42262] [PATCH 4/6] gnu: gst-plugins-bad: " Pierre Neidhardt
2020-07-08 10:28   ` [bug#42262] [PATCH 5/6] gnu: gst-plugins-ugly: " Pierre Neidhardt
2020-07-08 10:28   ` [bug#42262] [PATCH 6/6] gnu: gst-libav: " Pierre Neidhardt

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).