source: general/graphlib/librsvg.xml@ 6e94284

11.2 11.3 12.0 12.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 xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since 6e94284 was 9bd5f2d, checked in by Douglas R. Reno <renodr@…>, 2 years ago

Remove a duplicate changelog entry and do a minor reword on the librsvg
test suite comments.

  • Property mode set to 100644
File size: 7.2 KB
RevLine 
[fdca4266]1<?xml version="1.0" encoding="ISO-8859-1"?>
[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">
8 <!ENTITY librsvg-download-ftp "&gnome-download-ftp;/librsvg/&librsvg-minor;/librsvg-&librsvg-version;.tar.xz">
[6783d06]9 <!ENTITY librsvg-md5sum "22328b7922ab04836959f669ecef1ea7">
[519aed4]10 <!ENTITY librsvg-size "23 MB">
[6783d06]11 <!ENTITY librsvg-buildsize "920 MB (28 MB installed), add 213 MB for tests">
[9c8fb20a]12 <!ENTITY librsvg-time "1.2 SBU (Using parallelism=4), add 1.7 SBU for tests">
[fdca4266]13]>
14
[ad45d1a]15<sect1 id="librsvg" xreflabel="librsvg-&librsvg-version;">
[13d6079]16 <?dbhtml filename="librsvg.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
[03ac97c2]22 <title>librsvg-&librsvg-version;</title>
[13d6079]23
24 <indexterm zone="librsvg">
[7ded7e3]25 <primary sortas="a-librsvg">librsvg</primary>
[13d6079]26 </indexterm>
27
28 <sect2 role="package">
[03ac97c2]29 <title>Introduction to librsvg</title>
[13d6079]30
[5d1cdfd]31 <para>
32 The <application>librsvg</application> package contains
[8c668de]33 a library and tools used to manipulate, convert and view
34 Scalable Vector Graphic (SVG) images.
[5d1cdfd]35 </para>
[13d6079]36
[519aed4]37 &lfs111_checked;
[49f7d8b]38
[13d6079]39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
[7ded7e3]42 <para>
43 Download (HTTP): <ulink url="&librsvg-download-http;"/>
44 </para>
[13d6079]45 </listitem>
46 <listitem>
[7ded7e3]47 <para>
48 Download (FTP): <ulink url="&librsvg-download-ftp;"/>
49 </para>
[13d6079]50 </listitem>
51 <listitem>
[7ded7e3]52 <para>
53 Download MD5 sum: &librsvg-md5sum;
54 </para>
[13d6079]55 </listitem>
56 <listitem>
[7ded7e3]57 <para>
58 Download size: &librsvg-size;
59 </para>
[13d6079]60 </listitem>
61 <listitem>
[7ded7e3]62 <para>
63 Estimated disk space required: &librsvg-buildsize;
64 </para>
[13d6079]65 </listitem>
66 <listitem>
[7ded7e3]67 <para>
68 Estimated build time: &librsvg-time;
69 </para>
[13d6079]70 </listitem>
71 </itemizedlist>
72
[03ac97c2]73 <bridgehead renderas="sect3">librsvg Dependencies</bridgehead>
[13d6079]74
75 <bridgehead renderas="sect4">Required</bridgehead>
[cd68ead6]76 <para role="required">
[e1365446]77 <xref linkend="cairo"/>,
[6783d06]78 <xref linkend="docutils"/>,
79 <xref linkend="gdk-pixbuf"/>,
[8558044]80 <xref linkend="pango"/>, and
[b93d66ac]81 <xref linkend="rust"/>
[cd68ead6]82 </para>
[fd7e0ed6]83
[1fc5861c]84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
[a5782d1e]86 <xref linkend="gobject-introspection"/> and
[8c668de]87 <xref linkend="vala"/>
[4c2be438]88 </para>
89
[1039de3]90 <para condition="html" role="usernotes">User Notes:
[7ded7e3]91 <ulink url="&blfs-wiki;/librsvg"/>
92 </para>
[13d6079]93 </sect2>
94
95 <sect2 role="installation">
[03ac97c2]96 <title>Installation of librsvg</title>
[3148bf6]97
[6783d06]98 <para>
99 This package needs <command>gi-docgen</command> to be built. Set up
100 a Python virtual environment to run it:
101 </para>
102
103<screen><userinput remap="pre">python3 -m venv pyvenv &amp;&amp;
104./pyvenv/bin/pip3 install gi-docgen</userinput></screen>
105
[7ded7e3]106 <para>
107 Install <application>librsvg</application> by running the following
108 commands:
109 </para>
[13d6079]110
[6783d06]111<screen><userinput>GI_DOCGEN=$PWD/pyvenv/bin/gi-docgen \
112./configure --prefix=/usr \
[9dbbb8d]113 --enable-vala \
[ec0f2a5]114 --disable-static \
115 --docdir=/usr/share/doc/librsvg-&librsvg-version; &amp;&amp;
[13d6079]116make</userinput></screen>
117
[7ded7e3]118 <para>
[9bd5f2d]119 To test the results, issue: <command>make -k check</command>. During
120 testing some binaries are rebuilt with adifferent debug level, so you
121 should run <command>make</command> again after the tests are complete
122 to ensure everything is ready to be installed.
[7ded7e3]123 </para>
[3148bf6]124
[5d1cdfd]125 <para>
126 Now, as the <systemitem class="username">root</systemitem> user:
127 </para>
[13d6079]128
129<screen role="root"><userinput>make install</userinput></screen>
[1b6c879]130
131 <note>
132 <para>
133 If you installed the package on to your system using a
134 <quote>DESTDIR</quote> method, an important file was not installed and
135 should be copied and/or generated. Generate it using the following
136 command as the <systemitem class="username">root</systemitem> user:
137 </para>
138
139<screen role="root"><userinput>gdk-pixbuf-query-loaders --update-cache</userinput></screen>
140 </note>
141
142
[13d6079]143 </sect2>
144
145 <sect2 role="commands">
146 <title>Command Explanations</title>
147
[5d1cdfd]148 <para>
[9dbbb8d]149 <parameter>--enable-vala</parameter>: This switch enables
150 building of the Vala bindings. Remove this switch if you don't have
[2612323f]151 <xref linkend="vala"/> installed.
[ae34f41]152 </para>
153
[9dbbb8d]154 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
155 href="../../xincludes/static-libraries.xml"/>
156
[ae34f41]157 <para>
[2612323f]158 <option>--disable-introspection</option>: Use this switch if you have
159 not installed <application>Gobject Introspection</application>.
[28b61748]160 </para>
161
[cd68ead6]162 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[75d341a1]163 href="../../xincludes/gtk-doc-rebuild.xml"/>
[f210178]164
[13d6079]165 </sect2>
166
167 <sect2 role="content">
168 <title>Contents</title>
169
170 <segmentedlist>
171 <segtitle>Installed Programs</segtitle>
[cd68ead6]172 <segtitle>Installed Library</segtitle>
[13d6079]173 <segtitle>Installed Directories</segtitle>
174
175 <seglistitem>
[cd68ead6]176 <seg>
[a5782d1e]177 rsvg-convert
[cd68ead6]178 </seg>
179 <seg>
[7ded7e3]180 librsvg-2.so and libpixbufloader-svg.so
[6783d06]181 (in <filename class='directory'>/usr/lib/gdk-pixbuf-2.0/2.10.0/</filename>)
[cd68ead6]182 </seg>
183 <seg>
[dde790ee]184 /usr/include/librsvg-2.0,
[8dcedec0]185 /usr/share/doc/librsvg-&librsvg-version;, and
[5f533962]186 /usr/share/gtk-doc/html/rsvg-2.0
[cd68ead6]187 </seg>
[13d6079]188 </seglistitem>
189 </segmentedlist>
190
191 <variablelist>
192 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
193 <?dbfo list-presentation="list"?>
194 <?dbhtml list-presentation="table"?>
195
[18971e0d]196 <varlistentry id="rsvg-convert">
197 <term><command>rsvg-convert</command></term>
198 <listitem>
[5d1cdfd]199 <para>
[4c24eb0a]200 is used to convert images into PNG, PDF, PS, SVG and other formats
[5d1cdfd]201 </para>
[18971e0d]202 <indexterm zone="librsvg rsvg-convert">
203 <primary sortas="b-rsvg-convert">rsvg-convert</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
[214718a]208 <varlistentry id="librsvg-2">
[8c668de]209 <term><filename class="libraryfile">librsvg-2.so</filename></term>
[13d6079]210 <listitem>
[5d1cdfd]211 <para>
[4c24eb0a]212 provides the functions to render Scalable Vector Graphics
[5d1cdfd]213 </para>
[214718a]214 <indexterm zone="librsvg librsvg-2">
[cd68ead6]215 <primary sortas="c-librsvg-2">librsvg-2.so</primary>
[13d6079]216 </indexterm>
217 </listitem>
218 </varlistentry>
219
[75d341a1]220 <varlistentry id="libpixbufloader-svg">
[8c668de]221 <term><filename class="libraryfile">libpixbufloader-svg.so</filename></term>
[5d1cdfd]222 <listitem>
223 <para>
[7ded7e3]224 is the <application>Gdk Pixbuf</application> plugin that allows
[0d7900a]225 <application>GTK+</application> applications to render Scalable
[4c24eb0a]226 Vector Graphics images
[5d1cdfd]227 </para>
[75d341a1]228 <indexterm zone="librsvg libpixbufloader-svg">
229 <primary sortas="c-libpixbufloader-svg">libpixbufloader-svg.so</primary>
[5d1cdfd]230 </indexterm>
231 </listitem>
232 </varlistentry>
[7ded7e3]233
[13d6079]234 </variablelist>
[7ded7e3]235
[13d6079]236 </sect2>
[7ded7e3]237
[ad45d1a]238</sect1>
Note: See TracBrowser for help on using the repository browser.