%general-entities; ]> $LastChangedBy$ $Date$ librsvg-&librsvg-version; librsvg Introduction to librsvg The librsvg package contains librsvg libraries and tools used to manipulate, convert and view Scalable Vector Graphic (SVG) images. &lfs72_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 Optional (Required if building GNOME) Optional and User Notes: Installation of librsvg Install librsvg by running the following commands: sed -i '/_gir_CFLAGS/s#$# -I/usr/include/cairo#' Makefile.in && ./configure --prefix=/usr --disable-static && make To test the results, issue: make check. Now, as the root user: make install Command Explanations sed -i '/_gir_CFLAGS/s#$# -I/usr/include/cairo#' Makefile.in: This sed fixes a problem compiling if you have Gobject-Introspection installed. It has no effect if you've not installed Gobject-Introspection. : Add this option if you have not installed GTK+ 2. Contents Installed Programs Installed Library Installed Directories rsvg-convert and rsvg-view-3 librsvg-2.so and libpixbufloader-svg.so /usr/include/librsvg-2 and /usr/share/gtk-doc/html/rsvg Short Descriptions rsvg-convert is used to covert SVG images into PNG, JPEG and ICO raster images. rsvg-convert rsvg-view-3 is a simple GTK+ 3 application that can be used to view an SVG file. rsvg-view-3 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