all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: Steve George <steve@futurile.net>
Cc: 61818@debbugs.gnu.org
Subject: [bug#61818] Various Ogg Vorbis crates
Date: Sun, 4 Jun 2023 12:06:12 +0300	[thread overview]
Message-ID: <ZHxUBMKtUko7moV1@3900XT> (raw)
In-Reply-To: <6de302af-291c-415a-fc3c-8abe556990cc@futurile.net>

[-- Attachment #1: Type: text/plain, Size: 3747 bytes --]

On Sun, Jun 04, 2023 at 09:53:54AM +0100, Steve George wrote:
> Hi,
> 
> My overall goal is to package spotifyd. In February, it turned into a
> massive amount of work with over 100 crates. I was starting to find it
> unmanageable so I decided to start contributing the dependencies in
> sections.

As unfortunate as it is to sometimes drop patches, I'd suggest moving to
spotifyd@0.3.5 since it updates the librespot crates to 0.4 and should
result in newer (and hopefully already packaged!) crates being needed.

> This section is in order to package rust-librespot-audio - which along with
> some other 'librespot' packages is a top-level dependency for spotifyd.
> 
> This is the tree:
> 
> ;rust-librespot-audio-0.2
>     ;rust-librespot-core-0.2
>         ;rust-librespot-protocol-0.2
>             ;rust-protobuf-codegen-pure-2.14 ; done
>                 ;rust-protobuf-codegen-2.14 ; done
>                     ;rust-protobuf-2.14 ;done
>         ;rust-pbkdf2-0.8
>             ;rust-password-hash-0.2
>         ;rust-priority-queue-1
>         ;rust-shannon-0.2
>         rust-hyper-proxy-0.9
>             ;rust-tokio-1.23
>                 ;rust-mio-aio-0.6
>                 ;rust-mockall-0.11
>                     ;rust-downcast-0.11
>                     ;rust-fragile-2
>                         ;rust-slab-0.4.5
>                     ;rust-mockall-derive-0.11
>                     ;rust-mockall-double-0.3
>                         ;rust-pretty-assertions-0.5
>                     ;rust-parking-lot-0.12.1 ; 0.12.1
>                         ;rust-lock-api-0.4.6
> ;        rust-tokio-stream-0.1.1 ;; start here
> ;    rust-aes-ctr-0.6 ;; patch done
> ;    rust-lewton-0.10 ;; patch done
> ;        rust-ogg-0.8 ;; patch done
> ;        rust-alto-3 ;; patch done
> ;            rust-al-sys-0.6 ;; patch done
> ;                rust-rental-0.5
> ;                    rust-rental-impl-0.5
> ;            rust-parking-lot-0.4 ;; patch done
> ;                rust-parking-lot-core-0.2 ;; patch done
> ;                rust-owning-ref-0.3 ;patch done
> ;    rust-librespot-tremor-0.2 ;; patch done
> ;        rust-ogg-sys-0.0.9 ;; patch done
> ;    rust-vorbis-0.0 ;; patch done
>         ;rust-vorbisfile-sys-0.0.8 ;; patch done
>             ;rust-vorbis-sys-0.1  ;; patch done
> ;              ;rust-ogg-sys ;; patch done
> 
> I didn't want to send '40' patches, because "as a newbie" it's quite a lot
> to keep on track - the patches, the format of everything, branches etc.
> Sorry if that's not helpful!
> 
> Steve
> 
> 
> On 04/06/2023 08:33, Efraim Flashner wrote:
> > On Sun, Feb 26, 2023 at 04:58:22PM +0000, Steve George wrote:
> > > Hi,
> > > 
> > > First set of crates to complete the dependency tree for
> > > rust-librespot-audio-core
> > > 
> > > - rust-vorbisfile-sys
> > > - rust-vorbis-sys
> > > - rust-ogg-sys
> > > - rust-vorbis
> > > 
> > > - rust-librespot-tremor
> > > - rust-owning-ref
> > > - rust-parking-lot-core (0.2)
> > > - rust-parking-lot (0.4)
> > > 
> > > - rust-rental-impl
> > > - rust-rental
> > > - rust-alto
> > > 
> > > - rust-ogg
> > > - rust-lewton
> > 
> > I'm not sure which of these crates are actually necessary. I didn't see
> > any users of rust-librespot-tremor¹ and I wasn't even really sure where
> > some of the other crates came into use. Are you trying to package
> > rust-librespot?
> > 
> > ¹ https://crates.io/crates/librespot-tremor/reverse_dependencies
> > 
> 

-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2023-06-04  9:07 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-26 16:58 [bug#61818] Various Ogg Vorbis crates Steve George
2023-02-26 17:09 ` [bug#61818] [PATCH 01/14] gnu: Add rust-ogg-sys Steve George
2023-02-26 17:09   ` [bug#61818] [PATCH 02/14] gnu: Add rust-vorbis-sys Steve George
2023-02-26 17:09   ` [bug#61818] [PATCH 03/14] gnu: Add rust-vorbisfile-sys Steve George
2023-02-26 17:09   ` [bug#61818] [PATCH 04/14] gnu: Add rust-vorbis Steve George
2023-02-26 17:09   ` [bug#61818] [PATCH 05/14] gnu: Add rust-librespot-tremor Steve George
2023-02-26 17:09   ` [bug#61818] [PATCH 06/14] gnu: Add rust-owning-ref-0.3 Steve George
2023-02-26 17:09   ` [bug#61818] [PATCH 07/14] gnu: Add rust-parking-lot-core-0.2 Steve George
2023-02-26 17:09   ` [bug#61818] [PATCH 08/14] gnu: Add rust-parking-lot-0.4 Steve George
2023-02-26 17:09   ` [bug#61818] [PATCH 09/14] gnu: Add rust-rental-impl Steve George
2023-02-26 17:09   ` [bug#61818] [PATCH 10/14] gnu: Add rust-rental Steve George
2023-02-26 17:09   ` [bug#61818] [PATCH 11/14] gnu: Add rust-al-sys Steve George
2023-02-26 17:09   ` [bug#61818] [PATCH 12/14] gnu: Add rust-alto Steve George
2023-02-26 17:09   ` [bug#61818] [PATCH 13/14] gnu: Add rust-ogg Steve George
2023-02-26 17:09   ` [bug#61818] [PATCH 14/14] gnu: Add rust-lewton Steve George
2023-06-03  9:32 ` [bug#61818] Gentle nudge on #61818 Steve George
2023-06-04  7:33 ` [bug#61818] Various Ogg Vorbis crates Efraim Flashner
2023-06-04  8:53   ` Steve George
2023-06-04  9:06     ` Efraim Flashner [this message]
2024-02-21 16:36 ` bug#61818: Close bug#61818 Steve George

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

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

  git send-email \
    --in-reply-to=ZHxUBMKtUko7moV1@3900XT \
    --to=efraim@flashner.co.il \
    --cc=61818@debbugs.gnu.org \
    --cc=steve@futurile.net \
    /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 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.