[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/62: gnu: Place rust-rodio-0.15 in alphabetical order.
From: |
guix-commits |
Subject: |
26/62: gnu: Place rust-rodio-0.15 in alphabetical order. |
Date: |
Wed, 13 Mar 2024 16:22:20 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 80a349a933e13434b0c2cf20837d78dc254f2a11
Author: Herman Rimm <herman@rimm.ee>
AuthorDate: Sun Feb 18 22:02:24 2024 +0100
gnu: Place rust-rodio-0.15 in alphabetical order.
gnu/packages/crates-io.scm (rust-rodio-0.15): Move variable.
Change-Id: I71364774e17b776c43b696791a98c01e62655c10
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/crates-io.scm | 56 +++++++++++++++++++++++-----------------------
1 file changed, 28 insertions(+), 28 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2eb144a4e9..be567f0147 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -16092,34 +16092,6 @@ feature flags.")
number ``crunching``.")
(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-cssparser-0.29
(package
(name "rust-cssparser")
@@ -55106,6 +55078,34 @@ MessagePack format.")
(description "Model a project roadmap as a directed acyclic graph.")
(license license:expat-0)))
+(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-roff-0.2
(package
(name "rust-roff")
- 53/62: gnu: llvm-17: Fix building on riscv64-linux., (continued)
- 53/62: gnu: llvm-17: Fix building on riscv64-linux., guix-commits, 2024/03/13
- 08/62: gnu: Add rust-compiletest-rs-0.9., guix-commits, 2024/03/13
- 14/62: gnu: Place rust-thousands-0.2 in alphabetical order., guix-commits, 2024/03/13
- 12/62: gnu: Add rust-imbl-2., guix-commits, 2024/03/13
- 11/62: gnu: Add rust-imbl-sized-chunks-0.1., guix-commits, 2024/03/13
- 15/62: gnu: Place rust-twox-hash-1 in alphabetical order., guix-commits, 2024/03/13
- 20/62: gnu: Place rust-rpassword-5 in alphabetical order., guix-commits, 2024/03/13
- 22/62: gnu: Place rust-rpassword-7 in alphabetical order., guix-commits, 2024/03/13
- 25/62: gnu: Place rust-roxmltree-0.14 in alphabetical order., guix-commits, 2024/03/13
- 29/62: gnu: Add rust-readlock-tokio-0.1., guix-commits, 2024/03/13
- 26/62: gnu: Place rust-rodio-0.15 in alphabetical order.,
guix-commits <=
- 28/62: gnu: Add rust-readlock-0.1., guix-commits, 2024/03/13
- 30/62: gnu: Add rust-eyeball-0.8., guix-commits, 2024/03/13
- 34/62: gnu: Add rust-k256-0.13., guix-commits, 2024/03/13
- 35/62: gnu: rust-ecdsa-0.16: Update to 0.16.9., guix-commits, 2024/03/13
- 46/62: gnu: Add rust-parse-display-derive-0.8., guix-commits, 2024/03/13
- 39/62: gnu: Add rust-mas-iana-0.7., guix-commits, 2024/03/13
- 59/62: gnu: rust-assert-cmd-2: Update to 2.0.14., guix-commits, 2024/03/13
- 62/62: gnu: rust-anstyle-query-1: Update to 1.0.2., guix-commits, 2024/03/13
- 51/62: gnu: rust-lettre-email-0.9: Don't skip the build., guix-commits, 2024/03/13
- 44/62: gnu: Add rust-structmeta-derive-0.2., guix-commits, 2024/03/13