guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gst-libav: Update to 1.8.0.


From: Mark H. Weaver
Subject: 01/01: gnu: gst-libav: Update to 1.8.0.
Date: Mon, 04 Apr 2016 20:27:17 +0000

mhw pushed a commit to branch master
in repository guix.

commit 2a972b2fdf2458c9b84577f2af2a85d3c3712c39
Author: Raymond Nicholson <address@hidden>
Date:   Mon Apr 4 21:01:12 2016 +0100

    gnu: gst-libav: Update to 1.8.0.
    
    * gnu/packages/ffmpeg.scm (gst-libav): Update to 1.8.0.
---
 gnu/packages/gstreamer.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 5cf59cd..9790095 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -371,7 +371,7 @@ distribution problems in some jurisdictions, e.g. due to 
patent threats.")
 (define-public gst-libav
   (package
     (name "gst-libav")
-    (version "1.6.3")
+    (version "1.8.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -379,7 +379,7 @@ distribution problems in some jurisdictions, e.g. due to 
patent threats.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1aylbg1xnm68c3wc49mzx813qhsjfg23hqnjqqwdwdq31839qyw5"))))
+                "0719njp8aarhvn038pijq6dmsnli0zlg146hyfs3rsdffs4f472s"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--with-system-libav")



reply via email to

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