source: general/graphlib/librsvg.xml@ e2b7bb7

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since e2b7bb7 was e2b7bb7, checked in by Pierre Labastie <pieere@…>, 9 years ago

Remove optional switch from written instructions in librsvg

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15461 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 "259fd160b47ec11f3c27d7e18e507c99">
10 <!ENTITY librsvg-size "504 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 &lfs76_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 --disable-static &amp;&amp;
114make</userinput></screen>
115
116 <para>
117 To test the results, issue: <command>make check</command>.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
130 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
131 href="../../xincludes/static-libraries.xml"/>
132
133 <para>
134 <option>--enable-vala</option>: This switch enables
135 building of the Vala bindings. Use this switch if you have
136 <xref linkend="vala"/> installed.
137 </para>
138
139 <para>
140 <option>--disable-introspection</option>: Use this switch if you have
141 not installed <application>Gobject Introspection</application>.
142 </para>
143
144 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
145 href="../../xincludes/gtk-doc-rebuild.xml"/>
146
147 </sect2>
148
149 <sect2 role="content">
150 <title>Contents</title>
151
152 <segmentedlist>
153 <segtitle>Installed Programs</segtitle>
154 <segtitle>Installed Library</segtitle>
155 <segtitle>Installed Directories</segtitle>
156
157 <seglistitem>
158 <seg>
159 rsvg-convert and rsvg-view-3
160 </seg>
161 <seg>
162 librsvg-2.so and libpixbufloader-svg.so
163 </seg>
164 <seg>
165 /usr/include/librsvg-2.0 and
166 /usr/share/gtk-doc/html/rsvg-2.0
167 </seg>
168 </seglistitem>
169 </segmentedlist>
170
171 <variablelist>
172 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
173 <?dbfo list-presentation="list"?>
174 <?dbhtml list-presentation="table"?>
175
176 <varlistentry id="rsvg-convert">
177 <term><command>rsvg-convert</command></term>
178 <listitem>
179 <para>
180 is used to convert images into PNG, PDF, PS, SVG and other formats.
181 </para>
182 <indexterm zone="librsvg rsvg-convert">
183 <primary sortas="b-rsvg-convert">rsvg-convert</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 <varlistentry id="rsvg-view-3">
189 <term><command>rsvg-view-3</command></term>
190 <listitem>
191 <para>
192 is a simple GTK+ 3 application that can be used to view an SVG file.
193 </para>
194 <indexterm zone="librsvg rsvg-view-3">
195 <primary sortas="b-rsvg-view-3">rsvg-view-3</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 <varlistentry id="librsvg-2">
201 <term><filename class="libraryfile">librsvg-2.so</filename></term>
202 <listitem>
203 <para>
204 provides the functions to render Scalable Vector Graphics.
205 </para>
206 <indexterm zone="librsvg librsvg-2">
207 <primary sortas="c-librsvg-2">librsvg-2.so</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 <varlistentry id="libpixbufloader-svg">
213 <term><filename class="libraryfile">libpixbufloader-svg.so</filename></term>
214 <listitem>
215 <para>
216 is the <application>Gdk Pixbuf</application> plugin that allows
217 <application>GTK+</application> applications to render Scalable
218 Vector Graphics images.
219 </para>
220 <indexterm zone="librsvg libpixbufloader-svg">
221 <primary sortas="c-libpixbufloader-svg">libpixbufloader-svg.so</primary>
222 </indexterm>
223 </listitem>
224 </varlistentry>
225
226 </variablelist>
227
228 </sect2>
229
230</sect1>
Note: See TracBrowser for help on using the repository browser.