UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ BASH | XML | JSON ]

glib

The GLib package contains low-level libraries useful for providing data structure handling for C, portability wrappers and interfaces for such runtime functionality as an event loop, threads, dynamic loading and an object system.

Package info

Template:
Codename: glib
Source file: glib-2.86.4.tar.xz
Source file size: 5692304
Source file MD5-checkum: f2233a826c952aaae42b4a61611a06a4
Source directory: glib-2.86.4
Package URL: https://umvirt.com/linux/downloads/0.3/packages/g/glib-2.86.4.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.3/packages/g/glib-2.86.4.tar.xz.md5sum
Dependances: python3-docutils, libxslt.
Dependance of: graphene, pulseaudio, libvirt-glib, mc, gobject-introspection, at-spi2-core, json-glib, gkrellm, glib-networking, bluez, tumbler, gdk-pixbuf-rustfree, !gnome-menus, colord, gstreamer, xfce4-dev-tools, libgudev, meld, pango, enchant, vala, libqmi, mate-settings-daemon, fluidsynth, glibmm, libmirage, dbus-glib, xdg-dbus-proxy, mate-terminal, libmypaint, glibmm-gtkmm4, desktop-file-utils, libgee, libxfce4util, hexchat, libsecret, libgtop, libglibutil, libslirp, phonon-base, !libcroco, dconf-base, gcr4, gvfs, libgsf, shared-mime-info, cairo, qt5, libxklavier, qt6, python2-pygobject, avahi, dia, polkit, !grilo, gcr3, !libgweather, netsurf, libfm-extra, AppStream, qemu, libblockdev, wireshark.
Patches: glib-skip_warnings-1.patch, glib-2.86.4-upstream_fixes-1.patch.
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd    build &&

meson setup ..                  \
      --prefix=/usr             \
      --buildtype=release       \
      -D introspection=disabled \
      -D glib_debug=disabled    \
      -D man-pages=enabled      \
      -D sysprof=disabled 

Build script:
cd    build
ninja

if [[ "$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then

sed "/docs_dir =/s|$| / 'glib-' + meson.project_version()|" \
    -i ../docs/reference/meson.build                        &&
meson configure -D documentation=true                       &&
ninja

fi

Install script:
cd    build
ninja install 

Arch specific instructions

lib32_amd64

Dependances: !pcre2:lib32_amd64.
Configuration script:
mkdir build
cd build

CC="gcc -m32" CXX="g++ -m32" \
PKG_CONFIG_PATH="/usr/lib32/pkgconfig" \
meson setup --libdir /usr/lib32 \
            --prefix=/usr       \
           --libexecdir /usr/lib32  \
           -D introspection=disabled \
           -D tests=false \
           ..

Build script:
cd build
meson compile

Install script:
cd build
meson install --destdir DESTDIR
cp -Rv DESTDIR/usr/lib32/* /usr/lib32