source: general/graphlib/librsvg.xml@ aab4da9

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

fixing librsvg's deps again

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