guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: openh264: Update to 2.0.0.


From: guix-commits
Subject: 05/08: gnu: openh264: Update to 2.0.0.
Date: Thu, 20 Jun 2019 17:03:44 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e4386b334a45bef32567de1a6b92e3079f79e3ef
Author: Marius Bakke <address@hidden>
Date:   Thu Jun 20 13:22:57 2019 +0200

    gnu: openh264: Update to 2.0.0.
    
    * gnu/packages/video.scm (openh264): Update to 2.0.0.
    [source](uri): Adjust file name.
---
 gnu/packages/video.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 643a40e..028a3b7 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2678,16 +2678,16 @@ of modern, widely supported codecs.")
 (define-public openh264
   (package
     (name "openh264")
-    (version "1.8.0")
+    (version "2.0.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/cisco/";
                                   name "/releases/download/v"
-                                  version "/Source.Code.tar.gz.gz"))
+                                  version "/Source.Code.tar.gz"))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0niha3wnn1jsndvz9vfwy2wyql8mp9j6v75vjsipy0idwan5yzgf"))))
+                "0iq802xfsfkskg6q1j0kg90xh04vv1sxf61mrmahgynz5d7hx2ii"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("nasm" ,nasm)



reply via email to

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