gnu: svt-av1: Update to 0.8.7.
* gnu/packages/video.scm (svt-av1): Update to 0.8.7.master
parent
bd1c5fe46b
commit
79b9131234
|
@ -4752,7 +4752,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.6")
|
(version "0.8.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4761,7 +4761,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 "1wzamg89azi1f93wxvdy7silsgklckc754ca066k33drvyacicyw"))))
|
(base32 "1xlxb6kn6hqz9dxz0nd905m4i2mwjwq1330rbabwzmg4b66cdslg"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
;; SVT-AV1 only supports 64-bit Intel-compatible CPUs.
|
;; SVT-AV1 only supports 64-bit Intel-compatible CPUs.
|
||||||
(supported-systems '("x86_64-linux"))
|
(supported-systems '("x86_64-linux"))
|
||||||
|
|
Reference in New Issue