UmVirt LFS Package info

DB commit: 57bed5a54ba91b88b24a1c8eb97bd083dbf72f0d
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

librsvg

The librsvg package contains a library and tools used to manipulate, convert and view Scalable Vector Graphic (SVG) images.

Package info

Codename: librsvg
Source file: librsvg-2.40.21.tar.xz
Source directory: librsvg-2.40.21
Package URL: https://umvirt.com/linux/downloads/0.2/packages/l/librsvg-2.40.21.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/l/librsvg-2.40.21.tar.xz.md5sum
Dependances: gdk-pixbuf, pango, vala, gtk3, libcroco.
Dependance of: eom, babl, transmission, adwaita-icon-theme, mate-desktop, ImageMagick, gegl, gimp, gtk4, netsurf, libreoffice.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
sed -i "/seems to be moved/s/^/#/" ltmain.sh 

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

./configure --prefix=/usr    \
            --enable-vala    \
            $ARG_STATIC

Build script:
make

Install script:
make install