source: general/graphlib/librsvg.xml@ 0fc5e82b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 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 0fc5e82b was 0fc5e82b, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to ghostscript-9.22.
Update to cmake-3.9.4.
Update to openjpeg2-2.3.0.
Update to librsvg-2.40.19.
Update to httpd-2.4.28.

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

  • Property mode set to 100644
File size: 6.9 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
[5f533962]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">
[0fc5e82b]9 <!ENTITY librsvg-md5sum "934eff469b34c732fb91ddb9afd40638">
10 <!ENTITY librsvg-size "1.7 MB">
[72f7fb4]11 <!ENTITY librsvg-buildsize "14 MB (with tests)">
[8da658ba]12 <!ENTITY librsvg-time "0.2 SBU (with tests)">
[fdca4266]13]>
14
[ad45d1a]15<sect1 id="librsvg" xreflabel="librsvg-&librsvg-version;">
[13d6079]16 <?dbhtml filename="librsvg.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[03ac97c2]23 <title>librsvg-&librsvg-version;</title>
[13d6079]24
25 <indexterm zone="librsvg">
[7ded7e3]26 <primary sortas="a-librsvg">librsvg</primary>
[13d6079]27 </indexterm>
28
29 <sect2 role="package">
[03ac97c2]30 <title>Introduction to librsvg</title>
[13d6079]31
[5d1cdfd]32 <para>
33 The <application>librsvg</application> package contains
[8c668de]34 a library and tools used to manipulate, convert and view
35 Scalable Vector Graphic (SVG) images.
[5d1cdfd]36 </para>
[13d6079]37
[d7cd496]38 &lfs81_checked;
[49f7d8b]39
[13d6079]40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
[7ded7e3]43 <para>
44 Download (HTTP): <ulink url="&librsvg-download-http;"/>
45 </para>
[13d6079]46 </listitem>
47 <listitem>
[7ded7e3]48 <para>
49 Download (FTP): <ulink url="&librsvg-download-ftp;"/>
50 </para>
[13d6079]51 </listitem>
52 <listitem>
[7ded7e3]53 <para>
54 Download MD5 sum: &librsvg-md5sum;
55 </para>
[13d6079]56 </listitem>
57 <listitem>
[7ded7e3]58 <para>
59 Download size: &librsvg-size;
60 </para>
[13d6079]61 </listitem>
62 <listitem>
[7ded7e3]63 <para>
64 Estimated disk space required: &librsvg-buildsize;
65 </para>
[13d6079]66 </listitem>
67 <listitem>
[7ded7e3]68 <para>
69 Estimated build time: &librsvg-time;
70 </para>
[13d6079]71 </listitem>
72 </itemizedlist>
73
[03ac97c2]74 <bridgehead renderas="sect3">librsvg Dependencies</bridgehead>
[13d6079]75
76 <bridgehead renderas="sect4">Required</bridgehead>
[cd68ead6]77 <para role="required">
[123166c0]78 <xref linkend="gdk-pixbuf"/>,
79 <xref linkend="libcroco"/> and
[75d341a1]80 <xref linkend="pango"/>
[cd68ead6]81 </para>
[fd7e0ed6]82
[1fc5861c]83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
[9dbbb8d]85 <xref linkend="gobject-introspection"/>,
86 <xref linkend="gtk3"/> (For the <command>rsvg-view-3</command>), and
[8c668de]87 <xref linkend="vala"/>
[4c2be438]88 </para>
89
[13d6079]90 <bridgehead renderas="sect4">Optional</bridgehead>
[cd68ead6]91 <para role="optional">
92 <xref linkend="gtk-doc"/>
93 </para>
[fd7e0ed6]94
[1039de3]95 <para condition="html" role="usernotes">User Notes:
[7ded7e3]96 <ulink url="&blfs-wiki;/librsvg"/>
97 </para>
[13d6079]98 </sect2>
99
100 <sect2 role="installation">
[03ac97c2]101 <title>Installation of librsvg</title>
[3148bf6]102
[7ded7e3]103 <para>
104 Install <application>librsvg</application> by running the following
105 commands:
106 </para>
[13d6079]107
[d792ea5]108<screen><userinput>sed -i 's/ --nogtkinit//' doc/Makefile.in &amp;&amp;
109
110./configure --prefix=/usr \
[9dbbb8d]111 --enable-vala \
[2612323f]112 --disable-static &amp;&amp;
[13d6079]113make</userinput></screen>
114
[7ded7e3]115 <para>
[5f533962]116 To test the results, issue: <command>make check</command>.
[0fc5e82b]117 One sub-test of rsvg-test is known ot fail.
[7ded7e3]118 </para>
[3148bf6]119
[5d1cdfd]120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
[13d6079]123
124<screen role="root"><userinput>make install</userinput></screen>
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
[d792ea5]130 <para>
131 <command>sed ... doc/Makefile.in</command>: This change removes
132 a switch that prevents building the API documentation (if
133 requested).
134 </para>
135
[5d1cdfd]136 <para>
[9dbbb8d]137 <parameter>--enable-vala</parameter>: This switch enables
138 building of the Vala bindings. Remove this switch if you don't have
[2612323f]139 <xref linkend="vala"/> installed.
[ae34f41]140 </para>
141
[9dbbb8d]142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
143 href="../../xincludes/static-libraries.xml"/>
144
[ae34f41]145 <para>
[2612323f]146 <option>--disable-introspection</option>: Use this switch if you have
147 not installed <application>Gobject Introspection</application>.
[28b61748]148 </para>
149
[cd68ead6]150 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[75d341a1]151 href="../../xincludes/gtk-doc-rebuild.xml"/>
[f210178]152
[13d6079]153 </sect2>
154
155 <sect2 role="content">
156 <title>Contents</title>
157
158 <segmentedlist>
159 <segtitle>Installed Programs</segtitle>
[cd68ead6]160 <segtitle>Installed Library</segtitle>
[13d6079]161 <segtitle>Installed Directories</segtitle>
162
163 <seglistitem>
[cd68ead6]164 <seg>
[7ded7e3]165 rsvg-convert and rsvg-view-3
[cd68ead6]166 </seg>
167 <seg>
[7ded7e3]168 librsvg-2.so and libpixbufloader-svg.so
[cd68ead6]169 </seg>
170 <seg>
[5f533962]171 /usr/include/librsvg-2.0 and
172 /usr/share/gtk-doc/html/rsvg-2.0
[cd68ead6]173 </seg>
[13d6079]174 </seglistitem>
175 </segmentedlist>
176
177 <variablelist>
178 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
179 <?dbfo list-presentation="list"?>
180 <?dbhtml list-presentation="table"?>
181
[18971e0d]182 <varlistentry id="rsvg-convert">
183 <term><command>rsvg-convert</command></term>
184 <listitem>
[5d1cdfd]185 <para>
[2249a59]186 is used to convert images into PNG, PDF, PS, SVG and other formats.
[5d1cdfd]187 </para>
[18971e0d]188 <indexterm zone="librsvg rsvg-convert">
189 <primary sortas="b-rsvg-convert">rsvg-convert</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
[cd68ead6]194 <varlistentry id="rsvg-view-3">
195 <term><command>rsvg-view-3</command></term>
[13d6079]196 <listitem>
[5d1cdfd]197 <para>
[7ded7e3]198 is a simple GTK+ 3 application that can be used to view an SVG file.
[5d1cdfd]199 </para>
[cd68ead6]200 <indexterm zone="librsvg rsvg-view-3">
201 <primary sortas="b-rsvg-view-3">rsvg-view-3</primary>
[13d6079]202 </indexterm>
203 </listitem>
204 </varlistentry>
205
[214718a]206 <varlistentry id="librsvg-2">
[8c668de]207 <term><filename class="libraryfile">librsvg-2.so</filename></term>
[13d6079]208 <listitem>
[5d1cdfd]209 <para>
210 provides the functions to render Scalable Vector Graphics.
211 </para>
[214718a]212 <indexterm zone="librsvg librsvg-2">
[cd68ead6]213 <primary sortas="c-librsvg-2">librsvg-2.so</primary>
[13d6079]214 </indexterm>
215 </listitem>
216 </varlistentry>
217
[75d341a1]218 <varlistentry id="libpixbufloader-svg">
[8c668de]219 <term><filename class="libraryfile">libpixbufloader-svg.so</filename></term>
[5d1cdfd]220 <listitem>
221 <para>
[7ded7e3]222 is the <application>Gdk Pixbuf</application> plugin that allows
[0d7900a]223 <application>GTK+</application> applications to render Scalable
[75d341a1]224 Vector Graphics images.
[5d1cdfd]225 </para>
[75d341a1]226 <indexterm zone="librsvg libpixbufloader-svg">
227 <primary sortas="c-libpixbufloader-svg">libpixbufloader-svg.so</primary>
[5d1cdfd]228 </indexterm>
229 </listitem>
230 </varlistentry>
[7ded7e3]231
[13d6079]232 </variablelist>
[7ded7e3]233
[13d6079]234 </sect2>
[7ded7e3]235
[ad45d1a]236</sect1>
Note: See TracBrowser for help on using the repository browser.