[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54379] [PATCH 0/3] gnu: linux: update PipeWire & WirePlumber
From: |
Kevin Boulain |
Subject: |
[bug#54379] [PATCH 0/3] gnu: linux: update PipeWire & WirePlumber |
Date: |
Fri, 1 Apr 2022 22:44:38 +0200 |
On Fri, 1 Apr 2022 at 21:34, Maxime Devos <maximedevos@telenet.be> wrote:
> What's the impact on the output closure size?
I assume you mean ./pre-inst-env guix size pipewire?
store item total self
/gnu/store/vbcfrng1aadxa79g7f8mlgm7wp9dzqwf-mesa-21.3.2 411.5
169.5 21.2%
/gnu/store/fvfymzksvj8k6pc54gmhx2lnvkxysfd8-llvm-11.0.0 221.5
149.5 18.7%
/gnu/store/b6j1qw1a5rkbfvcy7lc9fm95abbzpa4x-python-3.9.9 155.3
63.7 8.0%
/gnu/store/cnfsv9ywaacyafkqdqsv2ry8f01yr7a9-guile-3.0.7 129.1
52.0 6.5%
/gnu/store/hzic3ddl5yvnyw7gm4a0qc5icgqy2442-icu4c-69.1 110.7
38.0 4.7%
/gnu/store/5h2w4qi9hk1qzzgi1w83220ydslinr4s-glibc-2.33 38.3
36.6 4.6%
/gnu/store/094bbaq6glba86h1d4cj16xhdi6fk2jl-gcc-10.3.0-lib 71.7
33.4 4.2%
/gnu/store/6qlv57cr2xz37sarbwiv6ksqabf589p6-iso-codes-4.5.0 18.5
18.5 2.3%
/gnu/store/78b0194wv2d5vrqr408x2m2ndfy11j7j-eudev-3.2.11 102.2
17.7 2.2%
/gnu/store/84bvs9y0arsimxd2ay26a57xkqw7nsqm-glib-2.70.2 98.1
15.3 1.9%
/gnu/store/rvirnmnxxm2ymqgcxcnj3dxvnrnqlk0l-fftwf-3.3.8 85.9
13.2 1.6%
/gnu/store/614385afpnp5kcnixhrz5mz3fnbgyqkf-gst-plugins-base-1.18.5 656.1
12.8 1.6%
/gnu/store/df3ghmicrls14q2zcaj86217dicgnzs7-gstreamer-1.18.5 196.6
10.5 1.3%
/gnu/store/ln5dqqs2wkhhaqrpib5xqga0m1wpj028-pipewire-0.3.49 799.5
10.2 1.3%
/gnu/store/gkjna040y14xvk4y5mcccvjkkmdcvmnv-font-dejavu-2.37 9.8
9.8 1.2%
/gnu/store/5583c2za2jsn9g6az79rnksgvigwnsk7-util-linux-2.37.2-lib 80.7
9.0 1.1%
/gnu/store/84v5kpb4wcag0q173rq1jc9ajc953455-pulseaudio-15.0 304.1
8.9 1.1%
/gnu/store/3dy6pwfayfwdmf9y3rm4yaryzxkbdqv7-libical-3.0.10 149.6
7.5 0.9%
/gnu/store/9rrnm5hdjw7cy96a2a9rfgh6y08wsbmf-ncurses-6.2.20210619 77.6
5.9 0.7%
/gnu/store/zkl2vfmlifcyxphidx5nbv177qs9ziaz-harfbuzz-2.8.2 147.3
5.5 0.7%
/gnu/store/plr00nij45964cyy7sfcg5rcsi8hks0h-openssl-1.1.1l 77.2
5.5 0.7%
[...]
total: 799.5 MiB
Do you need the full output (where should I paste it)?
WirePumber doesn't add much:
[...]
/gnu/store/x4aak1x0l6wvb229zdqh3lh94bf2kl0j-wireplumber-0.4.9 802.3
1.5 0.2%
/gnu/store/wa7cjcx12pgx2zpk2psmlpxkmkqn79ri-lua-5.3.5 80.3
1.3 0.2%
[...]
total: 802.3 MiB
> For future reference, I would put this information in comments in the
> package definition. That seems much more convenient to me than having
> to dig through the git history.
I wasn't too sure if that's common style, but I also prefer commenting the
dependencies when they aren't obvious. Done.
On Fri, 1 Apr 2022 at 21:41, Maxime Devos <maximedevos@telenet.be> wrote:
> Looks like some of these are only used for some plugins.
Yeah, most of them.
> Can plugins be built separately? If they are built separately (and
> hence, the 'main' pipewire package does not have these extra packages),
> then updating, say, lilv, would cause less rebuilds.
I've no idea how that works on Guix, I assume it's not as simple as with other
distributions where all libraries/plugins can be found in a single place (/lib).
Do you have an example? I agree it would be nicer and I'm happy to split the
package (talking about plugins, do you happen to have some pointers for
https://issues.guix.gnu.org/54379#5?).
On Fri, 1 Apr 2022 at 21:42, Maxime Devos <maximedevos@telenet.be> wrote:
> Can this be updated in a separate patch or are pipewire and wireplumber
> too intertwined?
It builds and plays sound. I've split the commit.
Kevin Boulain (3):
gnu: linux: update PipeWire
gnu: linux: update WirePlumber
gnu: rename pipewire to pipewire-0.2 and pipewire-0.3 to pipewire
gnu/packages/chromium.scm | 2 +-
gnu/packages/freedesktop.scm | 6 ++--
gnu/packages/gnome.scm | 4 +--
gnu/packages/kde-systemtools.scm | 2 +-
gnu/packages/linux.scm | 49 ++++++++++++++++++++------------
gnu/packages/telegram.scm | 2 +-
gnu/packages/video.scm | 2 +-
7 files changed, 40 insertions(+), 27 deletions(-)
- [bug#54379] [PATCH 0/3] gnu: linux: update PipeWire & WirePlumber,
Kevin Boulain <=
- [bug#54379] [PATCH 3/3] gnu: rename pipewire to pipewire-0.2 and pipewire-0.3 to pipewire, Kevin Boulain, 2022/04/01
- [bug#54379] [PATCH 1/3] gnu: linux: update PipeWire, Kevin Boulain, 2022/04/01
- [bug#54379] [PATCH 2/3] gnu: linux: update WirePlumber, Kevin Boulain, 2022/04/01
- [bug#54379] [PATCH 0/3] gnu: linux: update PipeWire & WirePlumber, Maxime Devos, 2022/04/02
- [bug#54379] [PATCH 0/3] gnu: linux: update PipeWire & WirePlumber, Maxime Devos, 2022/04/02