source: x/lib/pango.xml@ 84884b6

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 84884b6 was 41d905b4, checked in by Krejzi <krejzi@…>, 12 years ago

libnotify 0.7.5, libwnck 3.4.0, libxklavier 5.2.1 and notification-daemon 0.7.4

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

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