From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 08 06:27:53 2020 Received: (at submit) by debbugs.gnu.org; 8 Jul 2020 10:27:54 +0000 Received: from localhost ([127.0.0.1]:37478 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jt7Iv-0003TQ-Jr for submit@debbugs.gnu.org; Wed, 08 Jul 2020 06:27:53 -0400 Received: from lists.gnu.org ([209.51.188.17]:53034) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jt7It-0003TI-Dd for submit@debbugs.gnu.org; Wed, 08 Jul 2020 06:27:52 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38392) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jt7It-0002gf-6a for guix-patches@gnu.org; Wed, 08 Jul 2020 06:27:51 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:58837) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jt7Ir-0004SX-0s for guix-patches@gnu.org; Wed, 08 Jul 2020 06:27:50 -0400 Received: from localhost.localdomain (lfbn-idf2-1-1315-147.w92-169.abo.wanadoo.fr [92.169.129.147]) (Authenticated sender: mail@ambrevar.xyz) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 4FC78100004 for ; Wed, 8 Jul 2020 10:27:44 +0000 (UTC) From: Pierre Neidhardt To: guix-patches@gnu.org Subject: [PATCH 1/6] gnu: webkitgtk: Refer to GStreamer plugins in description. Date: Wed, 8 Jul 2020 12:27:32 +0200 Message-Id: <20200708102732.31101-1-mail@ambrevar.xyz> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=217.70.178.231; envelope-from=mail@ambrevar.xyz; helo=relay11.mail.gandi.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/08 06:27:45 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -15 X-Spam_score: -1.6 X-Spam_bar: - X-Spam_report: (-1.6 / 5.0 requ) BAYES_00=-1.9, FROM_SUSPICIOUS_NTLD=1, FROM_SUSPICIOUS_NTLD_FP=1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.1 (--) * 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 From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 08 06:29:22 2020 Received: (at 42262) by debbugs.gnu.org; 8 Jul 2020 10:29:22 +0000 Received: from localhost ([127.0.0.1]:37488 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jt7KM-0003WU-1s for submit@debbugs.gnu.org; Wed, 08 Jul 2020 06:29:22 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:50409) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jt7KB-0003Vo-OK for 42262@debbugs.gnu.org; Wed, 08 Jul 2020 06:29:20 -0400 X-Originating-IP: 92.169.129.147 Received: from localhost.localdomain (lfbn-idf2-1-1315-147.w92-169.abo.wanadoo.fr [92.169.129.147]) (Authenticated sender: mail@ambrevar.xyz) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 52891FF805 for <42262@debbugs.gnu.org>; Wed, 8 Jul 2020 10:29:04 +0000 (UTC) From: Pierre Neidhardt To: 42262@debbugs.gnu.org Subject: [PATCH 2/6] gnu: gstreamer: Refer to GStreamer plugins in description. Date: Wed, 8 Jul 2020 12:28:43 +0200 Message-Id: <20200708102847.32156-1-mail@ambrevar.xyz> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 1.8 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/gstreamer.scm (gstreamer)[description]: Explain that GStreamer plugins can be used to to play media content. --- gnu/packages/gstreamer.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 [...] Content analysis details: (1.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.199 listed in list.dnswl.org] 0.0 T_SPF_HELO_TEMPERROR SPF: test of HELO record failed (temperror) -0.0 SPF_PASS SPF: sender matches SPF record 2.0 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: 42262 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.2 (-) * gnu/packages/gstreamer.scm (gstreamer)[description]: Explain that GStreamer plugins can be used to to play media content. --- gnu/packages/gstreamer.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 69fb1d8ae4..7cef0a0f19 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -183,7 +183,11 @@ Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. -This package provides the core library and elements.") +This package provides the core library and elements. + +See @code{gst-plugins-*} and @code{gst-libav} for additional codecs, filters, +and functionality that are frequently required for media playback in +external applications like web browsers.") (license license:lgpl2.0+))) (define-public gst-plugins-base -- 2.27.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 08 06:29:22 2020 Received: (at 42262) by debbugs.gnu.org; 8 Jul 2020 10:29:22 +0000 Received: from localhost ([127.0.0.1]:37490 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jt7KM-0003WY-Bl for submit@debbugs.gnu.org; Wed, 08 Jul 2020 06:29:22 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:47513) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jt7KB-0003Vq-QX for 42262@debbugs.gnu.org; Wed, 08 Jul 2020 06:29:21 -0400 X-Originating-IP: 92.169.129.147 Received: from localhost.localdomain (lfbn-idf2-1-1315-147.w92-169.abo.wanadoo.fr [92.169.129.147]) (Authenticated sender: mail@ambrevar.xyz) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id C29D0FF80C for <42262@debbugs.gnu.org>; Wed, 8 Jul 2020 10:29:05 +0000 (UTC) From: Pierre Neidhardt To: 42262@debbugs.gnu.org Subject: [PATCH 4/6] gnu: gst-plugins-bad: Describe where these plugins are useful. Date: Wed, 8 Jul 2020 12:28:45 +0200 Message-Id: <20200708102847.32156-3-mail@ambrevar.xyz> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200708102847.32156-1-mail@ambrevar.xyz> References: <20200708102847.32156-1-mail@ambrevar.xyz> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.2 (/) X-Debbugs-Envelope-To: 42262 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.2 (-) * gnu/packages/gstreamer.scm (gst-plugins-bad)[description]: Explain that this plugin can be used to play videos, e.g. in a web browser. --- gnu/packages/gstreamer.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index de9219bb75..3651cf7329 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -426,8 +426,10 @@ quality code and correct functionality.") (home-page "https://gstreamer.freedesktop.org/") (synopsis "Plugins for the GStreamer multimedia library") (description - "GStreamer Bad Plug-ins is a set of plug-ins whose quality aren't up to -par compared to the rest.") + "GStreamer Bad Plug-ins are extra codecs, filters, and functionality that +are can be used for media playback in external applications like web browsers. + +The quality of this set of plug-ins isn't up to par compared to the rest.") (license license:lgpl2.0+))) (define-public gst-plugins-ugly -- 2.27.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 08 06:29:23 2020 Received: (at 42262) by debbugs.gnu.org; 8 Jul 2020 10:29:23 +0000 Received: from localhost ([127.0.0.1]:37492 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jt7KM-0003Wg-O5 for submit@debbugs.gnu.org; Wed, 08 Jul 2020 06:29:22 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:33399) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jt7KB-0003Vs-U6 for 42262@debbugs.gnu.org; Wed, 08 Jul 2020 06:29:21 -0400 X-Originating-IP: 92.169.129.147 Received: from localhost.localdomain (lfbn-idf2-1-1315-147.w92-169.abo.wanadoo.fr [92.169.129.147]) (Authenticated sender: mail@ambrevar.xyz) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 5D60DFF80D for <42262@debbugs.gnu.org>; Wed, 8 Jul 2020 10:29:06 +0000 (UTC) From: Pierre Neidhardt To: 42262@debbugs.gnu.org Subject: [PATCH 6/6] gnu: gst-libav: Describe where these plugins are useful. Date: Wed, 8 Jul 2020 12:28:47 +0200 Message-Id: <20200708102847.32156-5-mail@ambrevar.xyz> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200708102847.32156-1-mail@ambrevar.xyz> References: <20200708102847.32156-1-mail@ambrevar.xyz> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.2 (/) X-Debbugs-Envelope-To: 42262 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.2 (-) * gnu/packages/gstreamer.scm (gst-libav)[description]: Explain that this plugin can be used to play videos, e.g. in a web browser. --- gnu/packages/gstreamer.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index fa1e96c91c..c0217a77b5 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -505,7 +505,10 @@ e.g. due to patent threats.") (synopsis "Plugins for the GStreamer multimedia library") (description "This GStreamer plugin supports a large number of audio and video -compression formats through the use of the libav library.") +compression formats through the use of the libav library. + +It can be used for media playback in external applications like web +browsers.") (license license:gpl2+))) (define-public gst-editing-services -- 2.27.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 08 06:29:23 2020 Received: (at 42262) by debbugs.gnu.org; 8 Jul 2020 10:29:23 +0000 Received: from localhost ([127.0.0.1]:37494 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jt7KN-0003Wo-1x for submit@debbugs.gnu.org; Wed, 08 Jul 2020 06:29:23 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:36423) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jt7KB-0003Vr-RX for 42262@debbugs.gnu.org; Wed, 08 Jul 2020 06:29:21 -0400 X-Originating-IP: 92.169.129.147 Received: from localhost.localdomain (lfbn-idf2-1-1315-147.w92-169.abo.wanadoo.fr [92.169.129.147]) (Authenticated sender: mail@ambrevar.xyz) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 1D79FFF80A for <42262@debbugs.gnu.org>; Wed, 8 Jul 2020 10:29:05 +0000 (UTC) From: Pierre Neidhardt To: 42262@debbugs.gnu.org Subject: [PATCH 5/6] gnu: gst-plugins-ugly: Describe where these plugins are useful. Date: Wed, 8 Jul 2020 12:28:46 +0200 Message-Id: <20200708102847.32156-4-mail@ambrevar.xyz> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200708102847.32156-1-mail@ambrevar.xyz> References: <20200708102847.32156-1-mail@ambrevar.xyz> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.2 (/) X-Debbugs-Envelope-To: 42262 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.2 (-) * gnu/packages/gstreamer.scm (gst-plugins-ugly)[description]: Explain that this plugin can be used to play videos, e.g. in a web browser. --- gnu/packages/gstreamer.scm | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 3651cf7329..fa1e96c91c 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -465,9 +465,13 @@ The quality of this set of plug-ins isn't up to par compared to the rest.") ("python-wrapper" ,python-wrapper))) (home-page "https://gstreamer.freedesktop.org/") (synopsis "GStreamer plugins from the \"ugly\" set") - (description "GStreamer Ugly Plug-ins. This set contains those plug-ins -which the developers consider to have good quality code but that might pose -distribution problems in some jurisdictions, e.g. due to patent threats.") + (description "GStreamer Ugly Plug-ins are extra codecs, filters, and +functionality that can be used for media playback in external applications +like web browsers. + +This set contains those plug-ins which the developers consider to have good +quality code but that might pose distribution problems in some jurisdictions, +e.g. due to patent threats.") (license license:lgpl2.0+))) (define-public gst-libav -- 2.27.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 08 06:29:28 2020 Received: (at 42262) by debbugs.gnu.org; 8 Jul 2020 10:29:28 +0000 Received: from localhost ([127.0.0.1]:37496 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jt7KS-0003XA-DR for submit@debbugs.gnu.org; Wed, 08 Jul 2020 06:29:28 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:56059) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jt7KB-0003Vp-OK for 42262@debbugs.gnu.org; Wed, 08 Jul 2020 06:29:26 -0400 X-Originating-IP: 92.169.129.147 Received: from localhost.localdomain (lfbn-idf2-1-1315-147.w92-169.abo.wanadoo.fr [92.169.129.147]) (Authenticated sender: mail@ambrevar.xyz) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 855C6FF809 for <42262@debbugs.gnu.org>; Wed, 8 Jul 2020 10:29:05 +0000 (UTC) From: Pierre Neidhardt To: 42262@debbugs.gnu.org Subject: [PATCH 3/6] gnu: gst-plugins-good: Describe where these plugins are useful. Date: Wed, 8 Jul 2020 12:28:44 +0200 Message-Id: <20200708102847.32156-2-mail@ambrevar.xyz> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200708102847.32156-1-mail@ambrevar.xyz> References: <20200708102847.32156-1-mail@ambrevar.xyz> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 42262 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.2 (-) * gnu/packages/gstreamer.scm (gst-plugins-good)[description]: Explain that this plugin can be used to play videos, e.g. in a web browser. --- gnu/packages/gstreamer.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 7cef0a0f19..de9219bb75 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -331,8 +331,11 @@ for the GStreamer multimedia library.") (synopsis "Plugins for the GStreamer multimedia library") (description "GStreamer Good Plug-ins is a set of plug-ins for the -GStreamer multimedia library. This set contains those plug-ins which the -developers consider to have good quality code and correct functionality.") +GStreamer multimedia library that can be used for media playback in external +applications like web browsers. + +This set contains those plug-ins which the developers consider to have good +quality code and correct functionality.") (license license:lgpl2.0+))) (define-public gst-plugins-bad -- 2.27.0