Re: [ptxdist] [PATCH] pulseaudio: fix targetinstall without daemon

2023-01-10 Thread Michael Olbrich
On Tue, Jan 10, 2023 at 04:05:16PM +0100, Michael Tretter wrote: > The entire src/daemon subdirectory is disabled. This disables the build > of the pulseaudio executable and the generation of the daemon.conf, > system.pa, and default.pa configuration files. > > In src/utils, the pacmd and

[ptxdist] [PATCH] systemd: make default-net-naming-scheme configurable

2023-01-10 Thread Michael Tretter
The default-net-naming-scheme parameter allows to preserve the naming scheme of a previous systemd version on a newer version. It may be necessary to preserve a naming scheme if other system components rely on certain network interface names generated by some naming scheme. The default is

[ptxdist] [PATCH] pulseaudio: fix targetinstall without daemon

2023-01-10 Thread Michael Tretter
The entire src/daemon subdirectory is disabled. This disables the build of the pulseaudio executable and the generation of the daemon.conf, system.pa, and default.pa configuration files. In src/utils, the pacmd and pasuspender are explicitly disabled. pasuspender was never installed by the

[ptxdist] [PATCH] glib: Version bump. 2.74.3 -> 2.74.4.

2023-01-10 Thread Christian Melki
Minor version bump. Bugs and security fixes. https://gitlab.gnome.org/GNOME/glib/-/releases/2.74.4 * Add patchset. Unfortunately, glib-2.74.4 managed to break bulding in some situations by missing to include errno.h. This will be removed in the next stable release, be it a minor or a major one.

Re: [ptxdist] [PATCH] configure_helper: ignore new Meson 0.63 builtin options

2023-01-10 Thread Michael Olbrich
On Mon, Jan 09, 2023 at 02:46:16PM +0100, Philipp Zabel wrote: > Ignore new Meson builtin options "pkgconfig.relocatable" and > "prefer_static" (since 0.63). > > Signed-off-by: Philipp Zabel > --- > scripts/configure_helper.py | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git