UmVirt LFS Package info

📦Package info

🔙Parent Directory  -

DB commit: f9aede95e4e5157a46ec1323bb7abf8947e8632d
APP commit:
[ 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.78.4.tar.xz
Source directory: glib-2.78.4
Package URL: https://ulfs.org/linux/downloads/package_files/0.2.1/packages/g/glib-2.78.4.tar.xz
Package md5-checksum URL: https://ulfs.org/linux/downloads/package_files/0.2.1/packages/g/glib-2.78.4.tar.xz.md5sum
Dependances: libxslt, pcre2.
Dependance of: graphene, pulseaudio, libvirt-glib, gobject-introspection, libblockdev, at-spi2-core, json-glib, gvfs, gkrellm, libfm-extra, glib-networking, bluez, tumbler, gdk-pixbuf, gnome-menus, colord, gstreamer, xfce4-dev-tools, libgudev, meld, pango, enchant, vala, libqmi, mate-settings-daemon, fluidsynth, python2-pygobject, avahi, glibmm, libmirage, dbus-glib, xdg-dbus-proxy, mate-terminal, libmypaint, desktop-file-utils, libgee, libxfce4util, libsecret, libgtop, libslirp, mc, libcroco, dconf-base, gcr4, libgsf, shared-mime-info, cairo, qt5, libxklavier, qt6, dia, polkit, grilo, qemu, gcr3, libgweather, netsurf, wireshark, AppStream.
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 \
      -Dman=true          

Build script:
cd    build
ninja

Install script:
cd    build
ninja install &&

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

mkdir -p /usr/share/doc/glib-2.78.4 &&
cp -r ../docs/reference/{gio,glib,gobject} /usr/share/doc/glib-2.78.4

fi

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


Apache/2.4.62 (Debian) Server at ulfs.org Port 443