all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66717] [PATCH 00/64] Series to add rust-librespot-playback-0.4
@ 2023-10-23 21:32 Steve George
  2023-10-23 22:20 ` [bug#66717] [PATCH 01/64] gnu: Add rust-ogg Steve George
                   ` (64 more replies)
  0 siblings, 65 replies; 66+ messages in thread
From: Steve George @ 2023-10-23 21:32 UTC (permalink / raw)
  To: 66717; +Cc: Steve George

Hi,

This is a series to add rust-librespot-playback.

I need some help as I've run into a problem at the end that is
preventing building librespot-playback from source.

The error message is that there can only be one version of a system
library in the tree - there are conflicting versions of Jack

* cpal v0.13.5 requires jack-0.8 -> jack-sys-0.2.3
* librespot-playback v0.4.2 requires jack-0.10 -> jack-sys-0.4

I can't find a way to adjust the dependencies so there's only one Jack
in the tree:

* Librespot v0.4.2 and v0.4.1 both want jack-10
* There's no version of cpal-0.13.x that supports jack-10

Are there any other ways I can resolve the dependencies?

Steve George (64):
  gnu: Add rust-ogg.
  gnu: rust-owning-ref: Update to 0.3.3.
  gnu: rust-parking-lot-core: Update to 0.2.14.
  gnu: rust-parking-lot: Update to 0.4.8.
  gnu: Add rust-rental and rust-rental-impl.
  gnu: Add rust-al-sys.
  gnu: Add rust-alto.
  gnu: Add rust-lewton.
  gnu: Add rust-alsa-sys.
  gnu: Add rust-alsa.
  gnu: rust-alsa: Update to 0.6.0.
  gnu: Add rust-coreaudio-rs-0.10 and rust-coreaudio-sys-0.2.
  gnu: Add rust-ndk-0.6 & rust-ndk-sys-0.3.
  gnu: Add rust-ndk-glue-0.6.
  gnu: Add rust-fetch-unroll-0.3.
  gnu: Add rust-oboe-0.4 and rust-oboe-sys-0.4.
  gnu: Add rust-stdweb-0.1.
  gnu: Add rust-bindgen-0.56
  gnu: Add rust-asyio-sys.
  gnu: Add rust-jack-0.8 and rust-jack-sys-0.2.
  gnu: Add rust-hound-3.
  gnu: Update rust-cache-padded-1 to 1.3.0.
  gnu: Add rust-ringbuf-0.2.
  gnu: Add rust-cpal-0.13.
  gnu: Add rust-option-operations-0.4.
  gnu: Add rust-muldiv-1.
  gnu: Add rust-pretty-hex.
  gnu: Add rust-gstreamer-sys-0.18.
  gnu: Add rust-gstreamer-0.18.
  gnu: Add rust-gstreamer-base-sys-0.18.
  gnu: Add rust-gstreamer-base-0.18.
  gnu: Add rust-gstreamer-app-sys-0.18.
  gnu: Add rust-gstreamer-app-0.18.
  gnu: Add rust-array-init-2.
  gnu: Add rust-gstreamer-audio-sys-0.18.
  gnu: Add rust-gstreamer-audio-0.18.
  gnu: Add rust-jack-sys-0.4.
  gnu: Add rust-jack-0.10.
  gnu: rust-libpulse-sys-1: Update to v1.21.0
  gnu: Add rust-libpulse-simple-sys-1.
  gnu: rust-libpulse-binding-2: Update to 2.28.1
  gnu Add rust-libpulse-simple-binding-2.
  gnu: Add rust-portaudio-sys-0.1.
  gnu: Add rust-portaudio-rs-0.3.
  gnu: Add rust-ogg-0.5.
  gnu: Add rust-mp4parse-0.8.
  gnu: Add rust-claxon-0.4.
  gnu: Add rust-slice-deque-0.3.
  gnu: Add rust-minimp3-sys-0.3.
  gnu: Add rust-minimp3-0.5.
  gnu: Add rust-symphonia-core-0.4.
  gnu: Add rust-symphonia-metadata-0.4.
  gnu: Add rust-symphonia-utils-xiph-0.4.
  gnu: Add rust-symphonia-bundle-flac-0.4.
  gnu: rust-symphonia-bundle-mp3-0.4.
  gnu: Add rust-symphonia-codec-aac-0.4.
  gnu: Add rust-symphonia-code-pcm-0.4
  gnu: Add rust-symphonia-codec-vorbis-0.4.
  gnu: Add rust-symphonia-format-iosmp4-0.4.
  gnu: Add rust-symphonia-format-ogg-0.4.
  gnu: Add rust-symphonia-format-wav-0.4.
  gnu: rust-symphonia-0.4.
  gnu: Add rust-rodio-0.15.
  gnu: Add rust-librespot-playback-0.4

 gnu/packages/crates-graphics.scm |   14 +
 gnu/packages/crates-io.scm       | 1712 +++++++++++++++++++++++++++++-
 2 files changed, 1693 insertions(+), 33 deletions(-)


base-commit: cbd20d627497053871db863970c07d93c7081786
-- 
2.41.0





^ permalink raw reply	[flat|nested] 66+ messages in thread

end of thread, other threads:[~2023-10-24 11:56 UTC | newest]

Thread overview: 66+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-23 21:32 [bug#66717] [PATCH 00/64] Series to add rust-librespot-playback-0.4 Steve George
2023-10-23 22:20 ` [bug#66717] [PATCH 01/64] gnu: Add rust-ogg Steve George
2023-10-23 22:20 ` [bug#66717] [PATCH 02/64] gnu: rust-owning-ref: Update to 0.3.3 Steve George
2023-10-23 22:20 ` [bug#66717] [PATCH 03/64] gnu: rust-parking-lot-core: Update to 0.2.14 Steve George
2023-10-23 22:20 ` [bug#66717] [PATCH 04/64] gnu: rust-parking-lot: Update to 0.4.8 Steve George
2023-10-23 22:20 ` [bug#66717] [PATCH 05/64] gnu: Add rust-rental and rust-rental-impl Steve George
2023-10-23 22:20 ` [bug#66717] [PATCH 06/64] gnu: Add rust-al-sys Steve George
2023-10-23 22:20 ` [bug#66717] [PATCH 07/64] gnu: Add rust-alto Steve George
2023-10-23 22:20 ` [bug#66717] [PATCH 08/64] gnu: Add rust-lewton Steve George
2023-10-23 22:20 ` [bug#66717] [PATCH 09/64] gnu: Add rust-alsa-sys Steve George
2023-10-23 22:20 ` [bug#66717] [PATCH 10/64] gnu: Add rust-alsa Steve George
2023-10-23 22:20 ` [bug#66717] [PATCH 11/64] gnu: rust-alsa: Update to 0.6.0 Steve George
2023-10-23 22:20 ` [bug#66717] [PATCH 12/64] gnu: Add rust-coreaudio-rs-0.10 and rust-coreaudio-sys-0.2 Steve George
2023-10-23 22:20 ` [bug#66717] [PATCH 13/64] gnu: Add rust-ndk-0.6 & rust-ndk-sys-0.3 Steve George
2023-10-23 22:20 ` [bug#66717] [PATCH 14/64] gnu: Add rust-ndk-glue-0.6 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 15/64] gnu: Add rust-fetch-unroll-0.3 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 16/64] gnu: Add rust-oboe-0.4 and rust-oboe-sys-0.4 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 17/64] gnu: Add rust-stdweb-0.1 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 18/64] gnu: Add rust-bindgen-0.56 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 19/64] gnu: Add rust-asyio-sys Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 20/64] gnu: Add rust-jack-0.8 and rust-jack-sys-0.2 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 21/64] gnu: Add rust-hound-3 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 22/64] gnu: Update rust-cache-padded-1 to 1.3.0 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 23/64] gnu: Add rust-ringbuf-0.2 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 24/64] gnu: Add rust-cpal-0.13 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 25/64] gnu: Add rust-option-operations-0.4 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 26/64] gnu: Add rust-muldiv-1 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 27/64] gnu: Add rust-pretty-hex Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 28/64] gnu: Add rust-gstreamer-sys-0.18 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 29/64] gnu: Add rust-gstreamer-0.18 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 30/64] gnu: Add rust-gstreamer-base-sys-0.18 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 31/64] gnu: Add rust-gstreamer-base-0.18 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 32/64] gnu: Add rust-gstreamer-app-sys-0.18 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 33/64] gnu: Add rust-gstreamer-app-0.18 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 34/64] gnu: Add rust-array-init-2 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 35/64] gnu: Add rust-gstreamer-audio-sys-0.18 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 36/64] gnu: Add rust-gstreamer-audio-0.18 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 37/64] gnu: Add rust-jack-sys-0.4 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 38/64] gnu: Add rust-jack-0.10 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 39/64] gnu: rust-libpulse-sys-1: Update to v1.21.0 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 40/64] gnu: Add rust-libpulse-simple-sys-1 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 41/64] gnu: rust-libpulse-binding-2: Update to 2.28.1 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 42/64] gnu Add rust-libpulse-simple-binding-2 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 43/64] gnu: Add rust-portaudio-sys-0.1 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 44/64] gnu: Add rust-portaudio-rs-0.3 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 45/64] gnu: Add rust-ogg-0.5 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 46/64] gnu: Add rust-mp4parse-0.8 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 47/64] gnu: Add rust-claxon-0.4 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 48/64] gnu: Add rust-slice-deque-0.3 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 49/64] gnu: Add rust-minimp3-sys-0.3 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 50/64] gnu: Add rust-minimp3-0.5 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 51/64] gnu: Add rust-symphonia-core-0.4 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 52/64] gnu: Add rust-symphonia-metadata-0.4 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 53/64] gnu: Add rust-symphonia-utils-xiph-0.4 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 54/64] gnu: Add rust-symphonia-bundle-flac-0.4 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 55/64] gnu: rust-symphonia-bundle-mp3-0.4 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 56/64] gnu: Add rust-symphonia-codec-aac-0.4 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 57/64] gnu: Add rust-symphonia-code-pcm-0.4 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 58/64] gnu: Add rust-symphonia-codec-vorbis-0.4 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 59/64] gnu: Add rust-symphonia-format-iosmp4-0.4 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 60/64] gnu: Add rust-symphonia-format-ogg-0.4 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 61/64] gnu: Add rust-symphonia-format-wav-0.4 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 62/64] gnu: rust-symphonia-0.4 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 63/64] gnu: Add rust-rodio-0.15 Steve George
2023-10-23 22:21 ` [bug#66717] [PATCH 64/64] gnu: Add rust-librespot-playback-0.4 Steve George
2023-10-24 11:55 ` bug#66717: [PATCH 00/64] Series to add rust-librespot-playback-0.4 Efraim Flashner

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.