mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add rust-symphonia-code-pcm-0.4
* gnu/packages/crates-io.scm (rust-symphonia-code-pcm-0.4): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
4917042a49
commit
3d0e0d7dec
1 changed files with 23 additions and 0 deletions
|
@ -70439,6 +70439,29 @@ (define-public rust-symphonia-codec-aac-0.4
|
||||||
decoder.")
|
decoder.")
|
||||||
(license license:mpl2.0)))
|
(license license:mpl2.0)))
|
||||||
|
|
||||||
|
(define-public rust-symphonia-codec-pcm-0.4
|
||||||
|
(package
|
||||||
|
(name "rust-symphonia-codec-pcm")
|
||||||
|
(version "0.4.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "symphonia-codec-pcm" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1is49qjnfy541zpgzz498hnpz0nsq7i4nfky2133b6aqhxrm87ds"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-log" ,rust-log-0.4)
|
||||||
|
("rust-symphonia-core" ,rust-symphonia-core-0.4))))
|
||||||
|
(home-page "https://github.com/pdeljanov/Symphonia")
|
||||||
|
(synopsis "Pure Rust PCM audio decoder, part of Symphonia")
|
||||||
|
(description
|
||||||
|
"Symphonia is a pure Rust audio decoding and media demuxing library
|
||||||
|
that supports a wide range of audio formats. This package contains a
|
||||||
|
@acronym{PCM, Pulse-Code Modulation} audio decoder.")
|
||||||
|
(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