source: general/graphlib/librsvg.xml@ 51786f05

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 51786f05 was 51786f05, checked in by Randy McMurchy <randy@…>, 19 years ago

Fixed typo in librsvg instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2924 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY librsvg-download-http "http://ftp.gnome.org/pub/GNOME/sources/librsvg/2.8/librsvg-&librsvg-version;.tar.bz2">
8<!ENTITY librsvg-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/librsvg/2.8/librsvg-&librsvg-version;.tar.bz2">
9<!ENTITY librsvg-md5sum "01c14f6adcf3a71be2b808879e1223a0">
10<!ENTITY librsvg-size "353 KB">
11<!ENTITY librsvg-buildsize "9.4 MB">
12<!ENTITY librsvg-time "0.35 SBU">
13]>
14
15<sect1 id="librsvg" xreflabel="librsvg-&librsvg-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="librsvg.html"?>
21<title>librsvg-&librsvg-version;</title>
22
23<sect2>
24<title>Introduction to <application>librsvg</application></title>
25
26<para>The <application>librsvg</application> package contains
27<filename class="libraryfile">librsvg</filename> libraries and tools used to
28manipulate, convert and view Scalable Vector Graphic
29(<acronym>SVG</acronym>) images.</para>
30
31<sect3><title>Package information</title>
32<itemizedlist spacing='compact'>
33<listitem><para>Download (HTTP): <ulink
34url="&librsvg-download-http;"/></para></listitem>
35<listitem><para>Download (FTP): <ulink
36url="&librsvg-download-ftp;"/></para></listitem>
37<listitem><para>MD5 sum: &librsvg-md5sum;</para></listitem>
38<listitem><para>Download size: &librsvg-size;</para></listitem>
39<listitem><para>Estimated disk space required:
40&librsvg-buildsize;</para></listitem>
41<listitem><para>Estimated build time:
42&librsvg-time;</para></listitem></itemizedlist>
43</sect3>
44
45<sect3><title><application>librsvg</application> dependencies</title>
46<sect4><title>Required</title>
47<para><xref linkend="GTK2"/>,
48<xref linkend="libxml2"/>,
49<xref linkend="libart_lgpl"/> and
50<xref linkend="popt"/></para>
51</sect4>
52
53<sect4><title>Optional</title>
54<para><xref linkend="libcroco"/>,
55<xref linkend="libgsf"/>,
56<xref linkend="gnome-vfs"/>,
57<xref linkend="libgnomeprintui"/>,
58<xref linkend="mozilla"/>,
59<xref linkend="gtk-doc"/> and
60<xref linkend="docbook-utils"/></para>
61</sect4>
62</sect3>
63
64</sect2>
65
66<sect2>
67<title>Installation of <application>librsvg</application></title>
68
69<para>Install <application>librsvg</application> by running the following
70commands:</para>
71
72<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
73make &amp;&amp;
74make install</command></userinput></screen>
75
76</sect2>
77
78<sect2>
79<title>Contents</title>
80
81<para>The <application>librsvg</application> package contains
82<command>rsvg</command>,
83<command>rsvg-view</command> and
84<filename class="libraryfile">librsvg</filename> libraries, modules and
85plugins.</para>
86
87</sect2>
88
89<sect2><title>Description</title>
90
91<sect3><title>rsvg</title>
92<para><command>rsvg</command> is used to covert <acronym>SVG</acronym> images
93into <acronym>PNG</acronym>, <acronym>JPEG</acronym> and
94<acronym>ICO</acronym> raster images.</para></sect3>
95
96<sect3><title>rsvg-view</title>
97<para><command>rsvg-view</command> is used to view an <acronym>SVG</acronym>
98file in an <application>X</application> window.</para></sect3>
99
100<sect3><title>librsvg libraries</title>
101<para><filename class="libraryfile">librsvg</filename> libraries
102provide the functions to render Scalable Vector Graphics.</para></sect3>
103
104</sect2>
105
106</sect1>
Note: See TracBrowser for help on using the repository browser.