guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: gstreamer: Update to 1.6.1.


From: ???
Subject: 01/05: gnu: gstreamer: Update to 1.6.1.
Date: Tue, 03 Nov 2015 14:08:14 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit 31e021f8767abb2c37e1c7a2e7aa6be276667bd3
Author: 宋文武 <address@hidden>
Date:   Tue Nov 3 21:58:28 2015 +0800

    gnu: gstreamer: Update to 1.6.1.
    
    * gnu/packages/gstreamer.scm (gstreamer): Update to 1.6.1.
      [arguments]: Remove #:make-flags.
---
 gnu/packages/gstreamer.scm |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 0ac9783..90061b2 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -83,7 +83,7 @@ arrays of data.")
 (define-public gstreamer
   (package
     (name "gstreamer")
-    (version "1.4.5")
+    (version "1.6.1")
     (source
      (origin
       (method url-fetch)
@@ -91,12 +91,11 @@ arrays of data.")
                           version ".tar.xz"))
       (sha256
        (base32
-        "1bmhbhak6i5wmmb6w86jyyv8lax4gdq983la4lk4a0krz6kim020"))))
+        "172w1bpnkn6mm1wi37n03apdbb6cdkykhzjf1vfxchcd7hhkyflp"))))
     (build-system gnu-build-system)
     (outputs '("out" "doc"))
     (arguments
-     `(#:make-flags '("CC=gcc") ; for g-ir-scanner.
-       #:configure-flags
+     `(#:configure-flags
        (list (string-append "--with-html-dir="
                             (assoc-ref %outputs "doc")
                             "/share/gtk-doc/html"))))



reply via email to

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