UmVirt LFS Package info

DB commit: 3c6efcfc536d7802c89703820d548c1aec13ba9b
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
[ 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.13.9.tar.xz
Source file size: 2426164
Source file MD5-checkum: ad95ba044a372e2f4c886cbac679e798
Source directory: libxml2-2.13.9
Package URL: https://umvirt.com/linux/downloads/0.2.4/packages/l/libxml2-2.13.9.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.4/packages/l/libxml2-2.13.9.tar.xz.md5sum
Dependances: icu.
Dependance of: libglade, libmateweather, libcroco, eom, SPIRV-LLVM-Translator, nghttp2, gtksourceview4, docbook-xsl-ns, libsoup3, aria2, !GConf, audacious-plugins, khelpcenter, gnome-desktop, libmusicbrainz, !grilo, postgresql-client, libgphoto2, !libgweather, postgresql-server, libpeas, bind-utils, libsoup2, bind, dconf-editor, libxslt, libwacom, wpa_supplicant, xcb-proto, !gnome-user-docs, libgsf, wayland, OpenCOLLADA, shared-mime-info, libxklavier, dia, fuse-emulator, libaccounts-glib, !libreoffice7, vlc, netsurf, docbook-xml, AppStream, wireshark, libreoffice, gimp3-rustless, !gimp, php.
Patches: *** NO PATCHES FOUND ***
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    \
            --with-icu        \
            PYTHON=/usr/bin/python3 \
            --docdir=/usr/share/doc/libxml2-2.13.9

Build script:
make

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

systemctl stop httpd.service
make check

fi

Install script:
make install

rm -vf /usr/lib/libxml2.la &&
sed '/libs=/s/xml2.*/xml2"/' -i /usr/bin/xml2-config

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            \
    --with-icu                          \
    --without-python                    \
    --libdir=/usr/lib32

Build script:
make

Install script:
make DESTDIR=\$PWD/DESTDIR install
cp -Rv DESTDIR/usr/lib32/* /usr/lib32


Comments:

  1. Critical situation! Most important dependency! Last versions are drop support for SAX 1 parser interface which is needed for Rust-free librsvg and other legacy packages. Deprecated branch is used in order to build packages.