source: general/graphlib/librsvg.xml@ 86af98a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 86af98a was 86af98a, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Updated trunk sources to use DocBook DTD XML 4.4

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

  • Property mode set to 100644
File size: 3.6 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.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY librsvg-download-http "http://ftp.gnome.org/pub/GNOME/sources/librsvg/2.8/librsvg-&librsvg-version;.tar.bz2">
8<!ENTITY librsvg-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/librsvg/2.8/librsvg-&librsvg-version;.tar.bz2">
9<!ENTITY librsvg-md5sum "01c14f6adcf3a71be2b808879e1223a0">
10<!ENTITY librsvg-size "353 KB">
11<!ENTITY librsvg-buildsize "9.4 MB">
12<!ENTITY librsvg-time "0.35 SBU">
13]>
14
15<sect1 id="librsvg" xreflabel="librsvg-&librsvg-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="librsvg.html"?>
21<title>librsvg-&librsvg-version;</title>
22
23<sect2>
24<title>Introduction to <application>librsvg</application></title>
25
26<para>The <application>librsvg</application> package contains
27<filename class="libraryfile">librsvg</filename> libraries and tools used to
28manipulate, convert and view Scalable Vector Graphic
29(<acronym>SVG</acronym>) images.</para>
30
31<sect3><title>Package information</title>
32<itemizedlist spacing='compact'>
33<listitem><para>Download (HTTP): <ulink
34url="&librsvg-download-http;"/></para></listitem>
35<listitem><para>Download (FTP): <ulink
36url="&librsvg-download-ftp;"/></para></listitem>
37<listitem><para>Download MD5 sum: &librsvg-md5sum;</para></listitem>
38<listitem><para>Download size: &librsvg-size;</para></listitem>
39<listitem><para>Estimated disk space required:
40&librsvg-buildsize;</para></listitem>
41<listitem><para>Estimated build time:
42&librsvg-time;</para></listitem></itemizedlist>
43</sect3>
44
45<sect3><title><application>librsvg</application> dependencies</title>
46<sect4><title>Required</title>
47<para><xref linkend="gtk2"/>,
48<xref linkend="libxml2"/>,
49<xref linkend="libart_lgpl"/> and
50<xref linkend="popt"/></para>
51</sect4>
52
53<sect4><title>Optional</title>
54<para><xref linkend="libcroco"/>,
55<xref linkend="libgsf"/>,
56<xref linkend="gnome-vfs"/>,
57<xref linkend="libgnomeprintui"/>,
58<xref linkend="mozilla"/>,
59<xref linkend="gtk-doc"/> and
60<xref linkend="docbook-utils"/></para>
61</sect4>
62</sect3>
63
64</sect2>
65
66<sect2>
67<title>Installation of <application>librsvg</application></title>
68
69<para>Install <application>librsvg</application> by running the following
70commands:</para>
71
72<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
73 --disable-gtk-doc &amp;&amp;
74make &amp;&amp;
75make install</command></userinput></screen>
76
77</sect2>
78
79<sect2>
80<title>Command explanations</title>
81
82<para><option>--disable-gtk-doc</option>: This option prevents the rebuilding
83of documentation during the <command>make</command> command.</para>
84
85</sect2>
86
87<sect2>
88<title>Contents</title>
89
90<para>The <application>librsvg</application> package contains
91<command>rsvg</command>,
92<command>rsvg-view</command> and
93<filename class="libraryfile">librsvg</filename> libraries, modules and
94plugins.</para>
95
96</sect2>
97
98<sect2><title>Description</title>
99
100<sect3><title>rsvg</title>
101<para><command>rsvg</command> is used to covert <acronym>SVG</acronym> images
102into <acronym>PNG</acronym>, <acronym>JPEG</acronym> and
103<acronym>ICO</acronym> raster images.</para></sect3>
104
105<sect3><title>rsvg-view</title>
106<para><command>rsvg-view</command> is used to view an <acronym>SVG</acronym>
107file in an <application>X</application> window.</para></sect3>
108
109<sect3><title>librsvg libraries</title>
110<para><filename class="libraryfile">librsvg</filename> libraries
111provide the functions to render Scalable Vector Graphics.</para></sect3>
112
113</sect2>
114
115</sect1>
Note: See TracBrowser for help on using the repository browser.