source: x/lib/pango.xml@ 7c461b3

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 7c461b3 was 7c461b3, checked in by Igor Živković <igor@…>, 19 years ago

Updated to GLib-2.6.0.

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

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