me
/
guix
Archived
1
0
Fork 0

gnu: svt-av1: Update to 0.9.0.

* gnu/packages/video.scm (svt-av1): Update to 0.9.0.
Leo Famulari 2022-01-22 03:07:00 -05:00
parent e9c30fed52
commit 5798df20fc
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -5075,7 +5075,7 @@ transcode or reformat the videos in any way, producing perfect backups.")
(define-public svt-av1
(package
(name "svt-av1")
(version "0.8.7")
(version "0.9.0")
(source
(origin
(method git-fetch)
@ -5084,7 +5084,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 "1xlxb6kn6hqz9dxz0nd905m4i2mwjwq1330rbabwzmg4b66cdslg"))))
(base32 "1mavggl6f7pk7xs22859vm19qp9csjvdcys3b6n2f4pljqkp4qcj"))))
(build-system cmake-build-system)
;; SVT-AV1 only supports 64-bit Intel-compatible CPUs.
(supported-systems '("x86_64-linux"))