From patchwork Wed Jul 8 10:28:46 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre Neidhardt X-Patchwork-Id: 23115 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id EC26027BBE3; Wed, 8 Jul 2020 11:30:18 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 7EB5B27BBE1 for ; Wed, 8 Jul 2020 11:30:18 +0100 (BST) Received: from localhost ([::1]:54970 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jt7LG-00038a-21 for patchwork@mira.cbaines.net; Wed, 08 Jul 2020 06:30:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38730) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jt7L2-0002xB-9b for guix-patches@gnu.org; Wed, 08 Jul 2020 06:30:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54186) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jt7L1-0004gd-VX for guix-patches@gnu.org; Wed, 08 Jul 2020 06:30:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jt7L1-0003Yj-QY for guix-patches@gnu.org; Wed, 08 Jul 2020 06:30:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#42262] [PATCH 5/6] gnu: gst-plugins-ugly: Describe where these plugins are useful. Resent-From: Pierre Neidhardt Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 08 Jul 2020 10:30:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42262 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 42262@debbugs.gnu.org Received: via spool by 42262-submit@debbugs.gnu.org id=B42262.159420416313575 (code B ref 42262); Wed, 08 Jul 2020 10:30:03 +0000 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 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 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * 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