[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54065] [PATCH 2/3] gnu: mumble: Update to 1.4.230.
From: |
Liliana Marie Prikler |
Subject: |
[bug#54065] [PATCH 2/3] gnu: mumble: Update to 1.4.230. |
Date: |
Sat, 19 Feb 2022 20:20:05 +0100 |
User-agent: |
Evolution 3.42.1 |
Am Samstag, dem 19.02.2022 um 19:12 +0100 schrieb Maxime Devos:
> Liliana Marie Prikler schreef op za 19-02-2022 om 16:05 [+0100]:
> > + (add-after 'unpack 'fix-settings-crash
> > + (lambda _
> > + (substitute* "src/mumble/AudioConfigDialog.cpp"
> > + (("updateEchoEnableState\\(\\) \\{" all)
> > + (string-append all
> > + "if (!AudioInputRegistrar::qmNew)
> > return;")))))
>
> At first sight, this seems a bug in the source code to me,
> also relevant to other distros, so I would do this in an origin
> snippet and submit it upstream.
To be completely honest, I wrote this before I wrote the phase that
fixes pulseaudio, so it might be that this crash only occurs when pulse
is not running. Need to investigate that.
- [bug#54065] [PATCH 0/3] Update mumble to 1.4.230, Liliana Marie Prikler, 2022/02/19
- [bug#54065] [PATCH 2/3] gnu: mumble: Update to 1.4.230., Liliana Marie Prikler, 2022/02/19
- [bug#54065] [PATCH 1/3] gnu: Add poco., Liliana Marie Prikler, 2022/02/19
- [bug#54065] [PATCH 3/3] gnu: mumble: Enable tests., Liliana Marie Prikler, 2022/02/19
- [bug#54065] [PATCH v2 2/3] gnu: mumble: Update to 1.4.230., Liliana Marie Prikler, 2022/02/22
- [bug#54065] [PATCH v2 1/3] gnu: Add poco., Liliana Marie Prikler, 2022/02/22
- [bug#54065] [PATCH v2 3/3] gnu: mumble: Enable tests., Liliana Marie Prikler, 2022/02/22