source: general/graphlib/librsvg.xml@ 49f7d8b

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 49f7d8b was 49f7d8b, checked in by Guy Dalziel <gdalziel@…>, 15 years ago

Updated to GTK+-2.16.5.

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

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