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>
This commit is contained in:
Mark H Weaver 2020-09-21 23:50:19 -04:00 committed by Maxim Cournoyer
parent cd4bb173e0
commit 035df987f1
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 3 deletions

View 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.