source: general/graphlib/librsvg.xml@ b5eb704

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 b5eb704 was b5eb704, checked in by Bruce Dubbs <bdubbs@…>, 18 years ago

Added seamonkey-1.0 and deleted mozilla

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

  • Property mode set to 100644
File size: 5.8 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 "&gnome-download-http;/librsvg/2.12/librsvg-&librsvg-version;.tar.bz2">
8 <!ENTITY librsvg-download-ftp "&gnome-download-ftp;/librsvg/2.12/librsvg-&librsvg-version;.tar.bz2">
9 <!ENTITY librsvg-md5sum "2113f01fbf228f3f8fc17c49966143fe">
10 <!ENTITY librsvg-size "387 KB">
11 <!ENTITY librsvg-buildsize "11.3 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 <keywordset>
22 <keyword role="package">librsvg-&librsvg-version;.tar</keyword>
23 <keyword role="ftpdir">librsvg</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>librsvg-&librsvg-version;</title>
28
29 <indexterm zone="librsvg">
30 <primary sortas="a-Librsvg">Librsvg</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to librsvg</title>
35
36 <para>The <application>librsvg</application> package contains
37 <filename class="libraryfile">librsvg</filename> libraries and tools used to
38 manipulate, convert and view Scalable Vector Graphic (SVG) images.</para>
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&librsvg-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&librsvg-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &librsvg-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &librsvg-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &librsvg-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &librsvg-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">librsvg Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Required</bridgehead>
65 <para role="required"><xref linkend="gtk2"/>,
66 <xref linkend="libxml2"/>,
67 <xref linkend="libart_lgpl"/> and
68 <xref linkend="popt"/></para>
69
70 <bridgehead renderas="sect4">Recommended</bridgehead>
71 <para role="recommended"><xref linkend="libcroco"/> and
72 <xref linkend="libgsf"/></para>
73
74 <bridgehead renderas="sect4">Optional</bridgehead>
75 <para role="optional"><xref linkend="gnome-vfs"/>,
76 <xref linkend="libgnomeprintui"/>,
77 <xref linkend="seamonkey"/> or <xref linkend="firefox"/>,
78 <xref linkend="gtk-doc"/> and
79 <xref linkend="docbook-utils"/></para>
80
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of librsvg</title>
85
86 <para>Install <application>librsvg</application> by running the following
87 commands:</para>
88
89<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
90 --disable-gtk-doc &amp;&amp;
91make</userinput></screen>
92
93 <para>This package does not come with a test suite.</para>
94
95 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
96
97<screen role="root"><userinput>make install</userinput></screen>
98
99 <para>If you have <application>Firefox</application> installed, create
100 symlinks to the plugins using the following command as the
101 <systemitem class="username">root</systemitem> user:</para>
102
103<screen role="root"><userinput>ln -v -s /usr/lib/mozilla/plugins/libmozsvgdec.{so,a} \
104 /usr/lib/firefox-&firefox-version;/plugins</userinput></screen>
105
106 </sect2>
107
108 <sect2 role="commands">
109 <title>Command Explanations</title>
110
111 <para><parameter>--disable-gtk-doc</parameter>: This parameter prevents
112 the rebuilding of documentation during the <command>make</command>
113 command. Remove the parameter if you wish to rebuild the
114 documentation.</para>
115
116 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Programs</segtitle>
123 <segtitle>Installed Libraries</segtitle>
124 <segtitle>Installed Directories</segtitle>
125
126 <seglistitem>
127 <seg>rsvg and rsvg-view</seg>
128 <seg>librsvg-2.[so,a], <application>GTK+</application> modules and
129 <application>Mozilla</application> plugins</seg>
130 <seg>/usr/include/librsvg-2 and /usr/share/gtk-doc/html/rsvg</seg>
131 </seglistitem>
132 </segmentedlist>
133
134 <variablelist>
135 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
136 <?dbfo list-presentation="list"?>
137 <?dbhtml list-presentation="table"?>
138
139 <varlistentry id="rsvg">
140 <term><command>rsvg</command></term>
141 <listitem>
142 <para>is used to covert SVG images into PNG, JPEG and
143 ICO raster images.</para>
144 <indexterm zone="librsvg rsvg">
145 <primary sortas="b-rsvg">rsvg</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 <varlistentry id="rsvg-view">
151 <term><command>rsvg-view</command></term>
152 <listitem>
153 <para>is used to view an SVG file in an <application>X</application>
154 window.</para>
155 <indexterm zone="librsvg rsvg-view">
156 <primary sortas="b-rsvg-view">rsvg-view</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 <varlistentry id="librsvg-lib">
162 <term><filename class='libraryfile'>librsvg-2.[so,a]</filename></term>
163 <listitem>
164 <para> libraries provide the functions to render Scalable Vector
165 Graphics.</para>
166 <indexterm zone="librsvg librsvg-lib">
167 <primary sortas="c-librsvg">librsvg-2.[so,a]</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 </variablelist>
173
174 </sect2>
175
176</sect1>
Note: See TracBrowser for help on using the repository browser.