gnu: gnome: Install some GStreamer plugins.
authorAndy Wingo <wingo@igalia.com>
Sat, 26 Aug 2017 13:27:45 +0000 (15:27 +0200)
committerAndy Wingo <wingo@igalia.com>
Sun, 27 Aug 2017 18:59:46 +0000 (20:59 +0200)
* gnu/packages/gnome.scm (gnome): Add gst-plugins-base and gst-plugins-good.
This will allow stock GNOME installs to play Ogg Vorbis files, among other
things.  It will also ensure that GST_PLUGIN_SYSTEM_PATH is set to a sensible
value when GNOME is installed to the system instead of the user profile.

gnu/packages/gnome.scm

index 0083cc8..e1d4a3c 100644 (file)
@@ -5850,6 +5850,8 @@ associations for GNOME.")
        ("gnome-system-monitor"      ,gnome-system-monitor)
        ("gnome-terminal"            ,gnome-terminal)
        ("gnome-themes-standard"     ,gnome-themes-standard)
+       ("gst-plugins-base"          ,gst-plugins-base)
+       ("gst-plugins-good"          ,gst-plugins-good)
        ("gucharmap"                 ,gucharmap)
        ("gvfs"                      ,gvfs)
        ("hicolor-icon-theme"        ,hicolor-icon-theme)