Changeset 10e9ab7


Ignore:
Timestamp:
05/20/2005 05:38:00 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
f82c9c69
Parents:
c008aff
Message:

Tagged pango.xml

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/pango.xml

    rc008aff r10e9ab7  
    1414
    1515<sect1 id="pango" xreflabel="Pango-&pango-version;">
    16 <sect1info>
    17 <othername>$LastChangedBy$</othername>
    18 <date>$Date$</date>
    19 </sect1info>
    20 <?dbhtml filename="pango.html" ?>
    21 <title>Pango-&pango-version;</title>
    22 <indexterm zone="pango">
    23 <primary sortas="a-Pango">Pango</primary></indexterm>
     16  <?dbhtml filename="pango.html" ?>
    2417
    25 <sect2>
    26 <title>Introduction to <application>Pango</application></title>
     18  <sect1info>
     19    <othername>$LastChangedBy$</othername>
     20    <date>$Date$</date>
     21  </sect1info>
    2722
    28 <para>The <application>Pango</application> package contains the
    29 <filename class="libraryfile">libpango</filename> libraries. These are useful
    30 for the layout and rendering of text.</para>
     23  <title>Pango-&pango-version;</title>
    3124
    32 <sect3><title>Package information</title>
    33 <itemizedlist spacing='compact'>
    34 <listitem><para>Download (HTTP):
    35 <ulink url="&pango-download-http;"/></para></listitem>
    36 <listitem><para>Download (FTP):
    37 <ulink url="&pango-download-ftp;"/></para></listitem>
    38 <listitem><para>Download MD5 sum: &pango-md5sum;</para></listitem>
    39 <listitem><para>Download size: &pango-size;</para></listitem>
    40 <listitem><para>Estimated disk space required:
    41 &pango-buildsize;</para></listitem>
    42 <listitem><para>Estimated build time:
    43 &pango-time;</para></listitem></itemizedlist>
    44 </sect3>
     25  <indexterm zone="pango">
     26    <primary sortas="a-Pango">Pango</primary>
     27  </indexterm>
    4528
    46 <sect3><title><application>Pango</application> dependencies</title>
    47 <sect4><title>Required</title>
    48 <para><xref linkend="glib2"/></para>
    49 </sect4>
     29  <sect2>
     30    <title>Introduction to Pango</title>
    5031
    51 <sect4><title>Optional</title>
    52 <para><ulink url="http://freedesktop.org/~fontconfig/release/">Xft</ulink>
    53 (included in <xref linkend="xfree86"/> or <xref linkend="xorg"/>),
    54 <xref linkend="fontconfig"/> and <xref linkend="gtk-doc"/></para>
    55 </sect4>
    56 </sect3>
     32    <para>The <application>Pango</application> package contains the
     33    <filename class="libraryfile">libpango</filename> libraries. These are
     34    useful for the layout and rendering of text.</para>
    5735
    58 </sect2>
     36    <bridgehead renderas="sect3">Package Information</bridgehead>
     37    <itemizedlist spacing="compact">
     38      <listitem>
     39        <para>Download (HTTP): <ulink url="&pango-download-http;"/></para>
     40      </listitem>
     41      <listitem>
     42        <para>Download (FTP): <ulink url="&pango-download-ftp;"/></para>
     43      </listitem>
     44      <listitem>
     45        <para>Download MD5 sum: &pango-md5sum;</para>
     46      </listitem>
     47      <listitem>
     48        <para>Download size: &pango-size;</para>
     49      </listitem>
     50      <listitem>
     51        <para>Estimated disk space required: &pango-buildsize;</para>
     52      </listitem>
     53      <listitem>
     54        <para>Estimated build time: &pango-time;</para>
     55      </listitem>
     56    </itemizedlist>
    5957
    60 <sect2>
    61 <title>Installation of <application>Pango</application></title>
     58    <bridgehead renderas="sect3">Pango Dependencies</bridgehead>
    6259
    63 <para>In order for <application>Pango</application> to find
    64 <application>Xft</application>, the <envar>PKG_CONFIG_PATH</envar> must
    65 include <filename class="directory">/usr/X11R6/lib/pkgconfig</filename>.
    66 This is a good time to add it if you haven't already. You can utilize the
    67 example for <filename>X.sh</filename> to create a script for modifying this
    68 variable located in the section <xref linkend="postlfs-config-profile"/>.
    69 </para>
     60    <bridgehead renderas="sect4">Required</bridgehead>
     61    <para><xref linkend="glib2"/></para>
    7062
    71 <para>Install <application>Pango</application> by running the following
    72 commands:</para>
     63    <bridgehead renderas="sect4">Optional</bridgehead>
     64    <para><ulink url="http://freedesktop.org/~fontconfig/release/">Xft</ulink>
     65    (included in <xref linkend="xfree86"/> or <xref linkend="xorg"/>),
     66    <xref linkend="fontconfig"/> and <xref linkend="gtk-doc"/></para>
    7367
    74 <screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    75 make</command></userinput></screen>
     68  </sect2>
    7669
    77 <para>To test the results, issue: <command>make check</command>.</para>
     70  <sect2 role="installation">
     71    <title>Installation of Pango</title>
    7872
    79 <para>Now, as the root user:</para>
     73    <para>In order for <application>Pango</application> to find
     74    <application>Xft</application>, the <envar>PKG_CONFIG_PATH</envar> must
     75    include <filename class="directory">/usr/X11R6/lib/pkgconfig</filename>.
     76    This is a good time to add it if you haven't already. You can utilize
     77    the example for <filename>X.sh</filename> to create a script for
     78    modifying this variable located in the section
     79    <xref linkend="postlfs-config-profile"/>.</para>
    8080
    81 <screen><userinput role="root"><command>make install</command></userinput></screen>
     81    <para>Install <application>Pango</application> by running the following
     82    commands:</para>
    8283
    83 </sect2>
     84<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     85make</userinput></screen>
    8486
    85 <sect2>
    86 <title>Command explanations</title>
     87    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8788
    88 <para><parameter>--sysconfdir=/etc</parameter>: This switch installs the
    89 configuration files into <filename class="directory">/etc</filename>
    90 instead of <filename class="directory">/usr/etc</filename>.</para>
     89<screen role="root"><userinput>make install</userinput></screen>
    9190
    92 <para><option>--enable-gtk-doc</option>: This switch will rebuild
    93 the <acronym>API</acronym> documentation during the
    94 <command>make</command> command.</para>
     91  </sect2>
    9592
    96 </sect2>
     93  <sect2 role="commands">
     94    <title>Command Explanations</title>
    9795
    98 <sect2>
    99 <title>Configuring <application>Pango</application></title>
     96    <para><parameter>--sysconfdir=/etc</parameter>: This switch installs the
     97    configuration files into <filename class="directory">/etc</filename>
     98    instead of <filename class="directory">/usr/etc</filename>.</para>
    10099
    101 <sect3 id="pango-config"><title>Config files</title>
    102 <para><filename>/etc/pango/pangorc</filename>,
    103 <filename>~/.pangorc</filename> and the file specified in the
    104 environment variable <envar>PANGO_RC_FILE</envar></para>
     100    <para><option>--enable-gtk-doc</option>: This switch will rebuild
     101    the API documentation during the <command>make</command> command.</para>
    105102
    106   <indexterm zone="pango pango-config">
    107       <primary sortas="e-etc-pango-pangorc">/etc/pango/pangorc</primary>
    108   </indexterm>
    109  
    110   <indexterm zone="pango pango-config">
    111     <primary sortas="e-AA.pangorc">~/.pangorc</primary>
    112   </indexterm>
    113  
    114 </sect3>
     103  </sect2>
    115104
    116 <sect3><title>Configuration Information</title>
    117 <para>The <application>Pango</application> module path is specified by the key
    118 <userinput><parameter>Pango/ModulesPath</parameter></userinput> in the
    119 <application>Pango</application> config database, which is read from the
    120 config files listed above.</para></sect3>
     105  <sect2 role="configuration">
     106    <title>Configuring Pango</title>
    121107
    122 </sect2>
     108    <sect3 id="pango-config">
     109      <title>Config Files</title>
    123110
    124 <sect2>
    125 <title>Contents</title>
     111      <para><filename>/etc/pango/pangorc</filename>,
     112      <filename>~/.pangorc</filename>, and the file specified in the
     113      environment variable <envar>PANGO_RC_FILE</envar></para>
    126114
    127 <segmentedlist>
    128 <segtitle>Installed Program</segtitle>
    129 <segtitle>Installed Libraries</segtitle>
    130 <segtitle>Installed Directories</segtitle>
    131 <seglistitem>
    132 <seg>pango-querymodules</seg>
    133 <seg>libpango*.so and <application>Pango</application> loadable
    134 modules.</seg>
    135 <seg>/etc/pango, /usr/include/pango-1.0, /usr/lib/pango and
    136 /usr/share/gtk-doc/html/pango</seg>
    137 </seglistitem>
    138 </segmentedlist>
     115      <indexterm zone="pango pango-config">
     116        <primary sortas="e-etc-pango-pangorc">/etc/pango/pangorc</primary>
     117      </indexterm>
    139118
    140 <variablelist>
    141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    142 <?dbfo list-presentation="list"?>
     119      <indexterm zone="pango pango-config">
     120        <primary sortas="e-AA.pangorc">~/.pangorc</primary>
     121      </indexterm>
    143122
    144 <varlistentry id="pango-querymodules">
    145 <term><command>pango-querymodules</command></term>
    146 <listitem><para>is a module registration utility that collects
    147 information about <application>Pango</application> loadable
    148 modules.</para>
    149 <indexterm zone="pango pango-querymodules">
    150 <primary sortas="b-pango-querymodules">pango-querymodules</primary>
    151 </indexterm>
    152 </listitem>
    153 </varlistentry>
     123    </sect3>
    154124
    155 <varlistentry id="Pango-libraries">
    156 <term>Pango libraries</term>
    157 <listitem><para>contain low level layout rendering routines, a high
    158 level driver for laying out entire blocks of text, and routines
    159 to assist in editing internationalized text.</para>
    160 <indexterm zone="pango Pango-libraries">
    161 <primary sortas="c-Pango-libraries">Pango libraries</primary></indexterm>
    162 </listitem>
    163 </varlistentry>
     125    <sect3>
     126      <title>Configuration Information</title>
    164127
    165 </variablelist>
     128      <para>The <application>Pango</application> module path is specified by
     129      the key <userinput><parameter>Pango/ModulesPath</parameter></userinput>
     130      in the <application>Pango</application> config database, which is read
     131      from the config files listed above.</para>
    166132
    167 </sect2>
     133    </sect3>
     134
     135  </sect2>
     136
     137  <sect2 role="content">
     138    <title>Contents</title>
     139
     140    <segmentedlist>
     141      <segtitle>Installed Program</segtitle>
     142      <segtitle>Installed Libraries</segtitle>
     143      <segtitle>Installed Directories</segtitle>
     144
     145      <seglistitem>
     146        <seg>pango-querymodules</seg>
     147        <seg>libpango*.so and <application>Pango</application> loadable
     148        modules.</seg>
     149        <seg>/etc/pango, /usr/include/pango-1.0, /usr/lib/pango, and
     150        /usr/share/gtk-doc/html/pango</seg>
     151      </seglistitem>
     152    </segmentedlist>
     153
     154    <variablelist>
     155      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     156      <?dbfo list-presentation="list"?>
     157      <?dbhtml list-presentation="table"?>
     158
     159      <varlistentry id="pango-querymodules">
     160        <term><command>pango-querymodules</command></term>
     161        <listitem>
     162          <para>is a module registration utility that collects
     163          information about <application>Pango</application> loadable
     164          modules.</para>
     165          <indexterm zone="pango pango-querymodules">
     166            <primary sortas="b-pango-querymodules">pango-querymodules</primary>
     167          </indexterm>
     168        </listitem>
     169      </varlistentry>
     170
     171      <varlistentry id="Pango-libraries">
     172        <term>Pango libraries</term>
     173        <listitem>
     174          <para>contain low level layout rendering routines, a high
     175          level driver for laying out entire blocks of text, and routines
     176          to assist in editing internationalized text.</para>
     177          <indexterm zone="pango Pango-libraries">
     178            <primary sortas="c-Pango-libraries">Pango libraries</primary>
     179          </indexterm>
     180        </listitem>
     181      </varlistentry>
     182
     183    </variablelist>
     184
     185  </sect2>
    168186
    169187</sect1>
Note: See TracChangeset for help on using the changeset viewer.