source: x/lib/pango.xml@ 721f994b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.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 721f994b was 7d4fb1d, checked in by Randy McMurchy <randy@…>, 20 years ago

Added pkgconfig as an optional dependency of lcms; added configuration information and updated package contents for Pango

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

  • Property mode set to 100644
File size: 4.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY Pango-download-http "http://gd.tuwien.ac.at/graphics/gimp/gtk/v2.4/pango-&Pango-version;.tar.gz">
8 <!ENTITY Pango-download-ftp "ftp://ftp.gtk.org/pub/gtk/v2.4/pango-&Pango-version;.tar.gz">
9 <!ENTITY Pango-size "1.4 MB">
10 <!ENTITY Pango-buildsize "22.8 MB">
11 <!ENTITY Pango-time "0.49 SBU">
12]>
13
14<sect1 id="Pango" xreflabel="Pango-&Pango-version;">
15<?dbhtml filename="pango.html" ?>
16<title>Pango-&Pango-version;</title>
17
18<sect2>
19<title>Introduction to <application>Pango</application></title>
20
21<para>The <application>Pango</application> package contains the
22<filename class="libraryfile">libpango</filename> library. This is useful for
23the layout and rendering of text.</para>
24
25<sect3><title>Package information</title>
26<itemizedlist spacing='compact'>
27<listitem><para>Download (HTTP): <ulink url="&Pango-download-http;"/></para></listitem>
28<listitem><para>Download (FTP): <ulink url="&Pango-download-ftp;"/></para></listitem>
29<listitem><para>Download size: &Pango-size;</para></listitem>
30<listitem><para>Estimated Disk space required: &Pango-buildsize;</para></listitem>
31<listitem><para>Estimated build time: &Pango-time;</para></listitem></itemizedlist>
32</sect3>
33
34<sect3><title><application>Pango</application> dependencies</title>
35<sect4><title>Required</title>
36<para><xref linkend="GLib2"/></para></sect4>
37<sect4><title>Optional</title>
38<para>
39<ulink url="http://freedesktop.org/~fontconfig/release/">Xft</ulink>
40(included in <xref linkend="xfree86"/> or <xref linkend="xorg"/>),
41<xref linkend="fontconfig"/> and <xref linkend="gtk-doc"/>
42</para></sect4>
43</sect3>
44
45</sect2>
46
47<sect2>
48<title>Installation of <application>Pango</application></title>
49
50<para>In order for <application>Pango</application> to find
51<application>Xft</application>, the <envar>PKG_CONFIG_PATH</envar> must
52include <filename class="directory">/usr/X11R6/lib/pkgconfig</filename>.
53This is a good time to add it if you haven't already. You can utilize the
54example for <filename>X.sh</filename> to create a script for modifying this
55variable located in the section <xref linkend="postlfs-config-profile"/>.
56</para>
57
58<para>Install <application>Pango</application> by running the following
59commands:</para>
60
61<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
62make &amp;&amp;
63make install</command></userinput></screen>
64
65</sect2>
66
67<sect2>
68<title>Command explanations</title>
69
70<para><parameter>--sysconfdir=/etc</parameter>: This switch installs the
71configuration files into <filename class="directory">/etc</filename>
72instead of <filename class="directory">/usr/etc</filename>.</para>
73
74<para><option>--enable-gtk-doc</option>: This switch will rebuild
75the <acronym>API</acronym> documentation during the
76<command>make</command> command.</para>
77
78</sect2>
79
80<sect2>
81<title>Configuring <application>Pango</application></title>
82
83<sect3><title>Config files</title>
84<para><filename>/etc/pango/pangorc</filename>,
85<filename>~/.pangorc</filename> and the file specified in the
86environment variable <envar>PANGO_RC_FILE</envar></para>
87</sect3>
88
89<sect3><title>Configuration Information</title>
90<para>The <application>Pango</application> module path is specified by the key
91<userinput><parameter>Pango/ModulesPath</parameter></userinput> in the
92<application>Pango</application> config database, which is read from the
93config files listed above.</para></sect3>
94
95</sect2>
96
97<sect2>
98<title>Contents</title>
99
100<para>The <application>Pango</application> package contains
101<command>pango-querymodules</command>,
102<filename class="libraryfile">libpango</filename> libraries and
103<application>Pango</application> loadable modules.</para>
104
105</sect2>
106
107<sect2><title>Description</title>
108
109<sect3><title>pango-querymodules</title>
110<para><command>pango-querymodules</command> is a module registration utility
111that collects information about <application>Pango</application> loadable
112modules</para></sect3>
113
114<sect3><title>Pango libraries</title>
115<para><application>Pango</application> libraries contain low level layout
116rendering routines, a high level driver for laying out entire blocks of text,
117and routines to assist in editing internationalized text.</para></sect3>
118
119</sect2>
120
121</sect1>
122
Note: See TracBrowser for help on using the repository browser.