gnu: Add rust-symphonia-bundle-mp3-0.4.
* gnu/packages/crates-io.scm (rust-symphonia-bundle-mp3-0.4): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
ffed57b028
commit
66cd50f8f2
1 changed files with 27 additions and 0 deletions
|
@ -70389,6 +70389,33 @@ (define-public rust-symphonia-metadata-0.4
|
||||||
multimedia tag and metadata readers.")
|
multimedia tag and metadata readers.")
|
||||||
(license license:mpl2.0)))
|
(license license:mpl2.0)))
|
||||||
|
|
||||||
|
(define-public rust-symphonia-bundle-mp3-0.4
|
||||||
|
(package
|
||||||
|
(name "rust-symphonia-bundle-mp3")
|
||||||
|
(version "0.4.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "symphonia-bundle-mp3" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "14074njhgrcgh2p5iryrd68mgdzcxf9v7p8xfm8ldkhylv29fkgc"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-1)
|
||||||
|
("rust-lazy-static" ,rust-lazy-static-1)
|
||||||
|
("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 "MP1, MP2, and MP3 demuxers and decoders written in pure Rust")
|
||||||
|
(description
|
||||||
|
"Symphonia is a pure Rust audio decoding and media demuxing library
|
||||||
|
supporting a wide range of aduio formats. This package contains support for
|
||||||
|
MP1, MP2 and MP3.")
|
||||||
|
(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