[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#66579] [PATCH 13/13] gnu: Add rust-librespot-discovery.
From: |
Steve George |
Subject: |
[bug#66579] [PATCH 13/13] gnu: Add rust-librespot-discovery. |
Date: |
Mon, 16 Oct 2023 17:54:15 +0100 |
* gnu/packages/crates-io.scm (rust-librespot-discovery): New variable.
---
gnu/packages/crates-io.scm | 39 ++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 4e1b2460b8..4774187ab0 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -35720,6 +35720,45 @@ (define-public rust-librespot-core-0.4
channel and session.")
(license license:expat)))
+(define-public rust-librespot-discovery-0.4
+ (package
+ (name "rust-librespot-discovery")
+ (version "0.4.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "librespot-discovery" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "01igbv0xf3vj046jvblbr09cgmv25mlfajyb2903cl31iz8pga1a"))))
+ (build-system cargo-build-system)
+ (arguments
+ (list #:skip-build? #f
+ #:cargo-inputs `(("rust-aes-ctr" ,rust-aes-ctr-0.6)
+ ("rust-base64" ,rust-base64-0.13)
+ ("rust-form-urlencoded" ,rust-form-urlencoded-1)
+ ("rust-futures-core" ,rust-futures-core-0.3)
+ ("rust-hmac" ,rust-hmac-0.11)
+ ("rust-hyper" ,rust-hyper-0.14)
+ ("rust-libmdns" ,rust-libmdns-0.7)
+ ("rust-librespot-core" ,rust-librespot-core-0.4)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-rand" ,rust-rand-0.8)
+ ("rust-serde-json" ,rust-serde-json-1)
+ ("rust-sha-1" ,rust-sha-1-0.9)
+ ("rust-thiserror" ,rust-thiserror-1)
+ ("rust-tokio" ,rust-tokio-1)
+ ("rust-dns-sd" ,rust-dns-sd-0.1))
+ #:cargo-development-inputs `(("rust-futures" ,rust-futures-0.3)
+ ("rust-hex" ,rust-hex-0.4)
+ ("rust-simple-logger"
,rust-simple-logger-2)
+ ("rust-tokio" ,rust-tokio-1))))
+ (home-page "https://github.com/librespot-org/librespot")
+ (synopsis "The discovery logic of Librespot")
+ (description "Part of Librespot, an open source client library for
+Spotify. This package contains the discovery logic.")
+ (license license:expat)))
+
(define-public rust-librespot-protocol-0.4
(package
(name "rust-librespot-protocol")
--
2.41.0
- [bug#66579] [PATCH 05/13] gnu: Add rust-password-hash-0.2, (continued)
- [bug#66579] [PATCH 05/13] gnu: Add rust-password-hash-0.2, Steve George, 2023/10/16
- [bug#66579] [PATCH 04/13] gnu: Add rust-librespot-protocol., Steve George, 2023/10/16
- [bug#66579] [PATCH 02/13] gnu: rust-protobuf-2: Update to 2.28.0., Steve George, 2023/10/16
- [bug#66579] [PATCH 06/13] gnu: Add rust-pbkdf2-0.8., Steve George, 2023/10/16
- [bug#66579] [PATCH 07/13] gnu: Add rust-priority-queue-1, Steve George, 2023/10/16
- [bug#66579] [PATCH 10/13] gnu: Add rust-librespot-audio., Steve George, 2023/10/16
- [bug#66579] [PATCH 08/13] gnu: Add rust-shannon, Steve George, 2023/10/16
- [bug#66579] [PATCH 11/13] gnu: rust-if-addrs: Update to 0.7.0, Steve George, 2023/10/16
- [bug#66579] [PATCH 13/13] gnu: Add rust-librespot-discovery.,
Steve George <=
- [bug#66579] [PATCH 12/13] gnu: rust-libmdns: Update to 0.7.5., Steve George, 2023/10/16
- [bug#66579] [PATCH 09/13] gnu: Add rust-librespot-core., Steve George, 2023/10/16
- [bug#66579] [PATCH v2 00/15] Series to add rust-librespot-core, audio and discovery, Steve George, 2023/10/20
- [bug#66579] [PATCH v2 01/15] gnu: Add rust-hyper-proxy, Steve George, 2023/10/20
- [bug#66579] [PATCH v2 02/15] gnu: rust-protobuf-2: Update to 2.28.0., Steve George, 2023/10/20
- [bug#66579] [PATCH v2 03/15] gnu: rust-protobuf-codegen & rust-protobuf-codegen-pure: Update to 2.28.0., Steve George, 2023/10/20
- [bug#66579] [PATCH v2 13/15] gnu: rust-libmdns: Update to 0.7.5., Steve George, 2023/10/20
- [bug#66579] [PATCH v2 05/15] gnu: Add rust-password-hash-0.2, Steve George, 2023/10/20
- [bug#66579] [PATCH v2 09/15] gnu: Add rust-librespot-core., Steve George, 2023/10/20
- [bug#66579] [PATCH v2 07/15] gnu: Add rust-priority-queue-1, Steve George, 2023/10/20