gnu: svt-av1: Update to 0.8.5.

* gnu/packages/video.scm (svt-av1): Update to 0.8.5.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-10 19:10:04 +02:00
parent a16400919f
commit c15a8fbf60
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -4440,16 +4440,16 @@ 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.4") (version "0.8.5")
(source (origin (source
(method git-fetch) (origin
(uri (git-reference (method git-fetch)
(url "https://github.com/OpenVisualCloud/SVT-AV1") (uri (git-reference
(commit (string-append "v" version)))) (url "https://github.com/OpenVisualCloud/SVT-AV1")
(file-name (git-file-name name version)) (commit (string-append "v" version))))
(sha256 (file-name (git-file-name name version))
(base32 (sha256
"0xad35q9sv5w0iihcf9q1f1m7br5anl3vsyx9svnx128iqf0n997")))) (base32 "1gfxdmdql090p7c8ln1z344g467l41p45287lmwy590hv8gw6bfg"))))
(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"))