guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: gst-plugins-base: Propagate input gstreamer.


From: ???
Subject: 03/05: gnu: gst-plugins-base: Propagate input gstreamer.
Date: Sat, 04 Apr 2015 04:42:03 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit 34ff76fdd63ef52635d93c545d698f4d340bfa14
Author: 宋文武 <address@hidden>
Date:   Sat Apr 4 12:05:10 2015 +0800

    gnu: gst-plugins-base: Propagate input gstreamer.
    
    * gnu/packages/gstreamer.scm (gst-plugins-base): Move "gstreamer" to
      'propagated-inputs'.
---
 gnu/packages/gstreamer.scm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 7d0da6a..79de8a2 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -158,6 +158,8 @@ This package provides the core library and elements.")
        (base32
         "07ampnfa6p41s0lhia62l9h8bdx3c7vxvdz93pbx64m3wycq3gbp"))))
     (build-system gnu-build-system)
+    (propagated-inputs
+     `(("gstreamer" ,gstreamer))) ; required by gstreamer-plugins-base-1.0.pc
     (inputs
      `(("cdparanoia" ,cdparanoia)
        ("orc" ,orc)
@@ -169,8 +171,7 @@ This package provides the core library and elements.")
        ("zlib" ,zlib)
        ("libXext" ,libxext)
        ("libxv" ,libxv)
-       ("alsa-lib" ,alsa-lib)
-       ("gstreamer" ,gstreamer)))
+       ("alsa-lib" ,alsa-lib)))
     (native-inputs
       `(("pkg-config" ,pkg-config)
         ("glib" ,glib "bin")



reply via email to

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