UmVirt LFS Package info

DB commit: f9aede95e4e5157a46ec1323bb7abf8947e8632d
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
[ BASH | XML | JSON ]

libxml2

The libxml2 package contains libraries and utilities used for parsing XML files.

Package info

Template:
Codename: libxml2
Source file: libxml2-2.9.14.tar.xz
Source file size: 3129968
Source file MD5-checkum: b7b3029ac6beb32a7925225515f83ca3
Source directory: libxml2-2.9.14
Package URL: https://umvirt.com/linux/downloads/0.2.1/packages/l/libxml2-2.9.14.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.1/packages/l/libxml2-2.9.14.tar.xz.md5sum
Dependances: icu.
Dependance of: libxklavier, dia, shared-mime-info, libmateweather, fuse-emulator, libglade, eom, libcroco, gtksourceview4, nghttp2, gimp, libsoup3, audacious-plugins, GConf, gnome-desktop, postgresql-client, grilo, postgresql-server, libgweather, libpeas, libsoup2, dconf-editor, libwacom, wireshark, wpa_supplicant, libxslt, gnome-user-docs, libgsf, docbook-xml, OpenCOLLADA, wayland, libreoffice7, vlc, netsurf, libreoffice24, AppStream, php.
Patches: libxml2-2.9.8-python3_hack-1.patch.
Addons: xmlts20130923.tar.gz.
Nestings *** NO NESTINGS FOUND ***
Configuration script:
./autogen.sh 

ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
    ARG_STATIC="--enable-static"
fi

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

tar xf ../xmlts20130923.tar.gz

fi

./configure --prefix=/usr           \
            --sysconfdir=/etc       \
            $ARG_STATIC             \
            --with-history          \
            PYTHON=/usr/bin/python3 \
            --docdir=/usr/share/doc/libxml2-2.10.4

Build script:
make

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

systemctl stop httpd.service
make check

fi

Install script:
make install

Arch specific instructions

lib32_amd64

Dependances: icu:lib32_amd64.
Configuration script:
ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
    ARG_STATIC="--enable-static"
fi

CC="gcc -m32" CXX="g++ -m32" \
PKG_CONFIG_PATH="/usr/lib32/pkgconfig" \
./configure --prefix=/usr \
     $ARG_STATIC \
    --host=i686-pc-linux-gnu \
    --libdir=/usr/lib32

Build script:
make

Install script:
make install