./devel/glib2, Some useful routines for C programming (glib2)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.82.5, Package name: glib2-2.82.5, Maintainer: prlw1

GLib provides the core application building blocks for libraries
and applications written in C. It provides the core object system
used in GNOME, the main loop implementation, and a large set of
utility functions for strings and common data structures.

This package contains GLib version 2.

DEINSTALL [+/-]

Required to run:
[devel/libffi] [devel/pcre]

Required to build:
[pkgtools/cwrappers] [lang/python37] [devel/meson]

Master sites:

Filesize: 5424.516 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-25 09:01:27 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
glib2 glib2-tools gdbus-codegen: updated to 2.82.5

Overview of changes in GLib 2.82.5, 2025-02-20

* Bugs fixed:
  - g_app_info_launch crashes on macos (Andre Miranda)
  - Backport !4462 “gosxappinfo: Correctly launch list of files” to
    glib-2-82
  - Backport !4442 “Don't mark test setups as default in subprojects” to
    glib-2-82
  - Backport !4498 “gdatetime: Fix integer overflow when parsing very long
    ISO8601 inputs” to glib-2-82
   2024-12-25 11:34:35 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
glib2 glib2-tools gdbus-codegen: updated to 2.82.4

Overview of changes in GLib 2.82.4, 2024-12-11
==============================================

* Fix a double-unref crash which affects many apps which use pygobject to
  export objects on D-Bus

* Bugs fixed:
  - 2.82.3 regression: lollypop crashes on startup (Philip Withnall)
  - Backport !4427 “Revert "gdbus: Fix leak of method invocation when
    registering an object with closures"” to glib-2-82
  - Backport !4432 and !4433 “ci: Add release component to automate
    tarball publishing” to glib-2-82

Overview of changes in GLib 2.82.3, 2024-12-09
==============================================

* Fix compatibility with tzdata 2024b

* Bugs fixed:
  - Test regressions with tzdata 2024b (Rebecca N. Palmer)
  - Backport !4356 “gdatetime test: Do not assume PST8PDT was always
    exactly -8/-7” to glib-2-82
  - Backport !4350 “glib: Don't require GLIB_DOMAIN to be a NUL-terminated
    string” to glib-2-82
  - Backport !4378 “gio: Fix GFileEnumerator leaks in gio tools” to
    glib-2-82
  - Backport !4373 “macos: Remove extraous space from type identifier” to
    glib-2-82
  - Backport !4232 “refstring: Fix race between releasing and re-acquiring
    an interned GRefString” to glib-2-82
  - Backport !4395 “appmonitor: Fix warning building test” to glib-2-82
  - Backport !4398 “grefstring: Mark a variable as potentially unused” to
    glib-2-82
  - Backport !4415 “gdbus: Fix leak of method invocation when registering
    an object with closures” to glib-2-82
   2024-07-26 17:34:44 by Thomas Klausner | Files touched by this commit (3)
Log message:
glib2: force usage of pkgsrc-selected Python binary

Fixes build in some cases when multiple versions of Python are
installed.

Based on PR 58469 by Phil Krylov.
   2024-07-23 07:25:16 by Thomas Klausner | Files touched by this commit (1)
Log message:
glib2: add workaround for gcc 4 compiler bug

Fixes CentOS 7 build.

From Phil Krylov in PR 58457.
   2024-05-15 15:43:00 by Thomas Klausner | Files touched by this commit (5)
Log message:
glib2: undo revert and add another upstream patch instead

https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4073

Fixes libreoffice startup as well.

Bump PKGREVISION.
   2024-05-14 12:48:11 by Thomas Klausner | Files touched by this commit (2)
Log message:
glib2: add upstream bug report for backout patch
   2024-05-14 12:39:39 by Ryo ONODERA | Files touched by this commit (3)
Log message:
devel/glib2: Fix startup of misc/libreoffice

* Revert upstream's "gdbusconnection: Fix user_data leaks on error"
  747e3af9987b37847d7d5acbf882d1ee4a6bd91b
* Bump PKGREVISION.
   2024-04-09 22:23:44 by Thomas Klausner | Files touched by this commit (1)
Log message:
glib2: explicityl disable introspection

Fixes build when gobject-introspection is installed