[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)
- branch master updated (28618b0 -> 9a2e5fe), guix-commits, 2019/06/20
- 08/08: gnu: ungoogled-chromium: Disable parallel build., guix-commits, 2019/06/20
- 07/08: gnu: samba: Update to 4.10.5 [fixes CVE-2019-12435, CVE-2019-12436]., guix-commits, 2019/06/20
- 05/08: gnu: openh264: Update to 2.0.0.,
guix-commits <=
- 01/08: gnu: dbus: Fix CVE-2019-12749., guix-commits, 2019/06/20
- 06/08: gnu: ungoogled-chromium: Update to 75.0.3770.100-0.5d8abc3., guix-commits, 2019/06/20
- 02/08: gnu: python-unidecode: Update to 1.1.0., guix-commits, 2019/06/20
- 03/08: gnu: Use HTTPS for sphinx-doc.org., guix-commits, 2019/06/20
- 04/08: gnu: ungoogled-chromium: Install icons., guix-commits, 2019/06/20