guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#61818] Various Ogg Vorbis crates


From: Steve George
Subject: [bug#61818] Various Ogg Vorbis crates
Date: Sun, 4 Jun 2023 09:53:54 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.2

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.

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







reply via email to

[Prev in Thread] Current Thread [Next in Thread]