source: general/graphlib/librsvg.xml@ b9b17d1b

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 b9b17d1b was 5811f7e, checked in by Krejzi <krejzi@…>, 12 years ago

Mark some packages as 7.2 checked. Part 3 - Graphics Libraries.

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

  • Property mode set to 100644
File size: 6.8 KB
RevLine 
[fdca4266]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[fdca4266]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[cd68ead6]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">
[f210178]12 <!ENTITY librsvg-time "0.5 SBU">
[fdca4266]13]>
14
[ad45d1a]15<sect1 id="librsvg" xreflabel="librsvg-&librsvg-version;">
[13d6079]16 <?dbhtml filename="librsvg.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[03ac97c2]23 <title>librsvg-&librsvg-version;</title>
[13d6079]24
25 <indexterm zone="librsvg">
[7ded7e3]26 <primary sortas="a-librsvg">librsvg</primary>
[13d6079]27 </indexterm>
28
29 <sect2 role="package">
[03ac97c2]30 <title>Introduction to librsvg</title>
[13d6079]31
[5d1cdfd]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>
[13d6079]37
[5811f7e]38 &lfs72_checked;
[49f7d8b]39
[13d6079]40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
[7ded7e3]43 <para>
44 Download (HTTP): <ulink url="&librsvg-download-http;"/>
45 </para>
[13d6079]46 </listitem>
47 <listitem>
[7ded7e3]48 <para>
49 Download (FTP): <ulink url="&librsvg-download-ftp;"/>
50 </para>
[13d6079]51 </listitem>
52 <listitem>
[7ded7e3]53 <para>
54 Download MD5 sum: &librsvg-md5sum;
55 </para>
[13d6079]56 </listitem>
57 <listitem>
[7ded7e3]58 <para>
59 Download size: &librsvg-size;
60 </para>
[13d6079]61 </listitem>
62 <listitem>
[7ded7e3]63 <para>
64 Estimated disk space required: &librsvg-buildsize;
65 </para>
[13d6079]66 </listitem>
67 <listitem>
[7ded7e3]68 <para>
69 Estimated build time: &librsvg-time;
70 </para>
[13d6079]71 </listitem>
72 </itemizedlist>
73
[03ac97c2]74 <bridgehead renderas="sect3">librsvg Dependencies</bridgehead>
[13d6079]75
76 <bridgehead renderas="sect4">Required</bridgehead>
[cd68ead6]77 <para role="required">
[123166c0]78 <xref linkend="gdk-pixbuf"/>,
79 <xref linkend="libcroco"/> and
[75d341a1]80 <xref linkend="pango"/>
[cd68ead6]81 </para>
[fd7e0ed6]82
[1fc5861c]83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="gtk2"/> and
[75d341a1]86 <xref linkend="gtk3"/>
[1fc5861c]87 </para>
88
[4c2be438]89 <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
90 <para role="optional">
91 <xref linkend="gobject-introspection"/>
92 </para>
93
[13d6079]94 <bridgehead renderas="sect4">Optional</bridgehead>
[cd68ead6]95 <para role="optional">
[1fc5861c]96 <xref linkend="docbook-utils"/> and
[cd68ead6]97 <xref linkend="gtk-doc"/>
98 </para>
[fd7e0ed6]99
[1039de3]100 <para condition="html" role="usernotes">User Notes:
[7ded7e3]101 <ulink url="&blfs-wiki;/librsvg"/>
102 </para>
[13d6079]103 </sect2>
104
105 <sect2 role="installation">
[03ac97c2]106 <title>Installation of librsvg</title>
[3148bf6]107
[7ded7e3]108 <para>
109 Install <application>librsvg</application> by running the following
110 commands:
111 </para>
[13d6079]112
[b06f0080]113<screen><userinput>sed -i '/_gir_CFLAGS/s#$# -I/usr/include/cairo#' Makefile.in &amp;&amp;
114./configure --prefix=/usr --disable-static &amp;&amp;
[13d6079]115make</userinput></screen>
116
[7ded7e3]117 <para>
118 To test the results, issue: <command>make check</command>.
119 </para>
[3148bf6]120
[5d1cdfd]121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
[13d6079]124
125<screen role="root"><userinput>make install</userinput></screen>
126 </sect2>
127
128 <sect2 role="commands">
129 <title>Command Explanations</title>
130
[b06f0080]131 <para>
132 <command>sed -i '/_gir_CFLAGS/s#$# -I/usr/include/cairo#'
133 Makefile.in</command>: This sed fixes a problem compiling if you have
134 Gobject-Introspection installed. It has no effect if you've not installed
135 Gobject-Introspection.
136 </para>
137
[75d341a1]138 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
139 href="../../xincludes/static-libraries.xml"/>
140
[5d1cdfd]141 <para>
[7ded7e3]142 <option>--disable-gtk-theme</option>: Add this option if you have not
143 installed GTK+ 2.
[1fc5861c]144 </para>
145
[cd68ead6]146 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[75d341a1]147 href="../../xincludes/gtk-doc-rebuild.xml"/>
[f210178]148
[13d6079]149 </sect2>
150
151 <sect2 role="content">
152 <title>Contents</title>
153
154 <segmentedlist>
155 <segtitle>Installed Programs</segtitle>
[cd68ead6]156 <segtitle>Installed Library</segtitle>
[13d6079]157 <segtitle>Installed Directories</segtitle>
158
159 <seglistitem>
[cd68ead6]160 <seg>
[7ded7e3]161 rsvg-convert and rsvg-view-3
[cd68ead6]162 </seg>
163 <seg>
[7ded7e3]164 librsvg-2.so and libpixbufloader-svg.so
[cd68ead6]165 </seg>
166 <seg>
[5d1cdfd]167 /usr/include/librsvg-2 and
[7ded7e3]168 /usr/share/gtk-doc/html/rsvg
[cd68ead6]169 </seg>
[13d6079]170 </seglistitem>
171 </segmentedlist>
172
173 <variablelist>
174 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
175 <?dbfo list-presentation="list"?>
176 <?dbhtml list-presentation="table"?>
177
[18971e0d]178 <varlistentry id="rsvg-convert">
179 <term><command>rsvg-convert</command></term>
180 <listitem>
[5d1cdfd]181 <para>
182 is used to covert SVG images into PNG, JPEG and ICO raster images.
183 </para>
[18971e0d]184 <indexterm zone="librsvg rsvg-convert">
185 <primary sortas="b-rsvg-convert">rsvg-convert</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
[cd68ead6]190 <varlistentry id="rsvg-view-3">
191 <term><command>rsvg-view-3</command></term>
[13d6079]192 <listitem>
[5d1cdfd]193 <para>
[7ded7e3]194 is a simple GTK+ 3 application that can be used to view an SVG file.
[5d1cdfd]195 </para>
[cd68ead6]196 <indexterm zone="librsvg rsvg-view-3">
197 <primary sortas="b-rsvg-view-3">rsvg-view-3</primary>
[13d6079]198 </indexterm>
199 </listitem>
200 </varlistentry>
201
[214718a]202 <varlistentry id="librsvg-2">
[cd68ead6]203 <term><filename class='libraryfile'>librsvg-2.so</filename></term>
[13d6079]204 <listitem>
[5d1cdfd]205 <para>
206 provides the functions to render Scalable Vector Graphics.
207 </para>
[214718a]208 <indexterm zone="librsvg librsvg-2">
[cd68ead6]209 <primary sortas="c-librsvg-2">librsvg-2.so</primary>
[13d6079]210 </indexterm>
211 </listitem>
212 </varlistentry>
213
[75d341a1]214 <varlistentry id="libpixbufloader-svg">
215 <term><filename class='libraryfile'>libpixbufloader-svg.so</filename></term>
[5d1cdfd]216 <listitem>
217 <para>
[7ded7e3]218 is the <application>Gdk Pixbuf</application> plugin that allows
219 <application>GTK+</application> applications to render Scalable
[75d341a1]220 Vector Graphics images.
[5d1cdfd]221 </para>
[75d341a1]222 <indexterm zone="librsvg libpixbufloader-svg">
223 <primary sortas="c-libpixbufloader-svg">libpixbufloader-svg.so</primary>
[5d1cdfd]224 </indexterm>
225 </listitem>
226 </varlistentry>
[7ded7e3]227
[13d6079]228 </variablelist>
[7ded7e3]229
[13d6079]230 </sect2>
[7ded7e3]231
[ad45d1a]232</sect1>
Note: See TracBrowser for help on using the repository browser.