mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: Add rust-symphonia-format-wav-0.4.
* gnu/packages/crates-io.scm (rust-symphonia-format-wav-0.4): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
52b609f5b9
commit
4f88b3aaf6
1 changed files with 23 additions and 0 deletions
|
@ -70535,6 +70535,29 @@ (define-public rust-symphonia-format-ogg-0.4
|
||||||
supports a wide range of audio formats. This package is an OGG demuxer.")
|
supports a wide range of audio formats. This package is an OGG demuxer.")
|
||||||
(license license:mpl2.0)))
|
(license license:mpl2.0)))
|
||||||
|
|
||||||
|
(define-public rust-symphonia-format-wav-0.4
|
||||||
|
(package
|
||||||
|
(name "rust-symphonia-format-wav")
|
||||||
|
(version "0.4.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "symphonia-format-wav" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1b8x213s44xis4pb1ibnqr1a20hsxf3phm527dvadpi0nkjsb7vd"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-log" ,rust-log-0.4)
|
||||||
|
("rust-symphonia-core" ,rust-symphonia-core-0.4)
|
||||||
|
("rust-symphonia-metadata" ,rust-symphonia-metadata-0.4))))
|
||||||
|
(home-page "https://github.com/pdeljanov/Symphonia")
|
||||||
|
(synopsis "Rust WAV demuxer from the Symphonia project")
|
||||||
|
(description
|
||||||
|
"Symphonia is a pure Rust decoding and media demuxing library that
|
||||||
|
supports a wide range of audio formats. This package is a WAV demuxer.")
|
||||||
|
(license license:mpl2.0)))
|
||||||
|
|
||||||
(define-public rust-symphonia-utils-xiph-0.4
|
(define-public rust-symphonia-utils-xiph-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-symphonia-utils-xiph")
|
(name "rust-symphonia-utils-xiph")
|
||||||
|
|
Loading…
Reference in a new issue