source: general/graphlib/librsvg.xml@ c2f55d1

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 c2f55d1 was c2f55d1, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to librsvg-2.9.5

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

  • Property mode set to 100644
File size: 4.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/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.9/librsvg-&librsvg-version;.tar.bz2">
8<!ENTITY librsvg-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/librsvg/2.9/librsvg-&librsvg-version;.tar.bz2">
9<!ENTITY librsvg-md5sum "44799d75e940eb4150acdae4f63cbe2a">
10<!ENTITY librsvg-size "392 KB">
11<!ENTITY librsvg-buildsize "9.8 MB">
12<!ENTITY librsvg-time "0.3 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<indexterm zone="librsvg">
23<primary sortas="a-Librsvg">Librsvg</primary></indexterm>
24
25<sect2>
26<title>Introduction to <application>librsvg</application></title>
27
28<para>The <application>librsvg</application> package contains
29<filename class="libraryfile">librsvg</filename> libraries and tools used to
30manipulate, convert and view Scalable Vector Graphic
31(<acronym>SVG</acronym>) images.</para>
32
33<sect3><title>Package information</title>
34<itemizedlist spacing='compact'>
35<listitem><para>Download (HTTP): <ulink
36url="&librsvg-download-http;"/></para></listitem>
37<listitem><para>Download (FTP): <ulink
38url="&librsvg-download-ftp;"/></para></listitem>
39<listitem><para>Download MD5 sum: &librsvg-md5sum;</para></listitem>
40<listitem><para>Download size: &librsvg-size;</para></listitem>
41<listitem><para>Estimated disk space required:
42&librsvg-buildsize;</para></listitem>
43<listitem><para>Estimated build time:
44&librsvg-time;</para></listitem></itemizedlist>
45</sect3>
46
47<sect3><title><application>librsvg</application> dependencies</title>
48<sect4><title>Required</title>
49<para><xref linkend="gtk2"/>,
50<xref linkend="libxml2"/>,
51<xref linkend="libart_lgpl"/> and
52<xref linkend="popt"/></para>
53</sect4>
54
55<sect4><title>Optional</title>
56<para><xref linkend="libcroco"/>,
57<xref linkend="libgsf"/>,
58<xref linkend="gnome-vfs"/>,
59<xref linkend="libgnomeprintui"/>,
60<xref linkend="mozilla"/>,
61<xref linkend="gtk-doc"/> and
62<xref linkend="docbook-utils"/></para>
63</sect4>
64</sect3>
65
66</sect2>
67
68<sect2>
69<title>Installation of <application>librsvg</application></title>
70
71<para>Install <application>librsvg</application> by running the following
72commands:</para>
73
74<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
75 --disable-gtk-doc &amp;&amp;
76make</command></userinput></screen>
77
78<para>Now, as the root user:</para>
79
80<screen><userinput role='root'><command>make install</command></userinput></screen>
81
82</sect2>
83
84<sect2>
85<title>Command explanations</title>
86
87<para><option>--disable-gtk-doc</option>: This option prevents the rebuilding
88of documentation during the <command>make</command> command.</para>
89
90</sect2>
91
92<sect2>
93<title>Contents</title>
94
95<segmentedlist>
96<segtitle>Installed Programs</segtitle>
97<segtitle>Installed Libraries</segtitle>
98<segtitle>Installed Directories</segtitle>
99
100<seglistitem>
101<seg>rsvg and rsvg-view</seg>
102<seg>librsvg-2.[so,a], <application>GTK+</application> modules and
103<application>Mozilla</application> plugins</seg>
104<seg>/usr/include/librsvg-2 and /usr/share/gtk-doc/html/rsvg</seg>
105</seglistitem>
106</segmentedlist>
107
108<variablelist>
109<bridgehead renderas="sect3">Short Descriptions</bridgehead>
110<?dbfo list-presentation="list"?>
111
112<varlistentry id="rsvg">
113<term><command>rsvg</command></term>
114<listitem><para>is used to covert <acronym>SVG</acronym> images into
115<acronym>PNG</acronym>, <acronym>JPEG</acronym> and
116<acronym>ICO</acronym> raster images.</para>
117<indexterm zone="librsvg rsvg">
118<primary sortas="b-rsvg">rsvg</primary>
119</indexterm></listitem>
120</varlistentry>
121
122<varlistentry id="rsvg-view">
123<term><command>rsvg-view</command></term>
124<listitem><para>is used to view an <acronym>SVG</acronym> file in an
125<application>X</application> window.</para>
126<indexterm zone="librsvg rsvg-view">
127<primary sortas="b-rsvg-view">rsvg-view</primary>
128</indexterm></listitem>
129</varlistentry>
130
131<varlistentry id="librsvg-lib">
132<term><filename class='libraryfile'>librsvg-2.[so,a]</filename></term>
133<listitem><para> libraries provide the functions to render Scalable Vector
134Graphics.</para>
135<indexterm zone="librsvg librsvg-lib">
136<primary sortas="c-librsvg">librsvg-2.[so,a]</primary>
137</indexterm></listitem>
138</varlistentry>
139</variablelist>
140
141</sect2>
142
143</sect1>
Note: See TracBrowser for help on using the repository browser.