guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: gstreamer: Update to 1.4.5, propagate glib.


From: ???
Subject: 01/02: gnu: gstreamer: Update to 1.4.5, propagate glib.
Date: Thu, 05 Feb 2015 09:24:23 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit e244dc6dd6914fde89dfbd1165f544b7f225f131
Author: 宋文武 <address@hidden>
Date:   Thu Feb 5 16:29:22 2015 +0800

    gnu: gstreamer: Update to 1.4.5, propagate glib.
    
    * gnu/packages/gstreamer.scm (gstreamer): Update to 1.4.5.
      [arguments]: Remove field to re-enable tests.
      [inputs]: Rename to 'propagated-inputs'.
---
 gnu/packages/gstreamer.scm |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 2332ef6..9cb5227 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -64,7 +64,7 @@ arrays of data.")
 (define-public gstreamer
   (package
     (name "gstreamer")
-    (version "1.0.10")
+    (version "1.4.5")
     (source
      (origin
       (method url-fetch)
@@ -72,13 +72,9 @@ arrays of data.")
                           version ".tar.xz"))
       (sha256
        (base32
-        "0c0irk85jd2cihm5pmf4zxhlpg08qpxjcqv1l9qn2n3h2gsaj2lf"))))
+        "1bmhbhak6i5wmmb6w86jyyv8lax4gdq983la4lk4a0krz6kim020"))))
     (build-system gnu-build-system)
-    (arguments
-     ;; XXX: Temporarily disable tests to work around 'gst/gstbus' test
-     ;; failure: <https://bugzilla.gnome.org/show_bug.cgi?id=724073>.
-     '(#:tests? #f))
-    (inputs `(("glib" ,glib)))
+    (propagated-inputs `(("glib" ,glib))) ; required by gstreamer-1.0.pc.
     (native-inputs
      `(("bison" ,bison)
        ("flex" ,flex)



reply via email to

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