GNU bug report logs - #74306
[PATCH gnome-team 00/44] gstreamer, GTK, fontmanager updates

Previous Next

Package: guix-patches;

Reported by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Date: Mon, 11 Nov 2024 05:51:02 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#74306: closed ([PATCH gnome-team 00/44] gstreamer, GTK,
 fontmanager updates)
Date: Sun, 24 Nov 2024 09:15:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 24 Nov 2024 10:14:16 +0100
with message-id <1e027d49de52667e2c6a01b08b992feff3db8a76.camel <at> gmail.com>
and subject line Re: [bug#74306] [PATCH gnome-team 00/44] gstreamer, GTK, fontmanager updates
has caused the debbugs.gnu.org bug report #74306,
regarding [PATCH gnome-team 00/44] gstreamer, GTK, fontmanager updates
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
74306: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74306
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Subject: [PATCH gnome-team 00/44] gstreamer, GTK, fontmanager updates
Date: Mon, 11 Nov 2024 14:50:07 +0900
Hi,

Here's a batch of GNOME related updates.  I've updated packages that had test
suite failures (sometimes non-deterministic) or were otherwise having problems to build and updated the gstreamer series.

I've included the meson update bump here, since a recent meson is increasingly
needed by GNOME components and the parallel tests helps shorten builds too.

Maxim Cournoyer (44):
  gnu: dee: Use latest vala.
  gnu: gvfs: Patch mount, umount and lsof commands.
  gnu: gnome-vfs: Remove trailing #t.
  gnu: nautilus: Update to 46.1.
  gnu: gstreamer: Update to 1.24.8.
  gnu: gst-plugins-base: Update to 1.24.8.
  gnu: gst-plugins-good: Update to 1.24.8.
  gnu: gst-plugins-bad: Update to 1.24.8.
  gnu: gst-plugins-ugly: Update to 1.24.8.
  gnu: gst-libav: Update to 1.24.8.
  gnu: gst-editing-services: Update to 1.24.8.
  gnu: python-gst: Update to 1.24.8.
  gnu: gst-plugins-espeak: Update to 0.6.0.
  build/meson: Enable parallel tests by default.
  gnu: meson: Update to 1.5.2.
  gnu: glib: Fix build.
  gnu: glib-minimal: Fix deprecation warning.
  gnu: libmbim: Update to 1.30.0.
  gnu: Add libqrtr-glib.
  gnu: libqmi: Update to 1.34.0.
  gnu: gi-docgen: Update to 2024.1.
  gnu: glib-minimal: Update to 2.83.0.
  gnu: glib-networking: Update to 2.80.0.
  gnu: libsoup-minimal: Disable test suite.
  gnu: modem-manager: Update to 1.22.0.
  gnu: libquicktime: Remove ffmpeg-4 and gtk+-2 inputs.
  gnu: mjpegtools: Remove gtk+-2 input.
  gnu: libdbusmenu: Remove gtk+-2 input.
  gnu: libnice: Update to 0.1.22.
  gnu: gtk: Update to 4.17.0.
  gnu: fontmanager: Update to 0.9.0.
  gnu: fontmanager: Use gexps and drop input labels.
  gnu: libvisual: Update to 0.4.2.
  gnu: libvisual-plugins: Update to 0.4.2.
  gnu: orc: Update to 0.4.40.
  gnu: gstreamer-docs: Update to 1.24.9.
  gnu: gstreamer: Update to 1.24.9.
  gnu: gst-plugins-base: Update to 1.24.9.
  gnu: gst-plugins-good: Update to 1.24.9.
  gnu: gst-plugins-bad: Update to 1.24.9.
  gnu: gst-plugins-ugly: Update to 1.24.9.
  gnu: gst-libav: Update to 1.24.9.
  gnu: gst-editing-services: Update to 1.24.9.
  gnu: python-gst: Update to 1.24.9.

 gnu/local.mk                                  |   2 +-
 gnu/packages/build-tools.scm                  |  17 +-
 gnu/packages/fontutils.scm                    |  95 ++++++------
 gnu/packages/freedesktop.scm                  | 145 ++++++++++++------
 gnu/packages/gl.scm                           |   1 -
 gnu/packages/glib.scm                         |  43 ++----
 gnu/packages/gnome.scm                        |  98 ++++++++----
 gnu/packages/gstreamer.scm                    | 136 ++++++++--------
 gnu/packages/gtk.scm                          |  11 +-
 gnu/packages/networking.scm                   |   8 +-
 .../gst-editing-services-fix-api.patch        |  31 ----
 .../patches/modem-manager-typelib.patch       |  12 ++
 .../nautilus-extension-search-path.patch      |  77 ++++------
 gnu/packages/video.scm                        |  10 +-
 guix/build-system/meson.scm                   |   2 +-
 15 files changed, 369 insertions(+), 319 deletions(-)
 delete mode 100644 gnu/packages/patches/gst-editing-services-fix-api.patch
 create mode 100644 gnu/packages/patches/modem-manager-typelib.patch


base-commit: fb9837a31a2c0c2afd2151791f74a632493e7568
-- 
2.46.0



[Message part 3 (message/rfc822, inline)]
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>, 74306-done <at> debbugs.gnu.org
Cc: Vivien Kraus <vivien <at> planete-kraus.eu>
Subject: Re: [bug#74306] [PATCH gnome-team 00/44] gstreamer, GTK,
 fontmanager updates
Date: Sun, 24 Nov 2024 10:14:16 +0100
Am Freitag, dem 22.11.2024 um 10:36 +0100 schrieb Liliana Marie
Prikler:
> Hi Maxim,
> 
> I've cleaned up and pushed the patches that I could verify to build.
Addendum:

> >   gnu: fontmanager: Update to 0.9.0.
> >   gnu: fontmanager: Use gexps and drop input labels.
> Requires webkitgtk, so not tested yet.
Pushed.

> 
> >   gnu: gvfs: Patch mount, umount and lsof commands.
Pushed as-is.

> >   gnu: nautilus: Update to 46.1.
Fixed and bumped to 46.2.

There are some leftovers, but I now consider this series done.  Feel
free to reopen or file a new bug for the missing things.

Cheers


This bug report was last modified 272 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.