guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: spice-gtk: Only use "good" GStreamer plugins


From: guix-commits
Subject: branch master updated: gnu: spice-gtk: Only use "good" GStreamer plugins out of the box.
Date: Thu, 24 Sep 2020 00:37:48 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 035df98  gnu: spice-gtk: Only use "good" GStreamer plugins out of the 
box.
035df98 is described below

commit 035df987f11cb64d99257f42932a155ebceac685
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Mon Sep 21 23:50:19 2020 -0400

    gnu: spice-gtk: Only use "good" GStreamer plugins out of the box.
    
    Do not propagate plugins that are known to be patent encumbered out of the
    box, so the user has a choice.
    
    * gnu/packages/spice.scm (spice-gtk)[propagated-inputs]: Remove gst-libav,
    gst-plugins-bad and gst-plugins-ugly.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/spice.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 4aff8db..4b4c673 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -144,11 +144,8 @@ which allows users to view a desktop computing 
environment.")
     (build-system gnu-build-system)
     (propagated-inputs
       `(("gstreamer" ,gstreamer)
-        ("gst-libav" ,gst-libav)
         ("gst-plugins-base" ,gst-plugins-base)
         ("gst-plugins-good" ,gst-plugins-good)
-        ("gst-plugins-bad" ,gst-plugins-bad)
-        ("gst-plugins-ugly" ,gst-plugins-ugly)
         ("spice-protocol" ,spice-protocol)
 
         ;; These are required by the pkg-config files.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]