%general-entities; ]> $Date$ librsvg-&librsvg-version; librsvg Introduction to librsvg The librsvg package contains a library and tools used to manipulate, convert and view Scalable Vector Graphic (SVG) images. &lfs111_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &librsvg-md5sum; Download size: &librsvg-size; Estimated disk space required: &librsvg-buildsize; Estimated build time: &librsvg-time; librsvg Dependencies Required , , , , and Recommended and User Notes: Installation of librsvg This package needs gi-docgen to be built. Set up a Python virtual environment to run it: python3 -m venv pyvenv && ./pyvenv/bin/pip3 install gi-docgen Install librsvg by running the following commands: GI_DOCGEN=$PWD/pyvenv/bin/gi-docgen \ ./configure --prefix=/usr \ --enable-vala \ --disable-static \ --docdir=/usr/share/doc/librsvg-&librsvg-version; && make To test the results, issue: make -k check. During testing some binaries are rebuilt with adifferent debug level, so you should run make again after the tests are complete to ensure everything is ready to be installed. 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 Command Explanations --enable-vala: This switch enables building of the Vala bindings. Remove this switch if you don't have installed. : Use this switch if you have not installed Gobject Introspection. Contents Installed Programs Installed Library Installed Directories rsvg-convert librsvg-2.so and libpixbufloader-svg.so (in /usr/lib/gdk-pixbuf-2.0/2.10.0/) /usr/include/librsvg-2.0, /usr/share/doc/librsvg-&librsvg-version;, and /usr/share/gtk-doc/html/rsvg-2.0 Short Descriptions rsvg-convert is used to convert images into PNG, PDF, PS, SVG and other formats rsvg-convert librsvg-2.so provides the functions to render Scalable Vector Graphics librsvg-2.so libpixbufloader-svg.so is the Gdk Pixbuf plugin that allows GTK+ applications to render Scalable Vector Graphics images libpixbufloader-svg.so