mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: svt-av1: Update to 0.8.3.
* gnu/packages/video.scm (svt-av1): Update to 0.8.3.
This commit is contained in:
parent
056cd03520
commit
2e59ae2384
1 changed files with 2 additions and 2 deletions
|
@ -3873,7 +3873,7 @@ (define-public dvdbackup
|
||||||
(define-public svt-av1
|
(define-public svt-av1
|
||||||
(package
|
(package
|
||||||
(name "svt-av1")
|
(name "svt-av1")
|
||||||
(version "0.8.2")
|
(version "0.8.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3882,7 +3882,7 @@ (define-public svt-av1
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0273fxgf4r832y9s0p8hqdj1j1nj8nlz4hylya0b4nsif89yfrhp"))))
|
"1rh4sz1bmrsxyxfxajsffw5jd17djcrymhwsi877v02fgln027qr"))))
|
||||||
(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"))
|
||||||
|
|
Loading…
Reference in a new issue