gnu: Add rust-dav1d-0.6.

* gnu/packages/crates-graphics.scm (rust-dav1d-0.6): New variable.
This commit is contained in:
Nicolas Goaziou 2021-12-28 21:22:33 +01:00
parent fbd3398b9f
commit ac04b300fc
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -570,6 +570,27 @@ (define-public rust-core-video-sys-0.1
and iOS.")
(license license:expat)))
(define-public rust-dav1d-0.6
(package
(name "rust-dav1d")
(version "0.6.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "dav1d" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0pn6r1a9qfrpg2xwc7ci2iddvnzxb17ddca0bwymgi839cxc2chl"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-dav1d-sys" ,rust-dav1d-sys-0.3))))
(home-page "https://github.com/rust-av/dav1d-rs")
(synopsis "libdav1d bindings in Rust")
(description "This package provides libdav1d bindings in Rust.")
(license license:expat)))
(define-public rust-dav1d-sys-0.3
(package
(name "rust-dav1d-sys")