mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: Add rust-rodio-0.15.
* gnu/packages/crates-io.scm (rust-rodio-0.15): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: I4b084b5f7bdba29f2a0661c0e106169ffde5c74a
This commit is contained in:
parent
188e08e779
commit
153b63134d
1 changed files with 28 additions and 0 deletions
|
@ -17579,6 +17579,34 @@ (define-public rust-crunchy-0.2
|
||||||
number ``crunching``.")
|
number ``crunching``.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-rodio-0.15
|
||||||
|
(package
|
||||||
|
(name "rust-rodio")
|
||||||
|
(version "0.15.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "rodio" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "07kkrx0hxfcqgkpg0lrh9355bj1rl0k65nwsk3qwdri6yvlkj2gc"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-claxon" ,rust-claxon-0.4)
|
||||||
|
("rust-cpal" ,rust-cpal-0.13)
|
||||||
|
("rust-hound" ,rust-hound-3)
|
||||||
|
("rust-lewton" ,rust-lewton-0.10)
|
||||||
|
("rust-minimp3" ,rust-minimp3-0.5)
|
||||||
|
("rust-symphonia" ,rust-symphonia-0.4))
|
||||||
|
#:cargo-development-inputs (("rust-quickcheck" ,rust-quickcheck-0.9))))
|
||||||
|
(native-inputs (list pkg-config))
|
||||||
|
(inputs (list alsa-lib))
|
||||||
|
(home-page "https://github.com/RustAudio/rodio")
|
||||||
|
(synopsis "Pure Rust audio playback library")
|
||||||
|
(description "Audio playback library written in pure Rust that supports
|
||||||
|
many formats including AAC, FLAC, MP3, MP4 and WAV.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-roxmltree-0.14
|
(define-public rust-roxmltree-0.14
|
||||||
(package
|
(package
|
||||||
(name "rust-roxmltree")
|
(name "rust-roxmltree")
|
||||||
|
|
Loading…
Reference in a new issue