source: x/lib/pango.xml@ e257101

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 e257101 was b3949ca3, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated to Pango-1.12.2

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

  • Property mode set to 100644
File size: 7.1 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.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY pango-download-http "&gnome-download-http;/pango/1.12/pango-&pango-version;.tar.bz2">
8 <!ENTITY pango-download-ftp "&gnome-download-ftp;/pango/1.12/pango-&pango-version;.tar.bz2">
9 <!ENTITY pango-md5sum "f41488236baf881a4844216ac61abc24">
10 <!ENTITY pango-size "1.2 MB">
11 <!ENTITY pango-buildsize "24.4 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 <keywordset>
22 <keyword role="package">pango-&pango-version;.tar</keyword>
23 <keyword role="ftpdir">pango</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Pango-&pango-version;</title>
28
29 <indexterm zone="pango">
30 <primary sortas="a-Pango">Pango</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Pango</title>
35
36 <para>The <application>Pango</application> package contains the
37 <filename class="libraryfile">libpango</filename> libraries. These are
38 useful for the layout and rendering of text.</para>
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 <bridgehead renderas="sect4">Required</bridgehead>
65 <para role="required"><xref linkend="glib2"/></para>
66
67 <bridgehead renderas="sect4">Recommended</bridgehead>
68 <para role="recommended"><xref linkend="cairo"/></para>
69
70 <para><application>cairo</application> is not required to build
71 <application>Pango</application>, but if you don't build
72 <application>Pango</application> with a <application>cairo</application>
73 backend, then <application>GTK+</application>-2 will not build.</para>
74
75 <bridgehead renderas="sect4">Optional (If <application>cairo</application>
76 is Not Installed)</bridgehead>
77 <para role="optional"><xref linkend="x-window-system"/> and
78 <xref linkend="fontconfig"/></para>
79
80 <bridgehead renderas="sect4">Optional (To Rebuild the API Documentation)</bridgehead>
81 <para role="optional"><xref linkend="gtk-doc"/></para>
82
83 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/pango"/></para>
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of Pango</title>
90
91 <para>In order for <application>Pango</application> to find
92 <application>Xft</application>, the <envar>PKG_CONFIG_PATH</envar> must
93 include <filename class="directory">/usr/X11R6/lib/pkgconfig</filename>.
94 This is a good time to add it if you haven't already. You can utilize
95 the example for <filename>X.sh</filename> to create a script for
96 modifying this variable located in the section
97 <xref linkend="postlfs-config-profile"/>.</para>
98
99 <para>Install <application>Pango</application> by running the following
100 commands:</para>
101
102<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
103make</userinput></screen>
104
105 <para>To test the results, issue: <command>make check</command>.</para>
106
107 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
108
109<screen role="root"><userinput>make install</userinput></screen>
110
111 </sect2>
112
113 <sect2 role="commands">
114 <title>Command Explanations</title>
115
116 <para><parameter>--sysconfdir=/etc</parameter>: This switch installs the
117 configuration files into <filename class="directory">/etc</filename>
118 instead of <filename class="directory">/usr/etc</filename>.</para>
119
120 <para><option>--enable-gtk-doc</option>: This switch will rebuild
121 the API documentation during the <command>make</command> command.</para>
122
123 </sect2>
124
125 <sect2 role="configuration">
126 <title>Configuring Pango</title>
127
128 <sect3 id="pango-config">
129 <title>Config Files</title>
130
131 <para><filename>/etc/pango/pangorc</filename>,
132 <filename>~/.pangorc</filename>, and the file specified in the
133 environment variable <envar>PANGO_RC_FILE</envar></para>
134
135 <indexterm zone="pango pango-config">
136 <primary sortas="e-etc-pango-pangorc">/etc/pango/pangorc</primary>
137 </indexterm>
138
139 <indexterm zone="pango pango-config">
140 <primary sortas="e-AA.pangorc">~/.pangorc</primary>
141 </indexterm>
142
143 </sect3>
144
145 <sect3>
146 <title>Configuration Information</title>
147
148 <para>The <application>Pango</application> module path is specified by
149 the key <userinput><parameter>Pango/ModulesPath</parameter></userinput>
150 in the <application>Pango</application> config database, which is read
151 from the config files listed above.</para>
152
153 </sect3>
154
155 </sect2>
156
157 <sect2 role="content">
158 <title>Contents</title>
159
160 <segmentedlist>
161 <segtitle>Installed Programs</segtitle>
162 <segtitle>Installed Libraries</segtitle>
163 <segtitle>Installed Directories</segtitle>
164
165 <seglistitem>
166 <seg>pango-querymodules and pango-view</seg>
167 <seg>libpango*-1.0.so and <application>Pango</application> loadable
168 modules.</seg>
169 <seg>/etc/pango, /usr/include/pango-1.0, /usr/lib/pango, and
170 /usr/share/gtk-doc/html/pango</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-libraries">
192 <term>Pango libraries</term>
193 <listitem>
194 <para>contain low level layout rendering routines, a high
195 level driver for laying out entire blocks of text, and routines
196 to assist in editing internationalized text.</para>
197 <indexterm zone="pango Pango-libraries">
198 <primary sortas="c-Pango-libraries">Pango libraries</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 </variablelist>
204
205 </sect2>
206
207</sect1>
Note: See TracBrowser for help on using the repository browser.