Changeset feeb99a for x/lib/pango.xml


Ignore:
Timestamp:
06/13/2004 07:03:42 PM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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
Children:
613c524f
Parents:
60384c68
Message:

XML update for Part VIII (X and friends)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/pango.xml

    r60384c68 rfeeb99a  
     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
    114<sect1 id="Pango" xreflabel="Pango-&Pango-version;">
    215<?dbhtml filename="pango.html" ?>
    316<title>Pango-&Pango-version;</title>
    417
    5 &Pango-intro;
    6 &Pango-inst;
    7 &Pango-exp;
    8 &Pango-desc;
     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> (included in <xref linkend="xfree86"/> or <xref linkend="xorg"/>),
     40<xref linkend="freetype2"/>,
     41<xref linkend="fontconfig"/> and
     42<xref linkend="gtk-doc"/>
     43</para></sect4>
     44</sect3>
     45
     46</sect2>
     47
     48<sect2>
     49<title>Installation of <application>Pango</application></title>
     50
     51<para>In order for <application>Pango</application> to find
     52<application>Xft</application>, the <envar>PKG_CONFIG_PATH</envar> must
     53include <filename class="directory">/usr/X11R6/lib/pkgconfig</filename>.
     54This is a good time to
     55add it if you haven't already. You can utilize the example for
     56<filename>X.sh</filename> to create a script for modifying this
     57variable located in the section <xref linkend="postlfs-config-profile"/>.</para>
     58
     59<para>Install <application>Pango</application> by running the following commands:</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>Contents</title>
     82
     83<para>The <application>Pango</application> package contains <filename
     84class="libraryfile">libpango</filename> libraries.</para>
     85
     86</sect2>
     87
     88<sect2><title>Description</title>
     89
     90<sect3><title>Pango libraries</title>
     91<para><application>Pango</application> libraries contain low level layout rendering routines, a
     92high level driver for laying out entire blocks of text, and routines to
     93assist in editing internationalized text.</para></sect3>
     94
     95</sect2>
    996
    1097</sect1>
Note: See TracChangeset for help on using the changeset viewer.