[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/13: gnu: svt-av1: Update to 0.8.5.
From: |
guix-commits |
Subject: |
04/13: gnu: svt-av1: Update to 0.8.5. |
Date: |
Fri, 11 Sep 2020 10:40:50 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit c15a8fbf60d240c414f150efa995e7f8d20b19a4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Sep 10 19:10:04 2020 +0200
gnu: svt-av1: Update to 0.8.5.
* gnu/packages/video.scm (svt-av1): Update to 0.8.5.
---
gnu/packages/video.scm | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index e5509ff..bd3b1cc 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4440,16 +4440,16 @@ transcode or reformat the videos in any way, producing
perfect backups.")
(define-public svt-av1
(package
(name "svt-av1")
- (version "0.8.4")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/OpenVisualCloud/SVT-AV1")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0xad35q9sv5w0iihcf9q1f1m7br5anl3vsyx9svnx128iqf0n997"))))
+ (version "0.8.5")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/OpenVisualCloud/SVT-AV1")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1gfxdmdql090p7c8ln1z344g467l41p45287lmwy590hv8gw6bfg"))))
(build-system cmake-build-system)
;; SVT-AV1 only supports Intel-compatible CPUs.
(supported-systems '("x86_64-linux" "i686-linux"))
- branch master updated (58a2c80 -> 58833ae), guix-commits, 2020/09/11
- 01/13: gnu: fetchmail: Update to 6.4.12., guix-commits, 2020/09/11
- 04/13: gnu: svt-av1: Update to 0.8.5.,
guix-commits <=
- 05/13: gnu: libwps: Update to 0.4.12., guix-commits, 2020/09/11
- 08/13: gnu: libostree: Update to 2020.6., guix-commits, 2020/09/11
- 12/13: gnu: samplv1: Update to 0.9.17., guix-commits, 2020/09/11
- 13/13: gnu: hangups: Update to 0.4.11., guix-commits, 2020/09/11
- 11/13: gnu: drumkv1: Update to 0.9.17., guix-commits, 2020/09/11
- 06/13: gnu: xonsh: Update to 0.9.21., guix-commits, 2020/09/11
- 07/13: gnu: highlight: Update to 3.58., guix-commits, 2020/09/11
- 09/13: gnu: moreutils: Update to 0.64., guix-commits, 2020/09/11
- 02/13: gnu: mcabber: Update to 1.1.1., guix-commits, 2020/09/11
- 03/13: services: dovecot: Only serialize settings with non-empty values., guix-commits, 2020/09/11