source: general/graphlib/librsvg.xml@ 005d40fa

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 005d40fa was a2ada40, checked in by Douglas R. Reno <renodr@…>, 11 months ago

Update to librsvg-2.56.1 (Security Update)

  • 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/&librsvg-minor;/librsvg-&librsvg-version;.tar.xz">
8 <!ENTITY librsvg-download-ftp "&gnome-download-ftp;/librsvg/&librsvg-minor;/librsvg-&librsvg-version;.tar.xz">
9 <!ENTITY librsvg-md5sum "8055142a6c9d0d21d42e40bc08dff814">
10 <!ENTITY librsvg-size "5.4 MB">
11 <!ENTITY librsvg-buildsize "747 MB (16 MB installed), add 378 MB for tests">
12 <!ENTITY librsvg-time "0.7 SBU (Add 0.8 SBU for tests; both using parallelism=4)">
13]>
14
15<sect1 id="librsvg" xreflabel="librsvg-&librsvg-version;">
16 <?dbhtml filename="librsvg.html"?>
17
18
19 <title>librsvg-&librsvg-version;</title>
20
21 <indexterm zone="librsvg">
22 <primary sortas="a-librsvg">librsvg</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to librsvg</title>
27
28 <para>
29 The <application>librsvg</application> package contains
30 a library and tools used to manipulate, convert and view
31 Scalable Vector Graphic (SVG) images.
32 </para>
33
34 &lfs113_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&librsvg-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&librsvg-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &librsvg-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &librsvg-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &librsvg-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &librsvg-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">librsvg Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="cairo"/>,
75 <xref linkend="gdk-pixbuf"/>,
76 <xref linkend="pango"/>, and
77 <xref linkend="rust"/>
78 </para>
79
80 &build-use-internet;
81
82 <bridgehead renderas="sect4">Recommended</bridgehead>
83 <para role="recommended">
84 <xref linkend="gobject-introspection"/> and
85 <xref linkend="vala"/>
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref linkend="docutils"/> (for man pages),
91 <xref linkend="gi-docgen"/> (for documentation), and
92 <xref linkend="xorg7-font"/> (for tests)
93 </para>
94
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of librsvg</title>
99
100 <para>
101 Install <application>librsvg</application> by running the following
102 commands:
103 </para>
104
105<screen><userinput>./configure --prefix=/usr \
106 --enable-vala \
107 --disable-static \
108 --docdir=/usr/share/doc/librsvg-&librsvg-version; &amp;&amp;
109make</userinput></screen>
110
111 <para>
112 To test the results, issue:
113 </para>
114
115<screen remap='test'><userinput>make check</userinput></screen>
116
117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
120
121<screen role="root"><userinput>make DOC_INSTALL_DIR='$(docdir)' install</userinput></screen>
122
123 <note>
124 <para>
125 If you installed the package on to your system using a
126 <quote>DESTDIR</quote> method, an important file was not installed and
127 should be copied and/or generated. Generate it using the following
128 command as the <systemitem class="username">root</systemitem> user:
129 </para>
130
131<screen role="root"><userinput>gdk-pixbuf-query-loaders --update-cache</userinput></screen>
132 </note>
133
134
135 </sect2>
136
137 <sect2 role="commands">
138 <title>Command Explanations</title>
139
140 <para>
141 <parameter>--enable-vala</parameter>: This switch enables
142 building of the Vala bindings. Remove this switch if you don't have
143 <xref linkend="vala"/> installed.
144 </para>
145
146 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
147 href="../../xincludes/static-libraries.xml"/>
148
149 <para>
150 <parameter>DOC_INSTALL_DIR='$(docdir)'</parameter>: This override
151 ensures installing the API documentation into the expected location
152 if <xref linkend='gi-docgen'/> is installed.
153 </para>
154
155 <para>
156 <option>--disable-introspection</option>: Use this switch if you have
157 not installed <application>Gobject Introspection</application>.
158 </para>
159
160 <para>
161 <option>--disable-gtk-doc</option>: This switch prevents building
162 the API documentation, even if <xref linkend="gi-docgen"/> (despite
163 the name of the option) is available.
164 </para>
165
166 </sect2>
167
168 <sect2 role="content">
169 <title>Contents</title>
170
171 <segmentedlist>
172 <segtitle>Installed Programs</segtitle>
173 <segtitle>Installed Library</segtitle>
174 <segtitle>Installed Directories</segtitle>
175
176 <seglistitem>
177 <seg>
178 rsvg-convert
179 </seg>
180 <seg>
181 librsvg-2.so
182 </seg>
183 <seg>
184 /usr/include/librsvg-2.0 and
185 /usr/share/doc/librsvg-&librsvg-version;
186<!-- /usr/share/gtk-doc/html/rsvg-2.0 not built with
187 current instructions (needs gi-docgen)-->
188 </seg>
189 </seglistitem>
190 </segmentedlist>
191
192 <variablelist>
193 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
194 <?dbfo list-presentation="list"?>
195 <?dbhtml list-presentation="table"?>
196
197 <varlistentry id="rsvg-convert">
198 <term><command>rsvg-convert</command></term>
199 <listitem>
200 <para>
201 is used to convert images into PNG, PDF, PS, SVG and other formats
202 </para>
203 <indexterm zone="librsvg rsvg-convert">
204 <primary sortas="b-rsvg-convert">rsvg-convert</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 <varlistentry id="librsvg-2">
210 <term><filename class="libraryfile">librsvg-2.so</filename></term>
211 <listitem>
212 <para>
213 provides the functions to render Scalable Vector Graphics
214 </para>
215 <indexterm zone="librsvg librsvg-2">
216 <primary sortas="c-librsvg-2">librsvg-2.so</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 <varlistentry id="libpixbufloader-svg">
222 <term><filename class="libraryfile">libpixbufloader-svg.so</filename></term>
223 <listitem>
224 <para>
225 is the <application>Gdk Pixbuf</application> plugin that allows
226 <application>GTK+</application> applications to render Scalable
227 Vector Graphics images
228 </para>
229 <indexterm zone="librsvg libpixbufloader-svg">
230 <primary sortas="c-libpixbufloader-svg">libpixbufloader-svg.so</primary>
231 </indexterm>
232 </listitem>
233 </varlistentry>
234
235 </variablelist>
236
237 </sect2>
238
239</sect1>
Note: See TracBrowser for help on using the repository browser.