UmVirt LFS Package info

DB commit: c78e95157185199cceff370fa5b5f1dd2a1be2fa
APP commit: cac3f2066a9a05955b29d720b9b9b14f534d21c2

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.56.1.tar.xz
Source directory: glib-2.56.1
Package URL: https://umvirt.com/linux/downloads/0.1/packages/g/glib-2.56.1.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/g/glib-2.56.1.tar.xz.md5sum
Dependances: pcre.
Dependance of: grilo, cups-filters, swell-foop, shared-mime-info, libgee, glibmm, gnome-nibbles, gdk-pixbuf, libgtop, hexchat, gnome-chess, pango, bluez, libmypaint, harfbuzz, libxklavier, meld, cairo, dconf, at-spi2-core, volume_key, libmirage, glib-networking, polkit, wireshark, vala, gmime3, gvfs, qt4, dbus-glib, desktop-file-utils, mate-settings-daemon, json-glib, colord, mate-terminal, gnome-menus, libcroco, gnome-games, gstreamer, libfm-extra, gnome-mahjongg, libgudev, pygobject, gnome-mines, libqmi, vte-gtk2, libgnome-games-support, mc, enchant, qt5, five-or-more, gobject-introspection, dia.
Patches: glib-2.56.1-skip_warnings-1.patch.
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
    ARG_STATIC="--enable-static"
fi

./configure $ARG_STATIC --prefix=/usr      \
            --with-pcre=system \
            --with-python=/usr/bin/python3 

Build script:
make

Install script:
make install