source: x/lib/pango.xml@ e222e31

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 e222e31 was 4c2be438, checked in by Krejzi <krejzi@…>, 12 years ago

fix Gnome dependencies - switch itstool with yelp-xsl (YELP_HELP_INIT requires yelp-xsl stylesheets),recommend gobject-introspection for every package in gnome/{core,add} and make Optional g-i section indicating that is required for gnome in packages that are not just required by gnome. Made some recommended (expected) deps to gstreamer plugins (codecs, input and output sinks), recommended alsa to the libcanberra, explicitly disabled oss to remove configure warning + added gnome dependencies into seperate optional section to libcanberra page. Added --disable-scrollkeeper explanation to many packages that can use rarian (for the scrollkeeper compat) and added some more rarian recommendations. Checked polkit, accountservice and consolekit deps, sorted them a bit. Finished Gnome 3.4

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10043 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">Optional (Required if building GNOME)</bridgehead>
73 <para role="optional">
74 <xref linkend="gobject-introspection"/>
75 </para>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional">
79 <xref linkend="gtk-doc"/> and
80 <ulink url="http://linux.thai.net/libthai">LibThai</ulink>
81 </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>Install <application>Pango</application> by running the following
92 commands:</para>
93
94<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
95make</userinput></screen>
96
97 <para>To test the results, issue: <command>make check</command>. You can
98 install <xref linkend="gtk-doc"/> if you wish to test the documentation
99 section of the test suite. Also, the <quote>testboundries</quote> test
100 could fail if you have <application>LibThai</application> installed.
101 </para>
102
103 <para>Now, as the <systemitem class="username">root</systemitem>
104 user:</para>
105
106<screen role="root"><userinput>make install</userinput></screen>
107
108 </sect2>
109
110 <sect2 role="commands">
111 <title>Command Explanations</title>
112
113 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
114 href="../../xincludes/gtk-doc-rebuild.xml"/>
115
116 </sect2>
117
118 <sect2 role="configuration">
119 <title>Configuring Pango</title>
120
121 <sect3 id="pango-config">
122 <title>Config Files</title>
123
124 <para><filename>/etc/pango/pangorc</filename>,
125 <filename>~/.pangorc</filename>, and the file specified in the
126 environment variable <envar>PANGO_RC_FILE</envar></para>
127
128 <indexterm zone="pango pango-config">
129 <primary sortas="e-etc-pango-pangorc">/etc/pango/pangorc</primary>
130 </indexterm>
131
132 <indexterm zone="pango pango-config">
133 <primary sortas="e-AA.pangorc">~/.pangorc</primary>
134 </indexterm>
135
136 </sect3>
137
138 <sect3>
139 <title>Configuration Information</title>
140
141 <para>The <application>Pango</application> module path is specified by
142 the key <userinput><parameter>Pango/ModulesPath</parameter></userinput>
143 in the <application>Pango</application> config database, which is read
144 from the config files listed above.</para>
145
146 </sect3>
147
148 </sect2>
149
150 <sect2 role="content">
151 <title>Contents</title>
152
153 <segmentedlist>
154 <segtitle>Installed Programs</segtitle>
155 <segtitle>Installed Libraries</segtitle>
156 <segtitle>Installed Directories</segtitle>
157
158 <seglistitem>
159 <seg>
160 pango-querymodules and pango-view
161 </seg>
162 <seg>
163 libpango-1.0.so, libpangocairo-1.0.so, libpangoft2-1.0.so,
164 libpangox-1.0.so, libpangoxft-1.0.so
165 </seg>
166 <seg>
167 /etc/pango, /usr/include/pango-1.0, /usr/lib/pango and
168 /usr/share/gtk-doc/html/pango
169 </seg>
170 </seglistitem>
171 </segmentedlist>
172
173 <variablelist>
174 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
175 <?dbfo list-presentation="list"?>
176 <?dbhtml list-presentation="table"?>
177
178 <varlistentry id="pango-querymodules">
179 <term><command>pango-querymodules</command></term>
180 <listitem>
181 <para>is a module registration utility that collects
182 information about <application>Pango</application> loadable
183 modules.</para>
184 <indexterm zone="pango pango-querymodules">
185 <primary sortas="b-pango-querymodules">pango-querymodules</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 <varlistentry id="pango-view">
191 <term><command>pango-view</command></term>
192 <listitem>
193 <para>renders a given file through <application>Pango</application>
194 for viewing purposes.</para>
195 <indexterm zone="pango pango-view">
196 <primary sortas="b-pango-view">pango-view</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry id="Pango-libraries">
202 <term><filename class="libraryfile">libpango*-1.0.so</filename></term>
203 <listitem>
204 <para>contain low level layout rendering routines, a high
205 level driver for laying out entire blocks of text, and routines
206 to assist in editing internationalized text.</para>
207 <indexterm zone="pango Pango-libraries">
208 <primary sortas="c-Pango-libraries">libpango*-1.0.so</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 </variablelist>
214
215 </sect2>
216
217</sect1>
Note: See TracBrowser for help on using the repository browser.