[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#66579] [PATCH 04/13] gnu: Add rust-librespot-protocol.
From: |
Steve George |
Subject: |
[bug#66579] [PATCH 04/13] gnu: Add rust-librespot-protocol. |
Date: |
Mon, 16 Oct 2023 17:54:06 +0100 |
* gnu/packages/crates-io.scm (rust-librespot-protocol): New variable.
---
gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1e5e99b719..154e608724 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -35587,6 +35587,30 @@ (define-public rust-libradicl-0.4
single-cell and single-nucleus sequencing data.")
(license license:bsd-3)))
+(define-public rust-librespot-protocol-0.4
+ (package
+ (name "rust-librespot-protocol")
+ (version "0.4.2")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "librespot-protocol" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "17xkvhlxfkjh1z79pvq22nrxi99hcxnzafg0pdkymh3a3733lvax"))))
+ (build-system cargo-build-system)
+ (arguments
+ (list #:skip-build? #f
+ #:cargo-inputs `(("rust-protobuf" ,rust-protobuf-2)
+ ("rust-glob" ,rust-glob-0.3)
+ ("rust-protobuf-codegen-pure"
,rust-protobuf-codegen-pure-2))))
+ (home-page "https://github.com/librespot-org/librespot")
+ (synopsis "The protobuf logic for communicating with Spotify servers")
+ (description "Part of Librespot, an open source, Spotify client library.
+This package contains the protobuf logic.")
+ (license license:expat)))
+
+
(define-public rust-libsqlite3-sys-0.26
(package
(name "rust-libsqlite3-sys")
--
2.41.0
- [bug#66579] [PATCH 00/13] Series to add rust-librespot-core, audio and discovery, Steve George, 2023/10/16
- [bug#66579] [PATCH 01/13] gnu: Add rust-hyper-proxy, Steve George, 2023/10/16
- [bug#66579] [PATCH 03/13] gnu: rust-protobuf-codegen & rust-protobuf-codegen-pure: Update to 2.28.0., Steve George, 2023/10/16
- [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 <=
- [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, 2023/10/16
- [bug#66579] [PATCH 12/13] gnu: rust-libmdns: Update to 0.7.5., Steve George, 2023/10/16