guix-commits
[Top][All Lists]
Advanced

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

02/18: gnu: openh264: Update to 1.8.0.


From: Marius Bakke
Subject: 02/18: gnu: openh264: Update to 1.8.0.
Date: Thu, 12 Jul 2018 11:21:39 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 03229b36e025175d0d505538e5c5405fa8e23e8b
Author: Marius Bakke <address@hidden>
Date:   Thu Jul 12 15:42:26 2018 +0200

    gnu: openh264: Update to 1.8.0.
    
    * gnu/packages/video.scm (openh264): Update to 1.8.0.
    [source](uri): Use release tarball.
---
 gnu/packages/video.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

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



reply via email to

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