mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add rust-dav1d-0.6.
* gnu/packages/crates-graphics.scm (rust-dav1d-0.6): New variable.
This commit is contained in:
parent
fbd3398b9f
commit
ac04b300fc
1 changed files with 21 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue