guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: gst-libav: Update to 1.6.1.


From: ???
Subject: 05/05: gnu: gst-libav: Update to 1.6.1.
Date: Tue, 03 Nov 2015 14:08:16 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit c869eed1a7034d1930343e70950c50a5a2814963
Author: 宋文武 <address@hidden>
Date:   Tue Nov 3 22:02:32 2015 +0800

    gnu: gst-libav: Update to 1.6.1.
    
    * gnu/packages/gstreamer.scm (gst-libav): Update to 1.6.1.
---
 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 6dad2ad..a52106b 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -282,7 +282,7 @@ distribution problems in some jurisdictions, e.g. due to 
patent threats.")
 (define-public gst-libav
   (package
     (name "gst-libav")
-    (version "1.4.5")
+    (version "1.6.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -290,7 +290,7 @@ distribution problems in some jurisdictions, e.g. due to 
patent threats.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1g7vg9amh3cc3nmc415h6g2rqxqi4wgwqi08hxfbpwq48ri64p30"))))
+                "1a9pc7zp5rg0cvpx8gqkr21w73i6p9xa505a34day9f8p3lfim94"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--with-system-libav")



reply via email to

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