guix-commits
[Top][All Lists]
Advanced

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

05/12: gnu: openh264: Update to 2.1.0.


From: guix-commits
Subject: 05/12: gnu: openh264: Update to 2.1.0.
Date: Sat, 9 May 2020 08:43:46 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 20ab6851771bc3254635accbe22cacc9278b08cf
Author: Marius Bakke <address@hidden>
AuthorDate: Fri May 8 23:25:21 2020 +0200

    gnu: openh264: Update to 2.1.0.
    
    * gnu/packages/video.scm (openh264): Update to 2.1.0.
    [source]: Change to GIT-FETCH.
---
 gnu/packages/video.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 8b4d047..3c5acbe 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2928,16 +2928,16 @@ post-processing of video formats like MPEG2, H.264/AVC, 
and VC-1.")
 (define-public openh264
   (package
     (name "openh264")
-    (version "2.0.0")
+    (version "2.1.0")
     (source (origin
-              (method url-fetch)
-              (uri (string-append "https://github.com/cisco/";
-                                  name "/releases/download/v"
-                                  version "/Source.Code.tar.gz"))
-              (file-name (string-append name "-" version ".tar.gz"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/cisco/openh264";)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "0iq802xfsfkskg6q1j0kg90xh04vv1sxf61mrmahgynz5d7hx2ii"))))
+                "1wba260n1932vafd5ni2jqv9kzc7lj6a1asm1cqk8jv690m6zvpi"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("nasm" ,nasm)



reply via email to

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