[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#61818] [PATCH 13/14] gnu: Add rust-ogg.
From: |
Steve George |
Subject: |
[bug#61818] [PATCH 13/14] gnu: Add rust-ogg. |
Date: |
Sun, 26 Feb 2023 17:09:27 +0000 |
* gnu/packages/crates-io.scm (rust-ogg): New variable.
---
gnu/packages/crates-io.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a632c6d4f3..92dffb8497 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -37694,6 +37694,33 @@ (define-public rust-odds-0.2
("rust-memchr" ,rust-memchr-2)
("rust-quickcheck" ,rust-quickcheck-0.4))))))
+(define-public rust-ogg-0.8
+ (package
+ (name "rust-ogg")
+ (version "0.8.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "ogg" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0vjxmqcv9252aj8byy70iy2krqfjknfcxg11lcyikj11pzlb8lb9"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #f
+ #:cargo-inputs
+ (("rust-byteorder" ,rust-byteorder-1)
+ ("rust-bytes" ,rust-bytes-0.4)
+ ("rust-futures" ,rust-futures-0.1)
+ ("rust-tokio-io" ,rust-tokio-io-0.1))
+ #:cargo-development-inputs
+ (("rust-rand" ,rust-rand-0.3))))
+ (home-page "https://github.com/RustAudio/ogg")
+ (synopsis "Ogg container decoder and encoder written in pure Rust")
+ (description "An Ogg decoder and encoder. Implements the xiph.org Ogg
+spec in pure Rust.")
+ (license license:expat)))
+
(define-public rust-ogg-sys-0.0.9
(package
(name "rust-ogg-sys")
--
2.39.1
- [bug#61818] Various Ogg Vorbis crates, Steve George, 2023/02/26
- [bug#61818] [PATCH 01/14] gnu: Add rust-ogg-sys., Steve George, 2023/02/26
- [bug#61818] [PATCH 02/14] gnu: Add rust-vorbis-sys., Steve George, 2023/02/26
- [bug#61818] [PATCH 03/14] gnu: Add rust-vorbisfile-sys., Steve George, 2023/02/26
- [bug#61818] [PATCH 10/14] gnu: Add rust-rental., Steve George, 2023/02/26
- [bug#61818] [PATCH 07/14] gnu: Add rust-parking-lot-core-0.2., Steve George, 2023/02/26
- [bug#61818] [PATCH 08/14] gnu: Add rust-parking-lot-0.4., Steve George, 2023/02/26
- [bug#61818] [PATCH 13/14] gnu: Add rust-ogg.,
Steve George <=
- [bug#61818] [PATCH 12/14] gnu: Add rust-alto., Steve George, 2023/02/26
- [bug#61818] [PATCH 06/14] gnu: Add rust-owning-ref-0.3., Steve George, 2023/02/26
- [bug#61818] [PATCH 09/14] gnu: Add rust-rental-impl., Steve George, 2023/02/26
- [bug#61818] [PATCH 05/14] gnu: Add rust-librespot-tremor., Steve George, 2023/02/26
- [bug#61818] [PATCH 14/14] gnu: Add rust-lewton., Steve George, 2023/02/26
- [bug#61818] [PATCH 11/14] gnu: Add rust-al-sys., Steve George, 2023/02/26
- [bug#61818] [PATCH 04/14] gnu: Add rust-vorbis., Steve George, 2023/02/26