source: x/lib/pango.xml@ fbca853

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since fbca853 was 7f80ece, checked in by Pierre Labastie <pieere@…>, 6 years ago

Rmove installation of help2man from lsb_release, and reference GNU help2man
in packages that can use it (maybe not complete)

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

  • Property mode set to 100644
File size: 7.0 KB
RevLine 
[feeb99a]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[feeb99a]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[10a0e29]7 <!ENTITY pango-download-http "&gnome-download-http;/pango/1.40/pango-&pango-version;.tar.xz">
8 <!ENTITY pango-download-ftp "&gnome-download-ftp;/pango/1.40/pango-&pango-version;.tar.xz">
[9dac80b]9 <!ENTITY pango-md5sum "18d7eb8d52e7e445e733c109ddaa7b78">
[0fa51a8]10 <!ENTITY pango-size "840 KB">
[9dac80b]11 <!ENTITY pango-buildsize "18 MB (with tests)">
[42e4ab5a]12 <!ENTITY pango-time "0.1 SBU (with parallelism=4 and tests)">
[feeb99a]13]>
14
[7f8bd51]15<sect1 id="pango" xreflabel="Pango-&pango-version;">
[10e9ab7]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>
[a54950b]27 </indexterm>
[10e9ab7]28
[4e82a189]29 <sect2 role="package">
[10e9ab7]30 <title>Introduction to Pango</title>
31
[b83d289]32 <para>
33 <application>Pango</application> is a library for laying out and rendering
34 of text, with an emphasis on internationalization. It can be used anywhere
[d356833]35 that text layout is needed, though most of the work on
36 <application>Pango</application> so far has been done in the context of
37 the <application>GTK+</application> widget toolkit.
[b83d289]38 </para>
[10e9ab7]39
[0a43695]40 &lfs82_checked;
[cf5c88ca]41
[10e9ab7]42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
[a2912ff]45 <para>
46 Download (HTTP): <ulink url="&pango-download-http;"/>
47 </para>
[10e9ab7]48 </listitem>
49 <listitem>
[a2912ff]50 <para>
51 Download (FTP): <ulink url="&pango-download-ftp;"/>
52 </para>
[10e9ab7]53 </listitem>
54 <listitem>
[a2912ff]55 <para>
56 Download MD5 sum: &pango-md5sum;
57 </para>
[10e9ab7]58 </listitem>
59 <listitem>
[a2912ff]60 <para>
61 Download size: &pango-size;
62 </para>
[10e9ab7]63 </listitem>
64 <listitem>
[a2912ff]65 <para>
66 Estimated disk space required: &pango-buildsize;
67 </para>
[10e9ab7]68 </listitem>
69 <listitem>
[a2912ff]70 <para>
71 Estimated build time: &pango-time;
72 </para>
[10e9ab7]73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">Pango Dependencies</bridgehead>
77
[a2912ff]78 <bridgehead renderas="sect4">Required</bridgehead>
[b8a081c]79 <para role="required">
[c870dc3]80 <xref linkend="fontconfig"/> (must be built with
[1cfd61d]81 <xref linkend="freetype2"/> using <xref linkend="harfbuzz"/>) and
82 <xref linkend="glib2"/>
[cba59986]83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
[9583e9c8]87 <xref linkend="cairo"/> and
[b83d289]88 <xref linkend="xorg7-lib"/>
[9bdf4118]89 </para>
90
[4c2be438]91 <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
92 <para role="optional">
93 <xref linkend="gobject-introspection"/>
94 </para>
95
[fcf1326d]96 <bridgehead renderas="sect4">Optional</bridgehead>
[b8a081c]97 <para role="optional">
[9583e9c8]98 <xref linkend="cantarell-fonts"/> (for tests),
[7f80ece]99 <xref linkend="gtk-doc"/>,
100 <ulink url="https://ftp.gnu.org/gnu/help2man">help2man</ulink>, and
[e180a646]101 <ulink url="https://linux.thai.net/projects/libthai">libthai</ulink>
[fcf1326d]102 </para>
[10e9ab7]103
[b83d289]104 <para condition="html" role="usernotes">
105 User Notes: <ulink url="&blfs-wiki;/pango"/>
106 </para>
[10e9ab7]107 </sect2>
108
109 <sect2 role="installation">
110 <title>Installation of Pango</title>
111
[b83d289]112 <para>
113 Install <application>Pango</application> by running the following
114 commands:
115 </para>
[10e9ab7]116
[0801260f]117<screen><userinput>mkdir build &amp;&amp;
[42e4ab5a]118cd build &amp;&amp;
119
120meson --prefix=/usr --sysconfdir=/etc .. &amp;&amp;
121ninja</userinput></screen>
[10e9ab7]122
[b83d289]123 <para>
[550d48d8]124 To test the results, issue: <command>ninja test</command>. One test,
[0017eff]125 test-layout, is known to fail.
[cf5c88ca]126 </para>
[394cd759]127
[b83d289]128 <para>
129 Now, as the <systemitem class="username">root</systemitem> user:
130 </para>
[10e9ab7]131
[7f80ece]132<screen role="root"><userinput>ninja install &amp;&amp;
133install -vm 644 pango-view/pango-view.1.in /usr/share/man/man1/pango-view.1</userinput></screen>
[28b61748]134
135 </sect2>
136
[10e9ab7]137 <sect2 role="commands">
138 <title>Command Explanations</title>
139
[42e4ab5a]140 <para><option>-Denable-docs</option>: Use this switch if gtk-doc is
141 installed and you wish to rebuild and install the API documentation.
142 </para>
[2ffe965]143
[10e9ab7]144 </sect2>
145
146 <sect2 role="configuration">
147 <title>Configuring Pango</title>
148
149 <sect3 id="pango-config">
150 <title>Config Files</title>
151
[b83d289]152 <para>
153 <filename>/etc/pango/pangorc</filename>, <filename>~/.pangorc</filename>
154 and the file specified in the environment variable
155 <envar>PANGO_RC_FILE</envar>
156 </para>
[10e9ab7]157
158 <indexterm zone="pango pango-config">
159 <primary sortas="e-etc-pango-pangorc">/etc/pango/pangorc</primary>
160 </indexterm>
161
162 <indexterm zone="pango pango-config">
163 <primary sortas="e-AA.pangorc">~/.pangorc</primary>
164 </indexterm>
165 </sect3>
[c870dc3]166<!--
[10e9ab7]167 <sect3>
168 <title>Configuration Information</title>
169
[b83d289]170 <para>
171 The <application>Pango</application> module path is specified by the key
172 <userinput><parameter>Pango/ModulesPath</parameter></userinput> in the
173 <application>Pango</application> config database, which is read from the
174 config files listed above.
175 </para>
[d356833]176
[c870dc3]177 </sect3>-->
[d356833]178
[10e9ab7]179 </sect2>
180
181 <sect2 role="content">
182 <title>Contents</title>
183
184 <segmentedlist>
[b3949ca3]185 <segtitle>Installed Programs</segtitle>
[10e9ab7]186 <segtitle>Installed Libraries</segtitle>
187 <segtitle>Installed Directories</segtitle>
188
189 <seglistitem>
[fcf1326d]190 <seg>
[c870dc3]191 pango-view
[a2912ff]192 </seg>
193 <seg>
[28b61748]194 libpango-1.0.so, libpangocairo-1.0.so, libpangoft2-1.0.so,
[feb1a649]195 and libpangoxft-1.0.so
[fcf1326d]196 </seg>
197 <seg>
[f516ac2]198 /usr/include/pango-1.0,
199 /usr/share/installed-tests/pango, and
[fcf1326d]200 /usr/share/gtk-doc/html/pango
201 </seg>
[10e9ab7]202 </seglistitem>
203 </segmentedlist>
204
205 <variablelist>
206 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
207 <?dbfo list-presentation="list"?>
208 <?dbhtml list-presentation="table"?>
209
[cf5c88ca]210 <varlistentry id="pango-view">
211 <term><command>pango-view</command></term>
212 <listitem>
[b83d289]213 <para>
[38d6a79]214 renders a given text file through <application>Pango</application>
215 for viewing purposes.
[b83d289]216 </para>
[cf5c88ca]217 <indexterm zone="pango pango-view">
218 <primary sortas="b-pango-view">pango-view</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
[d356833]223 <varlistentry id="libpango-1">
224 <term><filename class="libraryfile">libpango-1.0.so</filename></term>
[10e9ab7]225 <listitem>
[b83d289]226 <para>
[2f12da13]227 contains low level layout rendering routines, a high level driver for
[b83d289]228 laying out entire blocks of text, and routines to assist in editing
229 internationalized text.
230 </para>
[d356833]231 <indexterm zone="pango libpango-1">
232 <primary sortas="c-libpango-1">libpango-1.0.so</primary>
[10e9ab7]233 </indexterm>
234 </listitem>
235 </varlistentry>
[a2912ff]236
[10e9ab7]237 </variablelist>
[a2912ff]238
[10e9ab7]239 </sect2>
[a2912ff]240
[f45b1953]241</sect1>
Note: See TracBrowser for help on using the repository browser.