source: general/graphlib/librsvg.xml@ dffe92e8

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since dffe92e8 was 5b3eab6, checked in by Randy McMurchy <randy@…>, 13 years ago

Removed mentions of the obsolete mozilla plugin from the librsvg instructions

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

  • Property mode set to 100644
File size: 6.5 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
[214718a]7 <!ENTITY librsvg-download-http "&gnome-download-http;/librsvg/2.26/librsvg-&librsvg-version;.tar.bz2">
8 <!ENTITY librsvg-download-ftp "&gnome-download-ftp;/librsvg/2.26/librsvg-&librsvg-version;.tar.bz2">
[a10f4a7]9 <!ENTITY librsvg-md5sum "8df68c2c02cdf2a96a92b43bf737bf9c">
10 <!ENTITY librsvg-size "500 KB">
[214718a]11 <!ENTITY librsvg-buildsize "14 MB">
12 <!ENTITY librsvg-time "0.3 SBU">
[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">
26 <primary sortas="a-Librsvg">Librsvg</primary>
27 </indexterm>
28
29 <sect2 role="package">
[03ac97c2]30 <title>Introduction to librsvg</title>
[13d6079]31
[e9116cc]32 <para>The <application>librsvg</application> package contains
33 <filename class="libraryfile">librsvg</filename> libraries and tools used to
[13d6079]34 manipulate, convert and view Scalable Vector Graphic (SVG) images.</para>
35
[49f7d8b]36 &lfs65_checked;
37
[13d6079]38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&librsvg-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&librsvg-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &librsvg-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &librsvg-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &librsvg-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &librsvg-time;</para>
57 </listitem>
58 </itemizedlist>
59
[03ac97c2]60 <bridgehead renderas="sect3">librsvg Dependencies</bridgehead>
[13d6079]61
62 <bridgehead renderas="sect4">Required</bridgehead>
[d7836ad]63 <para role="required"><xref linkend="gtk2"/> and
[18971e0d]64 <xref linkend="libxml2"/></para>
[fd7e0ed6]65
[3148bf6]66 <bridgehead renderas="sect4">Recommended</bridgehead>
[caa1fce]67 <para role="recommended"><xref linkend="libcroco"/> and
[3148bf6]68 <xref linkend="libgsf"/></para>
69
[13d6079]70 <bridgehead renderas="sect4">Optional</bridgehead>
[214718a]71 <para role="optional"><xref linkend="gtk-doc"/>,
[a10f4a7]72 <xref linkend="docbook-utils"/>, and
[18971e0d]73 <xref linkend="python"/>, providing a legacy wrapper interface
74 <command>rsvg</command> for the newer
75 <command>rsvg-convert</command>.</para>
[13d6079]76
[fd7e0ed6]77
[1039de3]78 <para condition="html" role="usernotes">User Notes:
79 <ulink url="&blfs-wiki;/librsvg"/></para>
80
[13d6079]81 </sect2>
82
83 <sect2 role="installation">
[03ac97c2]84 <title>Installation of librsvg</title>
[3148bf6]85
[e9116cc]86 <para>Install <application>librsvg</application> by running the following
[13d6079]87 commands:</para>
88
[81066706]89<screen><userinput>./configure --prefix=/usr \
[5b3eab6]90 --sysconfdir=/etc &amp;&amp;
[13d6079]91make</userinput></screen>
92
[49f7d8b]93 <para>To test the results, issue: <command>make check</command>.</para>
[3148bf6]94
[13d6079]95 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
96
97<screen role="root"><userinput>make install</userinput></screen>
98
99 </sect2>
100
101 <sect2 role="commands">
102 <title>Command Explanations</title>
103
[1bc4ab8f]104 <para><option>--disable-gtk-doc</option>: This parameter prevents
[0619e6d]105 the rebuilding of documentation during the <command>make</command>
[e1f87b5]106 command. It will also prevent the existing documentation in the source
107 tree from being installed.</para>
[13d6079]108
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Programs</segtitle>
116 <segtitle>Installed Libraries</segtitle>
117 <segtitle>Installed Directories</segtitle>
118
119 <seglistitem>
[214718a]120 <seg>rsvg, rsvg-convert, and rsvg-view</seg>
[a10f4a7]121 <seg>libsvg.{so,a}, svg_loader.{so,a}, and librsvg-2.{so,a}</seg>
[214718a]122 <seg>/usr/{include/librsvg-2/librsvg,share/gtk-doc/html/rsvg}</seg>
[13d6079]123 </seglistitem>
124 </segmentedlist>
125
126 <variablelist>
127 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
128 <?dbfo list-presentation="list"?>
129 <?dbhtml list-presentation="table"?>
130
131 <varlistentry id="rsvg">
132 <term><command>rsvg</command></term>
133 <listitem>
[18971e0d]134 <para>is a legacy wrapper interface to rsvg-convert.</para>
[13d6079]135 <indexterm zone="librsvg rsvg">
136 <primary sortas="b-rsvg">rsvg</primary>
137 </indexterm>
138 </listitem>
139 </varlistentry>
140
[18971e0d]141 <varlistentry id="rsvg-convert">
142 <term><command>rsvg-convert</command></term>
143 <listitem>
144 <para>is used to covert SVG images into PNG, JPEG and
145 ICO raster images.</para>
146 <indexterm zone="librsvg rsvg-convert">
147 <primary sortas="b-rsvg-convert">rsvg-convert</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
151
[13d6079]152 <varlistentry id="rsvg-view">
153 <term><command>rsvg-view</command></term>
154 <listitem>
[0619e6d]155 <para>is used to view an SVG file in an <application>X</application>
[13d6079]156 window.</para>
157 <indexterm zone="librsvg rsvg-view">
158 <primary sortas="b-rsvg-view">rsvg-view</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
[214718a]163 <varlistentry id="librsvg-2">
[1039de3]164 <term><filename class='libraryfile'>librsvg-2.{so,a}</filename></term>
[13d6079]165 <listitem>
[214718a]166 <para>provide the functions to render Scalable Vector Graphics.</para>
167 <indexterm zone="librsvg librsvg-2">
168 <primary sortas="c-librsvg-2">librsvg-2.{so,a}</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 <varlistentry id="libsvg">
174 <term><filename class='libraryfile'>libsvg.{so,a}</filename></term>
175 <listitem>
176 <para>is a <application>GTK</application> engines module.</para>
177 <indexterm zone="librsvg libsvg">
178 <primary sortas="c-librsvg">librsvg.{so,a}</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 <varlistentry id="svg_loader">
184 <term><filename class='libraryfile'>svg_loader.{so,a}</filename></term>
185 <listitem>
186 <para>is a <application>GTK</application> loaders module.</para>
187 <indexterm zone="librsvg svg_loader">
188 <primary sortas="c-svg_loader">svg_loader.{so,a}</primary>
[13d6079]189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 </variablelist>
194
195 </sect2>
[ad45d1a]196
197</sect1>
Note: See TracBrowser for help on using the repository browser.