guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: gnome: Install some GStreamer plugins.


From: Andy Wingo
Subject: 02/02: gnu: gnome: Install some GStreamer plugins.
Date: Sun, 27 Aug 2017 15:00:27 -0400 (EDT)

wingo pushed a commit to branch master
in repository guix.

commit 2999dcd5b7aa638e45e8341ec692c1394153879d
Author: Andy Wingo <address@hidden>
Date:   Sat Aug 26 15:27:45 2017 +0200

    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.
---
 gnu/packages/gnome.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0083cc8..e1d4a3c 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]