1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-10 07:00:37 +02:00

gnu: rust-lewton-0.10: Move to (gnu packages crates-audio).

* gnu/packages/crates-io.scm (rust-lewton-0.10): Move from here ...
* gnu/packages/crates-audio.scm: ... to here.

Change-Id: Iaa743c6d38410ec44116eefb6b0718368c84ba1b
This commit is contained in:
Efraim Flashner
2024-12-26 18:54:41 +02:00
parent 6e0a7c199f
commit cf4fde6820
2 changed files with 28 additions and 28 deletions

View File

@@ -153,6 +153,34 @@
("rust-libloading" ,rust-libloading-0.6)
("rust-pkg-config" ,rust-pkg-config-0.3))))))
(define-public rust-lewton-0.10
(package
(name "rust-lewton")
(version "0.10.2")
(source (origin
(method url-fetch)
(uri (crate-uri "lewton" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0c60fn004awg5c3cvx82d6na2pirf0qdz9w3b93mbcdakbglhyvp"))))
(build-system cargo-build-system)
(arguments
(list #:cargo-inputs
`(("rust-byteorder" ,rust-byteorder-1)
("rust-futures" ,rust-futures-0.1)
("rust-ogg" ,rust-ogg-0.8)
("rust-tinyvec" ,rust-tinyvec-1)
("rust-tokio-io" ,rust-tokio-io-0.1))
#:cargo-development-inputs
`(("rust-alto" ,rust-alto-3)
("rust-ogg" ,rust-ogg-0.8))))
(home-page "https://github.com/RustAudio/lewton")
(synopsis "Pure Rust Vorbis decoder")
(description "A pure Rust Vorbis decoder. Vorbis is a free and open
source audio format.")
(license (list license:expat license:asl2.0))))
(define-public rust-lv2-0.6
(package
(name "rust-lv2")

View File

@@ -41078,34 +41078,6 @@ and authentication, easy email builders, and async support.")
"This crate provides an implementation of the levenshtein algorithm in rust.")
(license license:expat)))
(define-public rust-lewton-0.10
(package
(name "rust-lewton")
(version "0.10.2")
(source (origin
(method url-fetch)
(uri (crate-uri "lewton" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0c60fn004awg5c3cvx82d6na2pirf0qdz9w3b93mbcdakbglhyvp"))))
(build-system cargo-build-system)
(arguments
(list #:cargo-inputs
`(("rust-byteorder" ,rust-byteorder-1)
("rust-futures" ,rust-futures-0.1)
("rust-ogg" ,rust-ogg-0.8)
("rust-tinyvec" ,rust-tinyvec-1)
("rust-tokio-io" ,rust-tokio-io-0.1))
#:cargo-development-inputs
`(("rust-alto" ,rust-alto-3)
("rust-ogg" ,rust-ogg-0.8))))
(home-page "https://github.com/RustAudio/lewton")
(synopsis "Pure Rust Vorbis decoder")
(description "A pure Rust Vorbis decoder. Vorbis is a free and open
source audio format.")
(license (list license:expat license:asl2.0))))
(define-public rust-lexical-6
(package
(name "rust-lexical")