source: general/graphlib/librsvg.xml@ 5d1cdfd

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 5d1cdfd was 5d1cdfd, checked in by Andrew Benton <andy@…>, 12 years ago

Librsvg tweaks

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

  • Property mode set to 100644
File size: 6.4 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.36/librsvg-&librsvg-version;.tar.xz">
8 <!ENTITY librsvg-download-ftp "&gnome-download-ftp;/librsvg/2.36/librsvg-&librsvg-version;.tar.xz">
9 <!ENTITY librsvg-md5sum "89d483f30a7c77245b7ee02faaea5a5a">
10 <!ENTITY librsvg-size "496 KB">
11 <!ENTITY librsvg-buildsize "15 MB">
12 <!ENTITY librsvg-time "0.5 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>
33 The <application>librsvg</application> package contains
34 <filename class="libraryfile">librsvg</filename> libraries and tools used
35 to manipulate, convert and view Scalable Vector Graphic (SVG) images.
36 </para>
37
38 &lfs71_checked;
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">
66 <xref linkend="gtk2"/> or <xref linkend="gtk3"/> and
67 <xref linkend="libcroco"/>
68 </para>
69
70 <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
71 <para role="optional">
72 <xref linkend="gobject-introspection"/>
73 </para>
74
75 <bridgehead renderas="sect4">Optional</bridgehead>
76 <para role="optional">
77 <xref linkend="docbook-utils"/> and
78 <xref linkend="gtk-doc"/>
79 </para>
80
81 <para condition="html" role="usernotes">User Notes:
82 <ulink url="&blfs-wiki;/librsvg"/></para>
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of librsvg</title>
87
88 <para>Install <application>librsvg</application> by running the following
89 commands:</para>
90
91<screen><userinput>sed -i '/_gir_CFLAGS/s#$# -I/usr/include/cairo#' Makefile.in &amp;&amp;
92./configure --prefix=/usr --disable-static &amp;&amp;
93make</userinput></screen>
94
95 <para>To test the results, issue: <command>make check</command>.</para>
96
97 <para>
98 Now, as the <systemitem class="username">root</systemitem> user:
99 </para>
100
101<screen role="root"><userinput>make install</userinput></screen>
102 </sect2>
103
104 <sect2 role="commands">
105 <title>Command Explanations</title>
106
107 <para>
108 <command>sed -i '/_gir_CFLAGS/s#$# -I/usr/include/cairo#'
109 Makefile.in</command>: This sed fixes a problem compiling if you have
110 Gobject-Introspection installed. It has no effect if you've not installed
111 Gobject-Introspection.
112 </para>
113
114 <para>
115 <option>--disable-introspection</option>: Add this option if you've not
116 installed Gobject Introspection.
117 </para>
118
119 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
120 href="../../xincludes/static-libraries.xml"/>
121
122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
123 href="../../xincludes/gtk-doc-rebuild.xml"/>
124 </sect2>
125
126 <sect2 role="content">
127 <title>Contents</title>
128
129 <segmentedlist>
130 <segtitle>Installed Programs</segtitle>
131 <segtitle>Installed Library</segtitle>
132 <segtitle>Installed Directories</segtitle>
133
134 <seglistitem>
135 <seg>
136 rsvg-convert and
137 rsvg-view-3.
138 </seg>
139 <seg>
140 librsvg-2.so and
141 libpixbufloader-svg.so.
142 </seg>
143 <seg>
144 /usr/include/librsvg-2 and
145 /usr/share/gtk-doc/html/rsvg.
146 </seg>
147 </seglistitem>
148 </segmentedlist>
149
150 <variablelist>
151 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
152 <?dbfo list-presentation="list"?>
153 <?dbhtml list-presentation="table"?>
154
155 <varlistentry id="rsvg-convert">
156 <term><command>rsvg-convert</command></term>
157 <listitem>
158 <para>
159 is used to covert SVG images into PNG, JPEG and ICO raster images.
160 </para>
161 <indexterm zone="librsvg rsvg-convert">
162 <primary sortas="b-rsvg-convert">rsvg-convert</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 <varlistentry id="rsvg-view-3">
168 <term><command>rsvg-view-3</command></term>
169 <listitem>
170 <para>
171 is a simple Gtk+ 3 application that can be used to view an SVG file.
172 </para>
173 <indexterm zone="librsvg rsvg-view-3">
174 <primary sortas="b-rsvg-view-3">rsvg-view-3</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 <varlistentry id="librsvg-2">
180 <term><filename class='libraryfile'>librsvg-2.so</filename></term>
181 <listitem>
182 <para>
183 provides the functions to render Scalable Vector Graphics.
184 </para>
185 <indexterm zone="librsvg librsvg-2">
186 <primary sortas="c-librsvg-2">librsvg-2.so</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 <varlistentry id="libpixbufloader-svg.so">
192 <term><filename class='libraryfile'>libpixbufloader-svg.so.so</filename></term>
193 <listitem>
194 <para>
195 is the Gdk Pixbuf plugin that allows Gtk+ to render Scalable Vector
196 Graphics images.
197 </para>
198 <indexterm zone="librsvg libpixbufloader-svg.so">
199 <primary sortas="c-libpixbufloader-svg.so">libpixbufloader-svg.so.so</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203 </variablelist>
204 </sect2>
205</sect1>
Note: See TracBrowser for help on using the repository browser.