gnu: gnome: Install some GStreamer plugins.

* 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.
master
Andy Wingo 2017-08-26 15:27:45 +02:00
parent 39c853bd61
commit 2999dcd5b7
No known key found for this signature in database
GPG Key ID: A8803732E4436885
1 changed files with 2 additions and 0 deletions

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