guix-commits
[Top][All Lists]
Advanced

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

15/22: gnu: gnome-music: Fix loading of gstreamer.


From: guix-commits
Subject: 15/22: gnu: gnome-music: Fix loading of gstreamer.
Date: Sat, 29 Aug 2020 03:12:32 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit 166177f58fc41354f59062bfebfd0216ed17f0ef
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Wed Aug 26 18:46:55 2020 -0400

    gnu: gnome-music: Fix loading of gstreamer.
    
    * gnu/packages/gnome.scm (gnome-music) 
[arguments]<#:phases>['wrap-gnome-music]: Modify.
    [inputs]: Add gstreamer, gst-plugins-bad, gst-plugins-base, 
gst-plugins-good,
    and gst-plugins-ugly.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/gnome.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5a0c153..ac59910 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -866,6 +866,7 @@ cloud integration is offered through GNOME Online 
Accounts.")
            (lambda* (#:key inputs outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out")))
                (wrap-program (string-append out "/bin/gnome-music")
+                 `("GST_PLUGIN_SYSTEM_PATH" = (,(getenv 
"GST_PLUGIN_SYSTEM_PATH")))
                  `("GRL_PLUGIN_PATH" = (,(getenv "GRL_PLUGIN_PATH")))))
              #t)))))
     (native-inputs
@@ -880,6 +881,11 @@ cloud integration is offered through GNOME Online 
Accounts.")
        ("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
        ("grilo" ,grilo)
        ("grilo-plugins" ,grilo-plugins)
+       ("gstreamer" ,gstreamer)
+       ("gst-plugins-bad" ,gst-plugins-bad)
+       ("gst-plugins-base" ,gst-plugins-base)
+       ("gst-plugins-good" ,gst-plugins-good)
+       ("gst-plugins-ugly" ,gst-plugins-ugly)
        ("gtk+" ,gtk+)
        ("libdazzle" ,libdazzle)
        ("libmediaart" ,libmediaart)



reply via email to

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