UmVirt LFS Package info

DB commit: 48bb9ee31306c82c48dfaaad707eb4f6a926eb8a
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
[ 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

Codename: glib
Source file: glib-2.80.4.tar.xz
Source directory: glib-2.80.4
Package URL: https://umvirt.com/linux/downloads/0.2.2/packages/g/glib-2.80.4.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.2/packages/g/glib-2.80.4.tar.xz.md5sum
Dependances: python3-docutils, python3-packaging, libxslt, pcre2.
Dependance of: libslirp, libvirt-glib, graphene, pulseaudio, gobject-introspection, libblockdev, gkrellm, at-spi2-core, json-glib, tumbler, libfm-extra, glib-networking, bluez, gdk-pixbuf, gnome-menus, colord, xfce4-dev-tools, gstreamer, meld, libgudev, pango, enchant, mate-settings-daemon, fluidsynth, vala, libqmi, glibmm, libmirage, avahi, mate-terminal, dbus-glib, xdg-dbus-proxy, libmypaint, glibmm-2.80, libxfce4util, desktop-file-utils, libgee, libsecret, libgtop, gcr3, libgweather, mc, libcroco, dconf-base, gcr4, gvfs, libgsf, shared-mime-info, qt5, cairo, libxklavier, qt6, python2-pygobject, dia, polkit, grilo, netsurf, wireshark, AppStream, qemu.
Patches: glib-skip_warnings-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 man-pages=enabled       

Build script:
cd    build
ninja

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

sed 's/glib-2.0/glib-2.80.4/'        \
    -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  \
           -Dtests=false
..

Build script:
cd build
meson compile

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