source: general/graphlib/librsvg.xml@ 18971e0d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 18971e0d was 18971e0d, checked in by David Jensen <djensen@…>, 17 years ago

Updated to librsvg-2.16.1

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

  • 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/2.16/librsvg-&librsvg-version;.tar.bz2">
8 <!ENTITY librsvg-download-ftp "&gnome-download-ftp;/librsvg/2.16/librsvg-&librsvg-version;.tar.bz2">
9 <!ENTITY librsvg-md5sum "37e046571097ff7ce77ae6e07f096324">
10 <!ENTITY librsvg-size "416 KB">
11 <!ENTITY librsvg-buildsize "12.1 MB">
12 <!ENTITY librsvg-time "0.4 SBU">
13]>
14
15<sect1 id="librsvg" xreflabel="librsvg-&librsvg-version;">
16 <?dbhtml filename="librsvg.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>librsvg-&librsvg-version;</title>
24
25 <indexterm zone="librsvg">
26 <primary sortas="a-Librsvg">Librsvg</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to librsvg</title>
31
32 <para>The <application>librsvg</application> package contains
33 <filename class="libraryfile">librsvg</filename> libraries and tools used to
34 manipulate, convert and view Scalable Vector Graphic (SVG) images.</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&librsvg-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&librsvg-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &librsvg-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &librsvg-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &librsvg-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &librsvg-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <!-- This shouldn't be required any longer as BLFS Moz stuff isn't
59 looked for, and if it were, we now fix the pkgconfig files
60
61 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
62 <itemizedlist spacing="compact">
63 <listitem>
64 <para>Required patch (if you have <xref linkend="nss"/> installed):
65 <ulink
66 url="&patch-root;/librsvg-&librsvg-version;-system_nspr-1.patch"/>
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 -->
72
73 <bridgehead renderas="sect3">librsvg Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required"><xref linkend="gtk2"/> and
77 <xref linkend="libxml2"/></para>
78
79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended"><xref linkend="libcroco"/> and
81 <xref linkend="libgsf"/></para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional"><xref linkend="gnome-vfs"/>,
85 <xref linkend="libgnomeprintui"/>,
86 <xref linkend="gtk-doc"/>,
87 <xref linkend="docbook-utils"/>, and
88 <xref linkend="python"/>, providing a legacy wrapper interface
89 <command>rsvg</command> for the newer
90 <command>rsvg-convert</command>.</para>
91
92
93 <para condition="html" role="usernotes">User Notes:
94 <ulink url="&blfs-wiki;/librsvg"/></para>
95
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of librsvg</title>
100
101 <para>Install <application>librsvg</application> by running the following
102 commands:</para>
103
104<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
105 --disable-mozilla-plugin &amp;&amp;
106make</userinput></screen>
107
108 <para>This package does not come with a test suite.</para>
109
110 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
111
112<screen role="root"><userinput>make install</userinput></screen>
113
114 <!-- commenting this out as BLFS installation of Firefox and SeaMonkey
115 have built-in SVG render capability and don't need this plugin
116
117 <para>If you have <application>Firefox</application> installed, create
118 symlinks to the plugins using the following command as the
119 <systemitem class="username">root</systemitem> user:</para>
120
121<screen role="root"><userinput>ln -v -s /usr/lib/mozilla/plugins/libmozsvgdec.{so,a} \
122 /usr/lib/firefox-&firefox-version;/plugins</userinput></screen>
123
124 -->
125
126 </sect2>
127
128 <sect2 role="commands">
129 <title>Command Explanations</title>
130
131 <para><parameter>--disable-mozilla-plugin</parameter>: This parameter prevents
132 building the browser plugin as Firefox and SeaMonkey have built-in SVG render
133 capability and don't need it.</para>
134
135 <para><parameter>--disable-gtk-doc</parameter>: This parameter prevents
136 the rebuilding of documentation during the <command>make</command>
137 command. It will also prevent the existing documentation in the source
138 tree from being installed.</para>
139
140 </sect2>
141
142 <sect2 role="content">
143 <title>Contents</title>
144
145 <segmentedlist>
146 <segtitle>Installed Programs</segtitle>
147 <segtitle>Installed Libraries</segtitle>
148 <segtitle>Installed Directories</segtitle>
149
150 <seglistitem>
151 <seg>rsvg, rsvg-convert and rsvg-view</seg>
152 <seg>librsvg-2.{so,a}, <application>GTK+</application> modules and
153 optionally a <application>Mozilla</application> plugin</seg>
154 <seg>/usr/include/librsvg-2 and /usr/share/gtk-doc/html/rsvg</seg>
155 </seglistitem>
156 </segmentedlist>
157
158 <variablelist>
159 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
160 <?dbfo list-presentation="list"?>
161 <?dbhtml list-presentation="table"?>
162
163 <varlistentry id="rsvg">
164 <term><command>rsvg</command></term>
165 <listitem>
166 <para>is a legacy wrapper interface to rsvg-convert.</para>
167 <indexterm zone="librsvg rsvg">
168 <primary sortas="b-rsvg">rsvg</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 <varlistentry id="rsvg-convert">
174 <term><command>rsvg-convert</command></term>
175 <listitem>
176 <para>is used to covert SVG images into PNG, JPEG and
177 ICO raster images.</para>
178 <indexterm zone="librsvg rsvg-convert">
179 <primary sortas="b-rsvg-convert">rsvg-convert</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 <varlistentry id="rsvg-view">
185 <term><command>rsvg-view</command></term>
186 <listitem>
187 <para>is used to view an SVG file in an <application>X</application>
188 window.</para>
189 <indexterm zone="librsvg rsvg-view">
190 <primary sortas="b-rsvg-view">rsvg-view</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="librsvg-lib">
196 <term><filename class='libraryfile'>librsvg-2.{so,a}</filename></term>
197 <listitem>
198 <para> libraries provide the functions to render Scalable Vector
199 Graphics.</para>
200 <indexterm zone="librsvg librsvg-lib">
201 <primary sortas="c-librsvg">librsvg-2.{so,a}</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
206 </variablelist>
207
208 </sect2>
209
210</sect1>
Note: See TracBrowser for help on using the repository browser.