source: x/lib/pango.xml@ 2c1ff38

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 2c1ff38 was eccef494, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed cairo as a recommended dependency of Pango

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

  • Property mode set to 100644
File size: 7.5 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 "c8178e11a895166d86990bb2c38d831b">
10 <!ENTITY pango-size "1.2 MB">
11 <!ENTITY pango-buildsize "24.9 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"/> and one of
66 <xref linkend="cairo"/> or
67 <xref linkend="x-window-system"/> or
68 <xref linkend="fontconfig"/></para>
69
70 <!--
71 <bridgehead renderas="sect4">Recommended</bridgehead>
72 <para role="recommended"><xref linkend="cairo"/></para>
73 -->
74
75 <para><application>cairo</application> is not required to build
76 <application>Pango</application>, but it is highly recommended that you
77 install <application>cairo</application> before building
78 <application>Pango</application>. If you don't build
79 <application>Pango</application> with a <application>cairo</application>
80 backend, then <application>GTK+</application>-2 will not build.</para>
81
82 <bridgehead renderas="sect4">Optional (If <application>cairo</application>
83 is Not Installed)</bridgehead>
84 <para role="optional"><xref linkend="x-window-system"/></para>
85
86 <bridgehead renderas="sect4">Optional (To Rebuild the API Documentation)</bridgehead>
87 <para role="optional"><xref linkend="gtk-doc"/></para>
88
89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/pango"/></para>
91
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of Pango</title>
96
97 <!-- Commenting this out for now as Xorg7 default installation patch
98 is /usr, so the note doesn't apply. Furthermore, instructions to
99 do this are already in the book in the X section
100
101 <para>In order for <application>Pango</application> to find
102 <application>Xft</application>, the <envar>PKG_CONFIG_PATH</envar> must
103 include <filename class="directory">/usr/X11R6/lib/pkgconfig</filename>.
104 This is a good time to add it if you haven't already. You can utilize
105 the example for <filename>X.sh</filename> to create a script for
106 modifying this variable located in the section
107 <xref linkend="postlfs-config-profile"/>.</para>
108
109 -->
110
111 <para>Install <application>Pango</application> by running the following
112 commands:</para>
113
114<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
115make</userinput></screen>
116
117 <para>To test the results, issue: <command>make check</command>.</para>
118
119 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
120
121<screen role="root"><userinput>make install</userinput></screen>
122
123 </sect2>
124
125 <sect2 role="commands">
126 <title>Command Explanations</title>
127
128 <para><parameter>--sysconfdir=/etc</parameter>: This switch installs the
129 configuration files into <filename class="directory">/etc</filename>
130 instead of <filename class="directory">/usr/etc</filename>.</para>
131
132 <para><option>--enable-gtk-doc</option>: This switch will rebuild
133 the API documentation during the <command>make</command> command.</para>
134
135 </sect2>
136
137 <sect2 role="configuration">
138 <title>Configuring Pango</title>
139
140 <sect3 id="pango-config">
141 <title>Config Files</title>
142
143 <para><filename>/etc/pango/pangorc</filename>,
144 <filename>~/.pangorc</filename>, and the file specified in the
145 environment variable <envar>PANGO_RC_FILE</envar></para>
146
147 <indexterm zone="pango pango-config">
148 <primary sortas="e-etc-pango-pangorc">/etc/pango/pangorc</primary>
149 </indexterm>
150
151 <indexterm zone="pango pango-config">
152 <primary sortas="e-AA.pangorc">~/.pangorc</primary>
153 </indexterm>
154
155 </sect3>
156
157 <sect3>
158 <title>Configuration Information</title>
159
160 <para>The <application>Pango</application> module path is specified by
161 the key <userinput><parameter>Pango/ModulesPath</parameter></userinput>
162 in the <application>Pango</application> config database, which is read
163 from the config files listed above.</para>
164
165 </sect3>
166
167 </sect2>
168
169 <sect2 role="content">
170 <title>Contents</title>
171
172 <segmentedlist>
173 <segtitle>Installed Programs</segtitle>
174 <segtitle>Installed Libraries</segtitle>
175 <segtitle>Installed Directories</segtitle>
176
177 <seglistitem>
178 <seg>pango-querymodules and pango-view</seg>
179 <seg>libpango*-1.0.so and <application>Pango</application> loadable
180 modules.</seg>
181 <seg>/etc/pango, /usr/include/pango-1.0, /usr/lib/pango, and
182 /usr/share/gtk-doc/html/pango</seg>
183 </seglistitem>
184 </segmentedlist>
185
186 <variablelist>
187 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
188 <?dbfo list-presentation="list"?>
189 <?dbhtml list-presentation="table"?>
190
191 <varlistentry id="pango-querymodules">
192 <term><command>pango-querymodules</command></term>
193 <listitem>
194 <para>is a module registration utility that collects
195 information about <application>Pango</application> loadable
196 modules.</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-libraries">
204 <term>Pango libraries</term>
205 <listitem>
206 <para>contain low level layout rendering routines, a high
207 level driver for laying out entire blocks of text, and routines
208 to assist in editing internationalized text.</para>
209 <indexterm zone="pango Pango-libraries">
210 <primary sortas="c-Pango-libraries">Pango libraries</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 </variablelist>
216
217 </sect2>
218
219</sect1>
Note: See TracBrowser for help on using the repository browser.