source: general/graphlib/librsvg.xml@ b5db82fe

12.2 gimp3 lazarus trunk xry111/for-12.3 xry111/spidermonkey128
Last change on this file since b5db82fe was 4a3fa27, checked in by Bruce Dubbs <bdubbs@…>, 4 months ago

Update to librsvg-2.58.1.

  • Property mode set to 100644
File size: 7.5 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[fdca4266]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[7b6c396]7 <!ENTITY librsvg-download-http "&gnome-download-http;/librsvg/&librsvg-minor;/librsvg-&librsvg-version;.tar.xz">
[e1e58be]8 <!ENTITY librsvg-download-ftp " ">
[4a3fa27]9 <!ENTITY librsvg-md5sum "00c3549c4ffac162fe90585f35ad4339">
10 <!ENTITY librsvg-size "5.9 MB">
11 <!ENTITY librsvg-buildsize "765 MB (17 MB installed), add 545 MB for tests">
12 <!ENTITY librsvg-time "0.6 SBU (add 0.7 SBU for tests; both using parallelism=4)">
[fdca4266]13]>
14
[ad45d1a]15<sect1 id="librsvg" xreflabel="librsvg-&librsvg-version;">
[13d6079]16 <?dbhtml filename="librsvg.html"?>
17
18
[03ac97c2]19 <title>librsvg-&librsvg-version;</title>
[13d6079]20
21 <indexterm zone="librsvg">
[7ded7e3]22 <primary sortas="a-librsvg">librsvg</primary>
[13d6079]23 </indexterm>
24
25 <sect2 role="package">
[03ac97c2]26 <title>Introduction to librsvg</title>
[13d6079]27
[5d1cdfd]28 <para>
29 The <application>librsvg</application> package contains
[8c668de]30 a library and tools used to manipulate, convert and view
31 Scalable Vector Graphic (SVG) images.
[5d1cdfd]32 </para>
[13d6079]33
[1241ea19]34 &lfs121_checked;
[49f7d8b]35
[13d6079]36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
[7ded7e3]39 <para>
40 Download (HTTP): <ulink url="&librsvg-download-http;"/>
41 </para>
[13d6079]42 </listitem>
43 <listitem>
[7ded7e3]44 <para>
45 Download (FTP): <ulink url="&librsvg-download-ftp;"/>
46 </para>
[13d6079]47 </listitem>
48 <listitem>
[7ded7e3]49 <para>
50 Download MD5 sum: &librsvg-md5sum;
51 </para>
[13d6079]52 </listitem>
53 <listitem>
[7ded7e3]54 <para>
55 Download size: &librsvg-size;
56 </para>
[13d6079]57 </listitem>
58 <listitem>
[7ded7e3]59 <para>
60 Estimated disk space required: &librsvg-buildsize;
61 </para>
[13d6079]62 </listitem>
63 <listitem>
[7ded7e3]64 <para>
65 Estimated build time: &librsvg-time;
66 </para>
[13d6079]67 </listitem>
68 </itemizedlist>
69
[03ac97c2]70 <bridgehead renderas="sect3">librsvg Dependencies</bridgehead>
[13d6079]71
72 <bridgehead renderas="sect4">Required</bridgehead>
[cd68ead6]73 <para role="required">
[e1365446]74 <xref linkend="cairo"/>,
[6783d06]75 <xref linkend="gdk-pixbuf"/>,
[8558044]76 <xref linkend="pango"/>, and
[b93d66ac]77 <xref linkend="rust"/>
[cd68ead6]78 </para>
[fd7e0ed6]79
[afb71d0a]80 &build-use-internet;
81
[1fc5861c]82 <bridgehead renderas="sect4">Recommended</bridgehead>
83 <para role="recommended">
[c0bc0a9]84 &gobject-introspection; and
[8c668de]85 <xref linkend="vala"/>
[4c2be438]86 </para>
87
[9aebeedf]88 <bridgehead renderas="sect4">Optional</bridgehead>
[72722427]89 <para role="optional">
[9aebeedf]90 <xref linkend="docutils"/> (for man pages),
[2a1abbb]91 <xref linkend="gi-docgen"/> (for documentation), and
92 <xref linkend="xorg7-font"/> (for tests)
[72722427]93 </para>
94
[13d6079]95 </sect2>
96
97 <sect2 role="installation">
[03ac97c2]98 <title>Installation of librsvg</title>
[3148bf6]99
[7ded7e3]100 <para>
101 Install <application>librsvg</application> by running the following
102 commands:
103 </para>
[13d6079]104
[9aebeedf]105<screen><userinput>./configure --prefix=/usr \
[9dbbb8d]106 --enable-vala \
[ec0f2a5]107 --disable-static \
108 --docdir=/usr/share/doc/librsvg-&librsvg-version; &amp;&amp;
[13d6079]109make</userinput></screen>
110
[6d47d88]111 <!-- With some locales (zh_CN.UTF-8) 31 tests fail. With LC_ALL=C only
112 one failure.
113 https://gitlab.gnome.org/GNOME/librsvg/-/issues/1021 -->
[7ded7e3]114 <para>
[6d47d88]115 To test the results, issue: <command>LC_ALL=C make -k check</command>.
[638d5a3]116 <!-- https://gitlab.gnome.org/GNOME/librsvg/-/issues/1063
117 The test is broken due to missing font, but it's only revealed
118 after a pango update. -->
[4a3fa27]119 One test in the <literal>api</literal> suite is known to fail.
[7ded7e3]120 </para>
[3148bf6]121
[5d1cdfd]122 <para>
123 Now, as the <systemitem class="username">root</systemitem> user:
124 </para>
[13d6079]125
[48d48bdd]126<screen role="root"><userinput>make DOC_INSTALL_DIR='$(docdir)' install</userinput></screen>
[1b6c879]127
128 <note>
129 <para>
130 If you installed the package on to your system using a
131 <quote>DESTDIR</quote> method, an important file was not installed and
132 should be copied and/or generated. Generate it using the following
133 command as the <systemitem class="username">root</systemitem> user:
134 </para>
135
136<screen role="root"><userinput>gdk-pixbuf-query-loaders --update-cache</userinput></screen>
137 </note>
138
139
[13d6079]140 </sect2>
141
142 <sect2 role="commands">
143 <title>Command Explanations</title>
144
[5d1cdfd]145 <para>
[9dbbb8d]146 <parameter>--enable-vala</parameter>: This switch enables
147 building of the Vala bindings. Remove this switch if you don't have
[2612323f]148 <xref linkend="vala"/> installed.
[ae34f41]149 </para>
150
[9dbbb8d]151 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
152 href="../../xincludes/static-libraries.xml"/>
153
[48d48bdd]154 <para>
155 <parameter>DOC_INSTALL_DIR='$(docdir)'</parameter>: This override
156 ensures installing the API documentation into the expected location
157 if <xref linkend='gi-docgen'/> is installed.
158 </para>
159
[ae34f41]160 <para>
[2612323f]161 <option>--disable-introspection</option>: Use this switch if you have
162 not installed <application>Gobject Introspection</application>.
[28b61748]163 </para>
164
[f56d2e7]165 <para>
166 <option>--disable-gtk-doc</option>: This switch prevents building
167 the API documentation, even if <xref linkend="gi-docgen"/> (despite
168 the name of the option) is available.
169 </para>
[f210178]170
[13d6079]171 </sect2>
172
173 <sect2 role="content">
174 <title>Contents</title>
175
176 <segmentedlist>
177 <segtitle>Installed Programs</segtitle>
[cd68ead6]178 <segtitle>Installed Library</segtitle>
[13d6079]179 <segtitle>Installed Directories</segtitle>
180
181 <seglistitem>
[cd68ead6]182 <seg>
[a5782d1e]183 rsvg-convert
[cd68ead6]184 </seg>
185 <seg>
[485ee94]186 librsvg-2.so and
187 libpixbufloader-svg.so (installed in /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders)
[cd68ead6]188 </seg>
189 <seg>
[360f25bb]190 /usr/include/librsvg-2.0 and
191 /usr/share/doc/librsvg-&librsvg-version;
192<!-- /usr/share/gtk-doc/html/rsvg-2.0 not built with
193 current instructions (needs gi-docgen)-->
[cd68ead6]194 </seg>
[13d6079]195 </seglistitem>
196 </segmentedlist>
197
198 <variablelist>
199 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
200 <?dbfo list-presentation="list"?>
201 <?dbhtml list-presentation="table"?>
202
[18971e0d]203 <varlistentry id="rsvg-convert">
204 <term><command>rsvg-convert</command></term>
205 <listitem>
[5d1cdfd]206 <para>
[4c24eb0a]207 is used to convert images into PNG, PDF, PS, SVG and other formats
[5d1cdfd]208 </para>
[18971e0d]209 <indexterm zone="librsvg rsvg-convert">
210 <primary sortas="b-rsvg-convert">rsvg-convert</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
[214718a]215 <varlistentry id="librsvg-2">
[8c668de]216 <term><filename class="libraryfile">librsvg-2.so</filename></term>
[13d6079]217 <listitem>
[5d1cdfd]218 <para>
[4c24eb0a]219 provides the functions to render Scalable Vector Graphics
[5d1cdfd]220 </para>
[214718a]221 <indexterm zone="librsvg librsvg-2">
[cd68ead6]222 <primary sortas="c-librsvg-2">librsvg-2.so</primary>
[13d6079]223 </indexterm>
224 </listitem>
225 </varlistentry>
226
[75d341a1]227 <varlistentry id="libpixbufloader-svg">
[8c668de]228 <term><filename class="libraryfile">libpixbufloader-svg.so</filename></term>
[5d1cdfd]229 <listitem>
230 <para>
[7ded7e3]231 is the <application>Gdk Pixbuf</application> plugin that allows
[0d7900a]232 <application>GTK+</application> applications to render Scalable
[4c24eb0a]233 Vector Graphics images
[5d1cdfd]234 </para>
[75d341a1]235 <indexterm zone="librsvg libpixbufloader-svg">
236 <primary sortas="c-libpixbufloader-svg">libpixbufloader-svg.so</primary>
[5d1cdfd]237 </indexterm>
238 </listitem>
239 </varlistentry>
[7ded7e3]240
[13d6079]241 </variablelist>
[7ded7e3]242
[13d6079]243 </sect2>
[7ded7e3]244
[ad45d1a]245</sect1>
Note: See TracBrowser for help on using the repository browser.