summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndy Wingo <wingo@igalia.com>2017-08-26 15:27:45 +0200
committerAndy Wingo <wingo@igalia.com>2017-08-27 20:59:46 +0200
commit2999dcd5b7aa638e45e8341ec692c1394153879d (patch)
treedd3572bb3b82b9fdc919cd1db553e2f3018793ca /gnu
parent39c853bd61ae9744e7ad41aab620e390a04469d6 (diff)
downloadpatches-2999dcd5b7aa638e45e8341ec692c1394153879d.tar
patches-2999dcd5b7aa638e45e8341ec692c1394153879d.tar.gz
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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0083cc8cab..e1d4a3c759 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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)