Archived
1
0
Fork 0

gnu: svt-av1: Update to 0.8.6.

* gnu/packages/video.scm (svt-av1): Update to 0.8.6.
This commit is contained in:
Tobias Geerinckx-Rice 2020-12-01 20:51:22 +01:00
parent 74e6b3a859
commit 975ffa3d50
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4572,7 +4572,7 @@ transcode or reformat the videos in any way, producing perfect backups.")
(define-public svt-av1 (define-public svt-av1
(package (package
(name "svt-av1") (name "svt-av1")
(version "0.8.5") (version "0.8.6")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4581,7 +4581,7 @@ transcode or reformat the videos in any way, producing perfect backups.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1gfxdmdql090p7c8ln1z344g467l41p45287lmwy590hv8gw6bfg")))) (base32 "1wzamg89azi1f93wxvdy7silsgklckc754ca066k33drvyacicyw"))))
(build-system cmake-build-system) (build-system cmake-build-system)
;; SVT-AV1 only supports Intel-compatible CPUs. ;; SVT-AV1 only supports Intel-compatible CPUs.
(supported-systems '("x86_64-linux" "i686-linux")) (supported-systems '("x86_64-linux" "i686-linux"))