gnu: spice-gtk: Only use "good" GStreamer plugins out of the box.
authorMark H Weaver <mhw@netris.org>
Tue, 22 Sep 2020 03:50:19 +0000 (23:50 -0400)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Thu, 24 Sep 2020 04:37:39 +0000 (00:37 -0400)
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

index 4aff8db..4b4c673 100644 (file)
@@ -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.