UmVirt LFS Package info

DB commit: 06a3bafc31a9f2da2aecdf7c1c6e8b91885cb553
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.1/packages/l/librsvg-2.40.21.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.1/packages/l/librsvg-2.40.21.tar.xz.md5sum
Dependances: gdk-pixbuf, pango, vala, gtk3, libcroco.
Dependance of: eom, babl, transmission, mate-desktop, adwaita-icon-theme, ImageMagick, gegl, gtk4, gimp, netsurf, libreoffice7, libreoffice24.
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