source: x/lib/pango.xml@ 8057fc4

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 8057fc4 was 43a4e608, checked in by Ken Moffat <ken@…>, 12 years ago

more tags

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

  • Property mode set to 100644
File size: 7.6 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 &lfs72_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&pango-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&pango-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &pango-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &pango-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &pango-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &pango-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Pango Dependencies</bridgehead>
76
77 <!-- FreeType2 and Fontconfig pulled by Xorg Libraries -->
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="cairo"/> and
81 <xref linkend="xorg7-lib"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
85 <para role="optional">
86 <xref linkend="gobject-introspection"/>
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91 <xref linkend="gtk-doc"/> and
92 <ulink url="http://linux.thai.net/libthai">LibThai</ulink>
93 </para>
94
95 <para condition="html" role="usernotes">
96 User Notes: <ulink url="&blfs-wiki;/pango"/>
97 </para>
98 </sect2>
99
100 <sect2 role="installation">
101 <title>Installation of Pango</title>
102
103 <para>
104 Install <application>Pango</application> by running the following
105 commands:
106 </para>
107
108<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
109make</userinput></screen>
110
111 <para>
112 To test the results, issue: <command>make check</command>. You can install
113 <xref linkend="gtk-doc"/> if you wish to test the documentation section of
114 the test suite. Also, the <quote>testboundries</quote> test could fail if
115 you have <application>LibThai</application> installed.
116 </para>
117
118 <para>
119 Now, as the <systemitem class="username">root</systemitem> user:
120 </para>
121
122<screen role="root"><userinput>make install</userinput></screen>
123
124 <note>
125 <para>
126 If you installed the package on to your system using a
127 <quote>DESTDIR</quote> method then important file was not installed and
128 must be copied and/or generated. Generate it using the following
129 command as the <systemitem class="username">root</systemitem> user:
130 </para>
131
132<screen role="root"><userinput>pango-querymodules > /etc/pango/pango.modules</userinput></screen>
133 </note>
134 </sect2>
135
136 <sect2 role="commands">
137 <title>Command Explanations</title>
138
139 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
140 href="../../xincludes/gtk-doc-rebuild.xml"/>
141
142 </sect2>
143
144 <sect2 role="configuration">
145 <title>Configuring Pango</title>
146
147 <sect3 id="pango-config">
148 <title>Config Files</title>
149
150 <para>
151 <filename>/etc/pango/pangorc</filename>, <filename>~/.pangorc</filename>
152 and the file specified in the environment variable
153 <envar>PANGO_RC_FILE</envar>
154 </para>
155
156 <indexterm zone="pango pango-config">
157 <primary sortas="e-etc-pango-pangorc">/etc/pango/pangorc</primary>
158 </indexterm>
159
160 <indexterm zone="pango pango-config">
161 <primary sortas="e-AA.pangorc">~/.pangorc</primary>
162 </indexterm>
163 </sect3>
164
165 <sect3>
166 <title>Configuration Information</title>
167
168 <para>
169 The <application>Pango</application> module path is specified by the key
170 <userinput><parameter>Pango/ModulesPath</parameter></userinput> in the
171 <application>Pango</application> config database, which is read from the
172 config files listed above.
173 </para>
174 </sect3>
175 </sect2>
176
177 <sect2 role="content">
178 <title>Contents</title>
179
180 <segmentedlist>
181 <segtitle>Installed Programs</segtitle>
182 <segtitle>Installed Libraries</segtitle>
183 <segtitle>Installed Directories</segtitle>
184
185 <seglistitem>
186 <seg>
187 pango-querymodules and pango-view
188 </seg>
189 <seg>
190 libpango-1.0.so, libpangocairo-1.0.so, libpangoft2-1.0.so,
191 libpangox-1.0.so and libpangoxft-1.0.so
192 </seg>
193 <seg>
194 /etc/pango,
195 /usr/include/pango-1.0,
196 /usr/lib/pango and
197 /usr/share/gtk-doc/html/pango
198 </seg>
199 </seglistitem>
200 </segmentedlist>
201
202 <variablelist>
203 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
204 <?dbfo list-presentation="list"?>
205 <?dbhtml list-presentation="table"?>
206
207 <varlistentry id="pango-querymodules">
208 <term><command>pango-querymodules</command></term>
209 <listitem>
210 <para>
211 is a module registration utility that collects information about
212 <application>Pango</application> loadable modules.
213 </para>
214 <indexterm zone="pango pango-querymodules">
215 <primary sortas="b-pango-querymodules">pango-querymodules</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 <varlistentry id="pango-view">
221 <term><command>pango-view</command></term>
222 <listitem>
223 <para>
224 renders a given file through <application>Pango</application> for
225 viewing purposes.
226 </para>
227 <indexterm zone="pango pango-view">
228 <primary sortas="b-pango-view">pango-view</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 <varlistentry id="Pango-libraries">
234 <term><filename class="libraryfile">libpango*-1.0.so</filename></term>
235 <listitem>
236 <para>
237 contain low level layout rendering routines, a high level driver for
238 laying out entire blocks of text, and routines to assist in editing
239 internationalized text.
240 </para>
241 <indexterm zone="pango Pango-libraries">
242 <primary sortas="c-Pango-libraries">libpango*-1.0.so</primary>
243 </indexterm>
244 </listitem>
245 </varlistentry>
246
247 </variablelist>
248
249 </sect2>
250
251</sect1>
Note: See TracBrowser for help on using the repository browser.