source: general/graphlib/librsvg.xml@ 1b6c879

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 1b6c879 was 1b6c879, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Add a sed to fix postfix with linux5.
Update node.js-10.15.3.
Update cbindgen-0.8.2.
Update to totem-pl-parser-3.26.3.

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

  • Property mode set to 100644
File size: 7.1 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.44/librsvg-&librsvg-version;.tar.xz">
8 <!ENTITY librsvg-download-ftp "&gnome-download-ftp;/librsvg/2.44/librsvg-&librsvg-version;.tar.xz">
9 <!ENTITY librsvg-md5sum "5be17e248dfbf0259c14922a52193b26">
10 <!ENTITY librsvg-size "12 MB">
11 <!ENTITY librsvg-buildsize "790 MB (add 341 MB for tests)">
12 <!ENTITY librsvg-time "0.8 SBU (add 0.8 SBU for tests)">
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 &lfs84_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"/>,
80 <xref linkend="cairo"/>,
81 <xref linkend="pango"/>, and
82 <xref linkend="rust"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="gobject-introspection"/>,
88 <xref linkend="gtk3"/> (For the <command>rsvg-view-3</command>), and
89 <xref linkend="vala"/>
90 </para>
91
92 <bridgehead renderas="sect4">Optional</bridgehead>
93 <para role="optional">
94 <xref linkend="gtk-doc"/>
95 </para>
96
97 <para condition="html" role="usernotes">User Notes:
98 <ulink url="&blfs-wiki;/librsvg"/>
99 </para>
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of librsvg</title>
104
105 <para>
106 Install <application>librsvg</application> by running the following
107 commands:
108 </para>
109
110<screen><userinput>./configure --prefix=/usr \
111 --enable-vala \
112 --disable-static &amp;&amp;
113make</userinput></screen>
114
115 <para>
116 To test the results, issue: <command>make check</command>.
117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>make install</userinput></screen>
124
125 <note>
126 <para>
127 If you installed the package on to your system using a
128 <quote>DESTDIR</quote> method, an important file was not installed and
129 should be copied and/or generated. Generate it using the following
130 command as the <systemitem class="username">root</systemitem> user:
131 </para>
132
133<screen role="root"><userinput>gdk-pixbuf-query-loaders --update-cache</userinput></screen>
134 </note>
135
136
137 </sect2>
138
139 <sect2 role="commands">
140 <title>Command Explanations</title>
141
142 <para>
143 <parameter>--enable-vala</parameter>: This switch enables
144 building of the Vala bindings. Remove this switch if you don't have
145 <xref linkend="vala"/> installed.
146 </para>
147
148 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
149 href="../../xincludes/static-libraries.xml"/>
150
151 <para>
152 <option>--disable-introspection</option>: Use this switch if you have
153 not installed <application>Gobject Introspection</application>.
154 </para>
155
156 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
157 href="../../xincludes/gtk-doc-rebuild.xml"/>
158
159 </sect2>
160
161 <sect2 role="content">
162 <title>Contents</title>
163
164 <segmentedlist>
165 <segtitle>Installed Programs</segtitle>
166 <segtitle>Installed Library</segtitle>
167 <segtitle>Installed Directories</segtitle>
168
169 <seglistitem>
170 <seg>
171 rsvg-convert and rsvg-view-3
172 </seg>
173 <seg>
174 librsvg-2.so and libpixbufloader-svg.so
175 </seg>
176 <seg>
177 /usr/include/librsvg-2.0 and
178 /usr/share/gtk-doc/html/rsvg-2.0
179 </seg>
180 </seglistitem>
181 </segmentedlist>
182
183 <variablelist>
184 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
185 <?dbfo list-presentation="list"?>
186 <?dbhtml list-presentation="table"?>
187
188 <varlistentry id="rsvg-convert">
189 <term><command>rsvg-convert</command></term>
190 <listitem>
191 <para>
192 is used to convert images into PNG, PDF, PS, SVG and other formats.
193 </para>
194 <indexterm zone="librsvg rsvg-convert">
195 <primary sortas="b-rsvg-convert">rsvg-convert</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 <varlistentry id="rsvg-view-3">
201 <term><command>rsvg-view-3</command></term>
202 <listitem>
203 <para>
204 is a simple GTK+ 3 application that can be used to view an SVG file.
205 </para>
206 <indexterm zone="librsvg rsvg-view-3">
207 <primary sortas="b-rsvg-view-3">rsvg-view-3</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 <varlistentry id="librsvg-2">
213 <term><filename class="libraryfile">librsvg-2.so</filename></term>
214 <listitem>
215 <para>
216 provides the functions to render Scalable Vector Graphics.
217 </para>
218 <indexterm zone="librsvg librsvg-2">
219 <primary sortas="c-librsvg-2">librsvg-2.so</primary>
220 </indexterm>
221 </listitem>
222 </varlistentry>
223
224 <varlistentry id="libpixbufloader-svg">
225 <term><filename class="libraryfile">libpixbufloader-svg.so</filename></term>
226 <listitem>
227 <para>
228 is the <application>Gdk Pixbuf</application> plugin that allows
229 <application>GTK+</application> applications to render Scalable
230 Vector Graphics images.
231 </para>
232 <indexterm zone="librsvg libpixbufloader-svg">
233 <primary sortas="c-libpixbufloader-svg">libpixbufloader-svg.so</primary>
234 </indexterm>
235 </listitem>
236 </varlistentry>
237
238 </variablelist>
239
240 </sect2>
241
242</sect1>
Note: See TracBrowser for help on using the repository browser.