[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)
- branch master updated (6adc6b0 -> f42846b), Marius Bakke, 2018/07/12
- 06/18: gnu: python-pyyaml: Update to 3.13., Marius Bakke, 2018/07/12
- 02/18: gnu: openh264: Update to 1.8.0.,
Marius Bakke <=
- 03/18: gnu: rng-tools: Update to 6.3., Marius Bakke, 2018/07/12
- 08/18: gnu: tevent: Update to 0.9.37., Marius Bakke, 2018/07/12
- 07/18: gnu: talloc: Update to 2.1.14., Marius Bakke, 2018/07/12
- 17/18: gnu: unbound: Update to 1.7.3., Marius Bakke, 2018/07/12
- 04/18: gnu: libzip: Update to 1.5.1., Marius Bakke, 2018/07/12
- 01/18: gnu: xapian: Update to 1.4.6 [fixes CVE-2018-0499]., Marius Bakke, 2018/07/12
- 05/18: gnu: appstream-glib: Update to 0.7.10., Marius Bakke, 2018/07/12
- 12/18: gnu: lsof: Update to 4.91., Marius Bakke, 2018/07/12
- 13/18: gnu: lsof: Return #t from all phases., Marius Bakke, 2018/07/12
- 14/18: gnu: oniguruma: Update to 6.8.2., Marius Bakke, 2018/07/12