source: general/graphlib/librsvg.xml@ 5327e48f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 5327e48f was 5327e48f, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Update to iso-codes-3.67.
Update to librsvg-2.40.15.
Update to gtksourceview-3.20.1.

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

  • Property mode set to 100644
File size: 6.6 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
[5f533962]7 <!ENTITY librsvg-download-http "&gnome-download-http;/librsvg/2.40/librsvg-&librsvg-version;.tar.xz">
8 <!ENTITY librsvg-download-ftp "&gnome-download-ftp;/librsvg/2.40/librsvg-&librsvg-version;.tar.xz">
[5327e48f]9 <!ENTITY librsvg-md5sum "3a66ab5b4fe1fb43b471708e4ff39a0e">
10 <!ENTITY librsvg-size "544 KB">
11 <!ENTITY librsvg-buildsize "11.6 MB (with tests)">
[8da658ba]12 <!ENTITY librsvg-time "0.2 SBU (with tests)">
[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
[8c668de]34 a library and tools used to manipulate, convert and view
35 Scalable Vector Graphic (SVG) images.
[5d1cdfd]36 </para>
[13d6079]37
[9520945]38 &lfs79_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">
[9dbbb8d]85 <xref linkend="gobject-introspection"/>,
86 <xref linkend="gtk3"/> (For the <command>rsvg-view-3</command>), and
[8c668de]87 <xref linkend="vala"/>
[4c2be438]88 </para>
89
[13d6079]90 <bridgehead renderas="sect4">Optional</bridgehead>
[cd68ead6]91 <para role="optional">
92 <xref linkend="gtk-doc"/>
93 </para>
[fd7e0ed6]94
[1039de3]95 <para condition="html" role="usernotes">User Notes:
[7ded7e3]96 <ulink url="&blfs-wiki;/librsvg"/>
97 </para>
[13d6079]98 </sect2>
99
100 <sect2 role="installation">
[03ac97c2]101 <title>Installation of librsvg</title>
[3148bf6]102
[7ded7e3]103 <para>
104 Install <application>librsvg</application> by running the following
105 commands:
106 </para>
[13d6079]107
[e2b7bb7]108<screen><userinput>./configure --prefix=/usr \
[9dbbb8d]109 --enable-vala \
[2612323f]110 --disable-static &amp;&amp;
[13d6079]111make</userinput></screen>
112
[7ded7e3]113 <para>
[5f533962]114 To test the results, issue: <command>make check</command>.
[7ded7e3]115 </para>
[3148bf6]116
[5d1cdfd]117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
[13d6079]120
121<screen role="root"><userinput>make install</userinput></screen>
122 </sect2>
123
124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
[5d1cdfd]127 <para>
[9dbbb8d]128 <parameter>--enable-vala</parameter>: This switch enables
129 building of the Vala bindings. Remove this switch if you don't have
[2612323f]130 <xref linkend="vala"/> installed.
[ae34f41]131 </para>
132
[9dbbb8d]133 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
134 href="../../xincludes/static-libraries.xml"/>
135
[ae34f41]136 <para>
[2612323f]137 <option>--disable-introspection</option>: Use this switch if you have
138 not installed <application>Gobject Introspection</application>.
[28b61748]139 </para>
140
[cd68ead6]141 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[75d341a1]142 href="../../xincludes/gtk-doc-rebuild.xml"/>
[f210178]143
[13d6079]144 </sect2>
145
146 <sect2 role="content">
147 <title>Contents</title>
148
149 <segmentedlist>
150 <segtitle>Installed Programs</segtitle>
[cd68ead6]151 <segtitle>Installed Library</segtitle>
[13d6079]152 <segtitle>Installed Directories</segtitle>
153
154 <seglistitem>
[cd68ead6]155 <seg>
[7ded7e3]156 rsvg-convert and rsvg-view-3
[cd68ead6]157 </seg>
158 <seg>
[7ded7e3]159 librsvg-2.so and libpixbufloader-svg.so
[cd68ead6]160 </seg>
161 <seg>
[5f533962]162 /usr/include/librsvg-2.0 and
163 /usr/share/gtk-doc/html/rsvg-2.0
[cd68ead6]164 </seg>
[13d6079]165 </seglistitem>
166 </segmentedlist>
167
168 <variablelist>
169 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
170 <?dbfo list-presentation="list"?>
171 <?dbhtml list-presentation="table"?>
172
[18971e0d]173 <varlistentry id="rsvg-convert">
174 <term><command>rsvg-convert</command></term>
175 <listitem>
[5d1cdfd]176 <para>
[2249a59]177 is used to convert images into PNG, PDF, PS, SVG and other formats.
[5d1cdfd]178 </para>
[18971e0d]179 <indexterm zone="librsvg rsvg-convert">
180 <primary sortas="b-rsvg-convert">rsvg-convert</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
[cd68ead6]185 <varlistentry id="rsvg-view-3">
186 <term><command>rsvg-view-3</command></term>
[13d6079]187 <listitem>
[5d1cdfd]188 <para>
[7ded7e3]189 is a simple GTK+ 3 application that can be used to view an SVG file.
[5d1cdfd]190 </para>
[cd68ead6]191 <indexterm zone="librsvg rsvg-view-3">
192 <primary sortas="b-rsvg-view-3">rsvg-view-3</primary>
[13d6079]193 </indexterm>
194 </listitem>
195 </varlistentry>
196
[214718a]197 <varlistentry id="librsvg-2">
[8c668de]198 <term><filename class="libraryfile">librsvg-2.so</filename></term>
[13d6079]199 <listitem>
[5d1cdfd]200 <para>
201 provides the functions to render Scalable Vector Graphics.
202 </para>
[214718a]203 <indexterm zone="librsvg librsvg-2">
[cd68ead6]204 <primary sortas="c-librsvg-2">librsvg-2.so</primary>
[13d6079]205 </indexterm>
206 </listitem>
207 </varlistentry>
208
[75d341a1]209 <varlistentry id="libpixbufloader-svg">
[8c668de]210 <term><filename class="libraryfile">libpixbufloader-svg.so</filename></term>
[5d1cdfd]211 <listitem>
212 <para>
[7ded7e3]213 is the <application>Gdk Pixbuf</application> plugin that allows
[0d7900a]214 <application>GTK+</application> applications to render Scalable
[75d341a1]215 Vector Graphics images.
[5d1cdfd]216 </para>
[75d341a1]217 <indexterm zone="librsvg libpixbufloader-svg">
218 <primary sortas="c-libpixbufloader-svg">libpixbufloader-svg.so</primary>
[5d1cdfd]219 </indexterm>
220 </listitem>
221 </varlistentry>
[7ded7e3]222
[13d6079]223 </variablelist>
[7ded7e3]224
[13d6079]225 </sect2>
[7ded7e3]226
[ad45d1a]227</sect1>
Note: See TracBrowser for help on using the repository browser.