[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/11: gnu: svt-av1: Update to 0.8.7.
From: |
guix-commits |
Subject: |
07/11: gnu: svt-av1: Update to 0.8.7. |
Date: |
Wed, 12 May 2021 18:40:20 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 79b9131234f84414a35605fac98a6f3862a9613e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed May 12 22:40:49 2021 +0200
gnu: svt-av1: Update to 0.8.7.
* gnu/packages/video.scm (svt-av1): Update to 0.8.7.
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 481ab46..90ab8a8 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4752,7 +4752,7 @@ transcode or reformat the videos in any way, producing
perfect backups.")
(define-public svt-av1
(package
(name "svt-av1")
- (version "0.8.6")
+ (version "0.8.7")
(source
(origin
(method git-fetch)
@@ -4761,7 +4761,7 @@ transcode or reformat the videos in any way, producing
perfect backups.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1wzamg89azi1f93wxvdy7silsgklckc754ca066k33drvyacicyw"))))
+ (base32 "1xlxb6kn6hqz9dxz0nd905m4i2mwjwq1330rbabwzmg4b66cdslg"))))
(build-system cmake-build-system)
;; SVT-AV1 only supports 64-bit Intel-compatible CPUs.
(supported-systems '("x86_64-linux"))
- branch master updated (7fb7384 -> 6a724b0), guix-commits, 2021/05/12
- 01/11: gnu: Add xfstests., guix-commits, 2021/05/12
- 04/11: gnu: qjackctl: Update to 0.9.3., guix-commits, 2021/05/12
- 05/11: gnu: qjackctl: Build with CMake., guix-commits, 2021/05/12
- 03/11: gnu: ccache: Update to 4.3., guix-commits, 2021/05/12
- 02/11: gnu: libjcat: Update to 0.1.7., guix-commits, 2021/05/12
- 06/11: gnu: snappy: Update to 1.1.9., guix-commits, 2021/05/12
- 07/11: gnu: svt-av1: Update to 0.8.7.,
guix-commits <=
- 09/11: gnu: libupnp: Update to 1.14.7., guix-commits, 2021/05/12
- 10/11: gnu: hdparm: Update to 9.62., guix-commits, 2021/05/12
- 11/11: gnu: btrfs-progs: Update to 5.12., guix-commits, 2021/05/12
- 08/11: gnu: squid: Update to 4.15., guix-commits, 2021/05/12