source: general/graphlib/librsvg.xml@ 3148bf6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 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 3148bf6 was 3148bf6, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to librsvg-1.11.1

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

  • Property mode set to 100644
File size: 6.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY librsvg-download-http "http://ftp.gnome.org/pub/GNOME/sources/librsvg/2.11/librsvg-&librsvg-version;.tar.bz2">
8 <!ENTITY librsvg-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/librsvg/2.11/librsvg-&librsvg-version;.tar.bz2">
9 <!ENTITY librsvg-md5sum "28400811169e8ed3cc31b5bb0e9555af">
10 <!ENTITY librsvg-size "385 KB">
11 <!ENTITY librsvg-buildsize "11.8 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 <bridgehead renderas="sect3">Librsvg Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Required</bridgehead>
61 <para><xref linkend="gtk2"/>,
62 <xref linkend="libxml2"/>,
63 <xref linkend="libart_lgpl"/> and
64 <xref linkend="popt"/></para>
65
66 <bridgehead renderas="sect4">Recommended</bridgehead>
67 <para><xref linkend="libcroco"/> and
68 <xref linkend="libgsf"/></para>
69
70 <bridgehead renderas="sect4">Optional</bridgehead>
71 <para><xref linkend="gnome-vfs"/>,
72 <xref linkend="libgnomeprintui"/>,
73 <xref linkend="mozilla"/> or <xref linkend="firefox"/>,
74 <xref linkend="gtk-doc"/> and
75 <xref linkend="docbook-utils"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of Librsvg</title>
81
82 <para>If you have <application>Firefox</application> (and not
83 <application>Mozilla</application>) installed and you wish to build the SVG
84 <application>Mozilla</application> plugin, you must modify the
85 <command>configure</command> script so that it can find
86 <command>firefox-config</command>. Use a <command>sed</command> command to
87 accomplish this:</para>
88
89<screen><userinput>sed -i "s/mozilla-config/firefox-config/" configure</userinput></screen>
90
91 <para>Install <application>librsvg</application> by running the following
92 commands:</para>
93
94<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
95make</userinput></screen>
96
97 <para>This package does not come with a test suite.</para>
98
99 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
100
101<screen role="root"><userinput>make install</userinput></screen>
102
103 <para>If you have <application>Firefox</application> installed, create
104 symlinks to the plugins using the following command as the
105 <systemitem class="username">root</systemitem> user:</para>
106
107<screen role="root"><userinput>ln -v -s /usr/lib/mozilla/plugins/libmozsvgdec.{so,a} \
108 /usr/lib/firefox-&firefox-version;/plugins</userinput></screen>
109
110 </sect2>
111
112<!--
113 <sect2 role="commands">
114 <title>Command Explanations</title>
115
116 <para><parameter>-\-disable-gtk-doc</parameter>: This option prevents
117 the rebuilding of documentation during the <command>make</command>
118 command.</para>
119
120 </sect2>
121-->
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Programs</segtitle>
128 <segtitle>Installed Libraries</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131 <seglistitem>
132 <seg>rsvg and rsvg-view</seg>
133 <seg>librsvg-2.[so,a], <application>GTK+</application> modules and
134 <application>Mozilla</application> plugins</seg>
135 <seg>/usr/include/librsvg-2 and /usr/share/gtk-doc/html/rsvg</seg>
136 </seglistitem>
137 </segmentedlist>
138
139 <variablelist>
140 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
141 <?dbfo list-presentation="list"?>
142 <?dbhtml list-presentation="table"?>
143
144 <varlistentry id="rsvg">
145 <term><command>rsvg</command></term>
146 <listitem>
147 <para>is used to covert SVG images into PNG, JPEG and
148 ICO raster images.</para>
149 <indexterm zone="librsvg rsvg">
150 <primary sortas="b-rsvg">rsvg</primary>
151 </indexterm>
152 </listitem>
153 </varlistentry>
154
155 <varlistentry id="rsvg-view">
156 <term><command>rsvg-view</command></term>
157 <listitem>
158 <para>is used to view an SVG file in an <application>X</application>
159 window.</para>
160 <indexterm zone="librsvg rsvg-view">
161 <primary sortas="b-rsvg-view">rsvg-view</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 <varlistentry id="librsvg-lib">
167 <term><filename class='libraryfile'>librsvg-2.[so,a]</filename></term>
168 <listitem>
169 <para> libraries provide the functions to render Scalable Vector
170 Graphics.</para>
171 <indexterm zone="librsvg librsvg-lib">
172 <primary sortas="c-librsvg">librsvg-2.[so,a]</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 </variablelist>
178
179 </sect2>
180
181</sect1>
Note: See TracBrowser for help on using the repository browser.