UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ BASH | XML | JSON ]

libxml2

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

Package info

Template: meson
Codename: libxml2
Source file: libxml2-2.15.1.tar.xz
Source file size: 2004588
Source file MD5-checkum: fcf38f534bb8996984dba978ee3e27f4
Source directory: libxml2-2.15.1
Package URL: https://umvirt.com/linux/downloads/0.3/packages/l/libxml2-2.15.1.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.3/packages/l/libxml2-2.15.1.tar.xz.md5sum
Dependances: icu.
Dependance of: xcb-proto, !gnome-user-docs, libgsf, wayland, OpenCOLLADA, shared-mime-info, libxklavier, dia, libglade, libmateweather, !libcroco, eom, SPIRV-LLVM-Translator, nghttp2, gtksourceview4, libsoup3, docbook-xsl-ns, !GConf, audacious-plugins, aria2, gnome-desktop, khelpcenter, !grilo, postgresql-client, libmusicbrainz, !libgweather, postgresql-server, libgphoto2, libpeas, libsoup2, bind-utils, dconf-editor, bind, libxslt, libwacom, wpa_supplicant, AppStream, fuse-emulator, !libreoffice7, libaccounts-glib, vlc, netsurf, docbook-xml, wireshark, libreoffice, gimp3-rustless, !gimp, php.
Patches: *** NO PATCHES FOUND ***
Addons: xmlts20130923.tar.gz.
Nestings *** NO NESTINGS FOUND ***
Configuration script:
sed -i "/'git'/,+3d" meson.build

mkdir build &&
cd    build &&

meson setup ..           \
      --prefix=/usr      \
      -D history=enabled \
      -D icu=enabled


Build script:
cd    build
ninja

Install script:
cd    build
ninja install
sed "s/--static/--shared/" -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.