unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Steve George <steve@futurile.net>
To: 66839@debbugs.gnu.org
Cc: Steve George <steve@futurile.net>, efraim@flashner.co.il
Subject: [bug#66839] [PATCH 01/19] gnu: Add rust-librespot-connect-0.4.
Date: Mon, 30 Oct 2023 21:06:07 +0000	[thread overview]
Message-ID: <77c09c792397b22868b3f5641e2fd596e18633ce.1698699809.git.steve@futurile.net> (raw)
In-Reply-To: <cover.1698696699.git.steve@futurile.net>

* gnu/packages/crates-io.scm (rust-librespot-connect-0.4): New variable.
---
 gnu/packages/crates-io.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index fc26147157..7306c0d4d2 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -37823,6 +37823,39 @@ (define-public rust-librespot-audio-0.4
 package contains the audio fetching logic.")
     (license license:expat)))
 
+(define-public rust-librespot-connect-0.4
+  (package
+    (name "rust-librespot-connect")
+    (version "0.4.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "librespot-connect" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1v6k20173hx27g34d24vkb4a67av7dbr3mfmng64b51y8imgpyjg"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-form-urlencoded" ,rust-form-urlencoded-1)
+                       ("rust-futures-util" ,rust-futures-util-0.3)
+                       ("rust-librespot-core" ,rust-librespot-core-0.4)
+                       ("rust-librespot-discovery" ,rust-librespot-discovery-0.4)
+                       ("rust-librespot-playback" ,rust-librespot-playback-0.4)
+                       ("rust-librespot-protocol" ,rust-librespot-protocol-0.4)
+                       ("rust-log" ,rust-log-0.4)
+                       ("rust-protobuf" ,rust-protobuf-2)
+                       ("rust-rand" ,rust-rand-0.8)
+                       ("rust-serde" ,rust-serde-1)
+                       ("rust-serde-json" ,rust-serde-json-1)
+                       ("rust-tokio" ,rust-tokio-1)
+                       ("rust-tokio-stream" ,rust-tokio-stream-0.1))))
+    (home-page "https://github.com/librespot-org/librespot")
+    (synopsis "The discovery and Spotify Connect logic for Librespot")
+    (description
+     "Librespot is an open source client library for Spotify.  This package
+contains the discovery and Spotify Connect logic.")
+    (license license:expat)))
+
 (define-public rust-librespot-core-0.4
   (package
     (name "rust-librespot-core")

base-commit: 7e9783b2ab8c747ef340daa749bdeba9e924ec57
-- 
2.41.0





  reply	other threads:[~2023-10-30 21:07 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-30 20:16 [bug#66839] [PATCH 00/19] Series to add spotifyd Steve George
2023-10-30 21:06 ` Steve George [this message]
2023-10-30 21:06 ` [bug#66839] [PATCH 02/19] gnu: Add rust-daemonize-0.5 Steve George
2023-10-30 21:06 ` [bug#66839] [PATCH 03/19] gnu: rust-gethostname-0.4 Steve George
2023-10-30 21:06 ` [bug#66839] [PATCH 04/19] gnu: rust-libdbus-sys-0.2: Update to 0.2.5 Steve George
2023-10-30 21:06 ` [bug#66839] [PATCH 05/19] gnu: rust-dbus-0.9: Update to 0.9.7 Steve George
2023-10-30 21:06 ` [bug#66839] [PATCH 06/19] gnu: Add rust-dbus-crossroads-0.5 Steve George
2023-10-30 21:06 ` [bug#66839] [PATCH 07/19] gnu: Add rust-dbus-tokio-0.7 Steve George
2023-10-30 21:06 ` [bug#66839] [PATCH 08/19] gnu: rust-heapless-0.5: Update to 0.5.6 Steve George
2023-10-30 21:06 ` [bug#66839] [PATCH 09/19] gnu: Add rust-ansi-parser-0.8 Steve George
2023-10-30 21:06 ` [bug#66839] [PATCH 10/19] gnu: Add rust-tracing-error-0.2 Steve George
2023-10-30 21:06 ` [bug#66839] [PATCH 11/19] gnu: Add rust-color-spantrace-0.2 Steve George
2023-10-30 21:06 ` [bug#66839] [PATCH 12/19] gnu: Add rust-color-eyre-0.6 Steve George
2023-10-30 21:06 ` [bug#66839] [PATCH 13/19] gnu: Add rust-syslog-6 Steve George
2023-10-30 21:06 ` [bug#66839] [PATCH 14/19] gnu: Add rust-simple-logging-2 Steve George
2023-10-30 21:06 ` [bug#66839] [PATCH 15/19] gnu: Add rust-reopen-1 Steve George
2023-10-30 21:06 ` [bug#66839] [PATCH 16/19] gnu: Update rust-reopen-0.3 Steve George
2023-10-30 21:06 ` [bug#66839] [PATCH 17/19] gnu: rust-fern-0.6: Update to 0.6.2, add rust-syslog-6 dependency Steve George
2023-10-30 21:06 ` [bug#66839] [PATCH 18/19] gnu: rust-sha-1-0.10: Downgrade to 0.10.1 Steve George
2023-10-30 21:06 ` [bug#66839] [PATCH 19/19] gnu: Add rust-spotifyd-0.3 Steve George
2023-11-05 10:31 ` bug#66839: [PATCH 00/19] Series to add spotifyd Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=77c09c792397b22868b3f5641e2fd596e18633ce.1698699809.git.steve@futurile.net \
    --to=steve@futurile.net \
    --cc=66839@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).