source: x/lib/pango.xml@ b83d289

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

pango-1.30.1

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

  • Property mode set to 100644
File size: 7.2 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 pango-download-http "&gnome-download-http;/pango/1.30/pango-&pango-version;.tar.xz">
8 <!ENTITY pango-download-ftp "&gnome-download-ftp;/pango/1.30/pango-&pango-version;.tar.xz">
9 <!ENTITY pango-md5sum "ec3c1f236ee9bd4a982a5f46fcaff7b9">
10 <!ENTITY pango-size "1.2 MB">
11 <!ENTITY pango-buildsize "40 MB">
12 <!ENTITY pango-time "0.5 SBU">
13]>
14
15<sect1 id="pango" xreflabel="Pango-&pango-version;">
16 <?dbhtml filename="pango.html" ?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Pango-&pango-version;</title>
24
25 <indexterm zone="pango">
26 <primary sortas="a-Pango">Pango</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Pango</title>
31
32 <para>
33 <application>Pango</application> is a library for laying out and rendering
34 of text, with an emphasis on internationalization. It can be used anywhere
35 that text layout is needed, though most of the work on Pango so far has
36 been done in the context of the GTK+ widget toolkit.
37 </para>
38
39 &lfs71_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&pango-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&pango-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &pango-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &pango-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &pango-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &pango-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">Pango Dependencies</bridgehead>
64
65 <bridgehead renderas="sect4">Required, one of:</bridgehead>
66 <para role="required">
67 <xref linkend="cairo"/>
68 <xref linkend="freetype2"/> or
69 <xref linkend="xorg7-lib"/>
70 (all 3 are required if you intend to install Gtk+)
71 </para>
72
73 <bridgehead renderas="sect4">Recommended</bridgehead>
74 <para role="recommended">
75 <xref linkend="fontconfig"/>
76 </para>
77
78 <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
79 <para role="optional">
80 <xref linkend="gobject-introspection"/>
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
85 <xref linkend="gtk-doc"/> and
86 <ulink url="http://linux.thai.net/libthai">LibThai</ulink>
87 </para>
88
89 <para condition="html" role="usernotes">
90 User Notes: <ulink url="&blfs-wiki;/pango"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of Pango</title>
96
97 <para>
98 Install <application>Pango</application> by running the following
99 commands:
100 </para>
101
102<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
103make</userinput></screen>
104
105 <para>
106 To test the results, issue: <command>make check</command>. You can install
107 <xref linkend="gtk-doc"/> if you wish to test the documentation section of
108 the test suite. Also, the <quote>testboundries</quote> test could fail if
109 you have <application>LibThai</application> installed.
110 </para>
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117 </sect2>
118
119 <sect2 role="commands">
120 <title>Command Explanations</title>
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="configuration">
127 <title>Configuring Pango</title>
128
129 <sect3 id="pango-config">
130 <title>Config Files</title>
131
132 <para>
133 <filename>/etc/pango/pangorc</filename>, <filename>~/.pangorc</filename>
134 and the file specified in the environment variable
135 <envar>PANGO_RC_FILE</envar>
136 </para>
137
138 <indexterm zone="pango pango-config">
139 <primary sortas="e-etc-pango-pangorc">/etc/pango/pangorc</primary>
140 </indexterm>
141
142 <indexterm zone="pango pango-config">
143 <primary sortas="e-AA.pangorc">~/.pangorc</primary>
144 </indexterm>
145 </sect3>
146
147 <sect3>
148 <title>Configuration Information</title>
149
150 <para>
151 The <application>Pango</application> module path is specified by the key
152 <userinput><parameter>Pango/ModulesPath</parameter></userinput> in the
153 <application>Pango</application> config database, which is read from the
154 config files listed above.
155 </para>
156 </sect3>
157 </sect2>
158
159 <sect2 role="content">
160 <title>Contents</title>
161
162 <segmentedlist>
163 <segtitle>Installed Programs</segtitle>
164 <segtitle>Installed Libraries</segtitle>
165 <segtitle>Installed Directories</segtitle>
166
167 <seglistitem>
168 <seg>pango-querymodules and pango-view</seg>
169 <seg>
170 libpango-1.0.so,
171 libpangocairo-1.0.so,
172 libpangoft2-1.0.so,
173 libpangox-1.0.so and
174 libpangoxft-1.0.so
175 </seg>
176 <seg>
177 /etc/pango,
178 /usr/include/pango-1.0,
179 /usr/lib/pango and
180 /usr/share/gtk-doc/html/pango
181 </seg>
182 </seglistitem>
183 </segmentedlist>
184
185 <variablelist>
186 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
187 <?dbfo list-presentation="list"?>
188 <?dbhtml list-presentation="table"?>
189
190 <varlistentry id="pango-querymodules">
191 <term><command>pango-querymodules</command></term>
192 <listitem>
193 <para>
194 is a module registration utility that collects information about
195 <application>Pango</application> loadable modules.
196 </para>
197 <indexterm zone="pango pango-querymodules">
198 <primary sortas="b-pango-querymodules">pango-querymodules</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 <varlistentry id="pango-view">
204 <term><command>pango-view</command></term>
205 <listitem>
206 <para>
207 renders a given file through <application>Pango</application> for
208 viewing purposes.
209 </para>
210 <indexterm zone="pango pango-view">
211 <primary sortas="b-pango-view">pango-view</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216 <varlistentry id="Pango-libraries">
217 <term><filename class="libraryfile">libpango*-1.0.so</filename></term>
218 <listitem>
219 <para>
220 contain low level layout rendering routines, a high level driver for
221 laying out entire blocks of text, and routines to assist in editing
222 internationalized text.
223 </para>
224 <indexterm zone="pango Pango-libraries">
225 <primary sortas="c-Pango-libraries">libpango*-1.0.so</primary>
226 </indexterm>
227 </listitem>
228 </varlistentry>
229 </variablelist>
230 </sect2>
231</sect1>
Note: See TracBrowser for help on using the repository browser.