source: general/graphlib/librsvg.xml@ 06eea232

systemd-11177
Last change on this file since 06eea232 was 06eea232, checked in by Krejzi <krejzi@…>, 10 years ago

Merged trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13958 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY librsvg-download-http "&gnome-download-http;/librsvg/2.40/librsvg-&librsvg-version;.tar.xz">
8 <!ENTITY librsvg-download-ftp "&gnome-download-ftp;/librsvg/2.40/librsvg-&librsvg-version;.tar.xz">
9 <!ENTITY librsvg-md5sum "33d5c3811c915a5e29a219824249e265">
10 <!ENTITY librsvg-size "500 KB">
11 <!ENTITY librsvg-buildsize "11 MB">
12 <!ENTITY librsvg-time "0.2 SBU">
13]>
14
15<sect1 id="librsvg" xreflabel="librsvg-&librsvg-version;">
16 <?dbhtml filename="librsvg.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>librsvg-&librsvg-version;</title>
24
25 <indexterm zone="librsvg">
26 <primary sortas="a-librsvg">librsvg</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to librsvg</title>
31
32 <para>
33 The <application>librsvg</application> package contains
34 a library and tools used to manipulate, convert and view
35 Scalable Vector Graphic (SVG) images.
36 </para>
37
38 &lfs75_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&librsvg-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&librsvg-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &librsvg-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &librsvg-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &librsvg-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &librsvg-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">librsvg Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="gdk-pixbuf"/>,
79 <xref linkend="libcroco"/> and
80 <xref linkend="pango"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="gtk3"/> (For the <command>rsvg-view-3</command>)
86 </para>
87
88 <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
89 <para role="optional">
90 <xref linkend="gobject-introspection"/> and
91 <xref linkend="vala"/>
92 </para>
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
96 <xref linkend="gtk-doc"/>
97 </para>
98
99 <para condition="html" role="usernotes">User Notes:
100 <ulink url="&blfs-wiki;/librsvg"/>
101 </para>
102 </sect2>
103
104 <sect2 role="installation">
105 <title>Installation of librsvg</title>
106
107 <para>
108 Install <application>librsvg</application> by running the following
109 commands:
110 </para>
111
112<screen><userinput>./configure --prefix=/usr \
113 --enable-vala \
114 --disable-static &amp;&amp;
115make</userinput></screen>
116
117 <para>
118 To test the results, issue: <command>make check</command>.
119 </para>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>make install</userinput></screen>
126 </sect2>
127
128 <sect2 role="commands">
129 <title>Command Explanations</title>
130
131 <para>
132 <option>--enable-vala</option>: This switch enables
133 building of the Vala bindings. Remove if you don't have
134 <xref linkend="vala"/> installed.
135 </para>
136
137 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
138 href="../../xincludes/static-libraries.xml"/>
139
140 <para>
141 <option>--disable-introspection</option>: Use this switch if you have
142 not installed <application>Gobject Introspection</application>.
143 </para>
144
145 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
146 href="../../xincludes/gtk-doc-rebuild.xml"/>
147
148 </sect2>
149
150 <sect2 role="content">
151 <title>Contents</title>
152
153 <segmentedlist>
154 <segtitle>Installed Programs</segtitle>
155 <segtitle>Installed Library</segtitle>
156 <segtitle>Installed Directories</segtitle>
157
158 <seglistitem>
159 <seg>
160 rsvg-convert and rsvg-view-3
161 </seg>
162 <seg>
163 librsvg-2.so and libpixbufloader-svg.so
164 </seg>
165 <seg>
166 /usr/include/librsvg-2.0 and
167 /usr/share/gtk-doc/html/rsvg-2.0
168 </seg>
169 </seglistitem>
170 </segmentedlist>
171
172 <variablelist>
173 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
174 <?dbfo list-presentation="list"?>
175 <?dbhtml list-presentation="table"?>
176
177 <varlistentry id="rsvg-convert">
178 <term><command>rsvg-convert</command></term>
179 <listitem>
180 <para>
181 is used to convert images into PNG, PDF, PS, SVG and other formats.
182 </para>
183 <indexterm zone="librsvg rsvg-convert">
184 <primary sortas="b-rsvg-convert">rsvg-convert</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 <varlistentry id="rsvg-view-3">
190 <term><command>rsvg-view-3</command></term>
191 <listitem>
192 <para>
193 is a simple GTK+ 3 application that can be used to view an SVG file.
194 </para>
195 <indexterm zone="librsvg rsvg-view-3">
196 <primary sortas="b-rsvg-view-3">rsvg-view-3</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry id="librsvg-2">
202 <term><filename class="libraryfile">librsvg-2.so</filename></term>
203 <listitem>
204 <para>
205 provides the functions to render Scalable Vector Graphics.
206 </para>
207 <indexterm zone="librsvg librsvg-2">
208 <primary sortas="c-librsvg-2">librsvg-2.so</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 <varlistentry id="libpixbufloader-svg">
214 <term><filename class="libraryfile">libpixbufloader-svg.so</filename></term>
215 <listitem>
216 <para>
217 is the <application>Gdk Pixbuf</application> plugin that allows
218 <application>GTK+</application> applications to render Scalable
219 Vector Graphics images.
220 </para>
221 <indexterm zone="librsvg libpixbufloader-svg">
222 <primary sortas="c-libpixbufloader-svg">libpixbufloader-svg.so</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 </variablelist>
228
229 </sect2>
230
231</sect1>
Note: See TracBrowser for help on using the repository browser.