[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/11: gnu: libvpx: Update to 1.9.0.
From: |
guix-commits |
Subject: |
09/11: gnu: libvpx: Update to 1.9.0. |
Date: |
Sat, 10 Oct 2020 17:40:48 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 2f702f2d1fd4c962419c5286af980ca802193b58
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Oct 7 15:34:55 2020 +0200
gnu: libvpx: Update to 1.9.0.
* gnu/packages/video.scm (libvpx): Update to 1.9.0.
---
gnu/packages/video.scm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 9350891..2ece217 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2129,9 +2129,8 @@ To load this plugin, specify the following option when
starting mpv:
(define-public libvpx
(package
(name "libvpx")
- (version "1.8.2")
+ (version "1.9.0")
(source (origin
- ;; XXX: Upstream does not provide tarballs for > 1.6.1.
(method git-fetch)
(uri (git-reference
(url "https://chromium.googlesource.com/webm/libvpx")
@@ -2139,7 +2138,7 @@ To load this plugin, specify the following option when
starting mpv:
(file-name (git-file-name name version))
(sha256
(base32
- "0gyq4fkbd2fv7m1mm9xrvn6rk6f4jsmbv8bnlhingmnrvyncnmnr"))
+ "16xv6ambc82g14h1y0q1vyy57wp6j9fbp0nk0wd5csnrw407rhry"))
(patches (search-patches "libvpx-CVE-2016-2818.patch"))))
(build-system gnu-build-system)
(arguments
@@ -2157,7 +2156,11 @@ To load this plugin, specify the following option when
starting mpv:
;; The configure script does not understand some of the
GNU
;; options, so we only add the flags specified above.
(apply invoke "./configure" configure-flags))))
- #:tests? #f)) ; no check target
+
+ ;; XXX: The test suite wants to download 871 files from a cloud storage
+ ;; service (see test/test-data.sha1). It is possible to specify a
+ ;; custom directory, but there seems to be no tarball with all files.
+ #:tests? #f))
(native-inputs
`(("perl" ,perl)
("yasm" ,yasm)))
- branch master updated (5b548a1 -> 26f6bd0), guix-commits, 2020/10/10
- 02/11: gnu: Rename 'llvm-download-uri' to 'llvm-uri'., guix-commits, 2020/10/10
- 04/11: gnu: python-oauthlib: Update to 3.1.0., guix-commits, 2020/10/10
- 01/11: gnu: folly: Remove reference to missing patch., guix-commits, 2020/10/10
- 09/11: gnu: libvpx: Update to 1.9.0.,
guix-commits <=
- 03/11: gnu: python-openid: Update to 3.2.0., guix-commits, 2020/10/10
- 05/11: gnu: python-dirsync: Update to 2.2.5., guix-commits, 2020/10/10
- 10/11: services: ganeti: Fix typo., guix-commits, 2020/10/10
- 07/11: gnu: fakeroot: Update to 1.25.1., guix-commits, 2020/10/10
- 06/11: gnu: python-dirsync: Update home page., guix-commits, 2020/10/10
- 08/11: gnu: drbd-utils: Update to 9.15.0., guix-commits, 2020/10/10
- 11/11: gnu: Add buku., guix-commits, 2020/10/10