The librsvg package contains a library and tools used to manipulate, convert and view Scalable Vector Graphic (SVG) images.
This package is known to build and work properly using an LFS-11.1 platform.
Download (HTTP): https://download.gnome.org/sources/librsvg/2.52/librsvg-2.52.6.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/librsvg/2.52/librsvg-2.52.6.tar.xz
Download MD5 sum: 4b02d2ec72b3f1bd59dcea071a6c2a70
Download size: 23 MB
Estimated disk space required: 915 MB (26 MB installed), add 213 MB for tests
Estimated build time: 1.3 SBU (Using parallelism=4), add 1.7 SBU for tests
gdk-pixbuf-2.42.6, Cairo-1.17.4, Pango-1.50.4, and rustc-1.58.1
gobject-introspection-1.70.0 and Vala-0.54.7
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/librsvg
Install librsvg by running the following commands:
./configure --prefix=/usr    \
            --enable-vala    \
            --disable-static \
            --docdir=/usr/share/doc/librsvg-2.52.6 &&
make
        To test the results, issue: make -k check.
          Now, as the root user:
        
make install
          
            If you installed the package on to your system using a
            “DESTDIR” method, an important file
            was not installed and should be copied and/or generated. Generate
            it using the following command as the root user:
          
gdk-pixbuf-query-loaders --update-cache
          --enable-vala: This switch
          enables building of the Vala bindings. Remove this switch if you
          don't have Vala-0.54.7 installed.
        
          --disable-static: This
          switch prevents installation of static versions of the libraries.
        
          --disable-introspection: Use this
          switch if you have not installed Gobject
          Introspection.
        
          --enable-gtk-doc: Use this parameter if
          GTK-Doc is installed and you wish
          to rebuild and install the API documentation.
        
Last updated on