gnu: dav1d: Update to 0.5.2.
* gnu/packages/video.scm (dav1d): Update to 0.5.2.
This commit is contained in:
parent
1debba19db
commit
fd69abdef2
1 changed files with 2 additions and 2 deletions
|
@ -3562,7 +3562,7 @@ transitions, and effects and then export your film to many common formats.")
|
||||||
(define-public dav1d
|
(define-public dav1d
|
||||||
(package
|
(package
|
||||||
(name "dav1d")
|
(name "dav1d")
|
||||||
(version "0.5.1")
|
(version "0.5.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3570,7 +3570,7 @@ transitions, and effects and then export your film to many common formats.")
|
||||||
"/dav1d/" version "/dav1d-" version ".tar.xz"))
|
"/dav1d/" version "/dav1d-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03cf6f9if45prq97qp7llzi1p71dyw9ymc87hc225iy89kmzjsdd"))))
|
"02hgarv2x2bqbac15pdj7pbm8f4lyn78ws0dncygvhis9a6ghk7r"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs `(("nasm" ,nasm)))
|
(native-inputs `(("nasm" ,nasm)))
|
||||||
(home-page "https://code.videolan.org/videolan/dav1d")
|
(home-page "https://code.videolan.org/videolan/dav1d")
|
||||||
|
|
Reference in a new issue