source: x/lib/pango.xml@ 90b5e47

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 90b5e47 was 90b5e47, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Update to pango-1.36.4.
Update to gtk+-2.24.24.
Update to vte-0.36.3.
Update to gnome-terminal-3.12.3.

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

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