guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: ffmpeg: Update to 2.6.2.


From: ???
Subject: 01/02: gnu: ffmpeg: Update to 2.6.2.
Date: Mon, 27 Apr 2015 07:25:18 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit 769436b8622d1120bb39ca466521b82d4b477f0a
Author: 宋文武 <address@hidden>
Date:   Mon Apr 27 15:00:15 2015 +0800

    gnu: ffmpeg: Update to 2.6.2.
    
    * gnu/packages/video.scm (ffmpeg): Update to 2.6.2.
---
 gnu/packages/video.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 8868713..057350a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -275,14 +275,14 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, 
and VC-1/VMW3).")
 (define-public ffmpeg
   (package
     (name "ffmpeg")
-    (version "2.6")
+    (version "2.6.2")
     (source (origin
              (method url-fetch)
              (uri (string-append "http://www.ffmpeg.org/releases/ffmpeg-";
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "14a7zp8pa1rvw6nr9l2rf57xr004n5kwkhn5lglybjnn1p68xhr3"))))
+               "1fi93zy98wmls7x3jpr2yvckk2ia6a1yyygwrfaxq95pd6h3m7l8"))))
     (build-system gnu-build-system)
     (inputs
      `(("fontconfig" ,fontconfig)



reply via email to

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