Changeset 70c0ef4 for general/graphlib


Ignore:
Timestamp:
07/23/2012 01:35:55 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
f69944f
Parents:
cb59f46d
Message:

FreeType 2.4.10, Fontconfig 2.10.0 and p11-kit 0.13.

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

Location:
general/graphlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/fontconfig.xml

    rcb59f46d r70c0ef4  
    77  <!ENTITY fontconfig-download-http "http://fontconfig.org/release/fontconfig-&fontconfig-version;.tar.gz">
    88  <!ENTITY fontconfig-download-ftp  " ">
    9   <!ENTITY fontconfig-md5sum        "26c83855ed256b5c032baae032fadc4f">
    10   <!ENTITY fontconfig-size          "1.7 MB">
    11   <!ENTITY fontconfig-buildsize     "20 MB">
    12   <!ENTITY fontconfig-time          "0.3 SBU">
     9  <!ENTITY fontconfig-md5sum        "3950e82cf5885b41cba8a2bf466aa6f9">
     10  <!ENTITY fontconfig-size          "1.4 MB">
     11  <!ENTITY fontconfig-buildsize     "16 MB">
     12  <!ENTITY fontconfig-time          "0.4 SBU">
    1313]>
    1414
     
    3030    <title>Introduction to Fontconfig</title>
    3131
    32     <para>The <application>Fontconfig</application> package is a library
    33     for configuring and customizing font access.</para>
     32    <para>
     33      The <application>Fontconfig</application> package contains
     34      a library and support programs used for configuring and
     35      customizing font access.
     36    </para>
    3437
    3538    &lfs71_checked;
     
    3841    <itemizedlist spacing="compact">
    3942      <listitem>
    40         <para>Download (HTTP): <ulink url="&fontconfig-download-http;"/></para>
    41       </listitem>
    42       <listitem>
    43         <para>Download (FTP): <ulink url="&fontconfig-download-ftp;"/></para>
    44       </listitem>
    45       <listitem>
    46         <para>Download MD5 sum: &fontconfig-md5sum;</para>
    47       </listitem>
    48       <listitem>
    49         <para>Download size: &fontconfig-size;</para>
    50       </listitem>
    51       <listitem>
    52         <para>Estimated disk space required: &fontconfig-buildsize;</para>
    53       </listitem>
    54       <listitem>
    55         <para>Estimated build time: &fontconfig-time;</para>
     43        <para>
     44          Download (HTTP): <ulink url="&fontconfig-download-http;"/>
     45        </para>
     46      </listitem>
     47      <listitem>
     48        <para>
     49          Download (FTP): <ulink url="&fontconfig-download-ftp;"/>
     50        </para>
     51      </listitem>
     52      <listitem>
     53        <para>
     54          Download MD5 sum: &fontconfig-md5sum;
     55        </para>
     56      </listitem>
     57      <listitem>
     58        <para>
     59          Download size: &fontconfig-size;
     60        </para>
     61      </listitem>
     62      <listitem>
     63        <para>
     64          Estimated disk space required: &fontconfig-buildsize;
     65        </para>
     66      </listitem>
     67      <listitem>
     68        <para>
     69          Estimated build time: &fontconfig-time;
     70        </para>
    5671      </listitem>
    5772    </itemizedlist>
    5873
     74    <bridgehead renderas="sect3">Fontconfig Dependencies</bridgehead>
     75
     76    <bridgehead renderas="sect4">Required</bridgehead>
     77    <para role="required">
     78      <xref linkend="freetype2"/> and either
     79      <xref linkend="expat"/> or
     80      <xref linkend="libxml2"/>
     81    </para>
     82
     83    <bridgehead renderas="sect4">Optional</bridgehead>
     84    <para role="optional">
     85      <xref linkend="docbook-utils"/>
     86    </para>
     87
    5988    <note>
    60       <para>The numbering system of <application>Fontconfig</application> is
    61       unusual. The beta versions of the package are numbered with a 9x in the
    62       last portion of the release number. This means that 2.6.92 is a beta
    63       release and the most current release is of the form
    64       &fontconfig-version;</para>
     89      <para>
     90        If you have <application>DocBook Utils</application> installed and
     91        you remove the <parameter>--disable-docs</parameter> parameter from
     92        the <command>configure</command> command below, you must have
     93        <xref linkend="perl-sgmlspm"/> installed also, or the
     94        <application>Fontconfig</application> build will fail.
     95      </para>
    6596    </note>
    6697
    67     <bridgehead renderas="sect3">Fontconfig Dependencies</bridgehead>
    68 
    69     <bridgehead renderas="sect4">Required</bridgehead>
    70     <para role="required"><xref linkend="freetype2"/> and either
    71     <xref linkend="expat"/> or <xref linkend="libxml2"/> <!-- (requires
    72     <xref linkend="pkgconfig"/>) --> </para>
    73 
    74     <bridgehead renderas="sect4">Optional</bridgehead>
    75     <para role="optional"><xref linkend="docbook-utils"/></para>
    76 
    77     <note>
    78       <para>If you have <application>DocBook-utils</application> installed
    79       and you remove the <parameter>--disable-docs</parameter> parameter from
    80       the <command>configure</command> command below, you must have
    81       <xref linkend="perl-sgmlspm"/> installed also, or the
    82       <application>Fontconfig</application> build will fail.</para>
    83     </note>
    84 
    8598    <para condition="html" role="usernotes">User Notes:
    86     <ulink url='&blfs-wiki;/Fontconfig'/></para>
    87 
     99      <ulink url='&blfs-wiki;/Fontconfig'/>
     100    </para>
    88101  </sect2>
    89102
     
    91104    <title>Installation of Fontconfig</title>
    92105
    93     <para>Install <application>Fontconfig</application> by running the following
    94     commands:</para>
     106    <para>
     107      Install <application>Fontconfig</application> by running the following
     108      commands:
     109    </para>
    95110
    96111<screen><userinput>./configure --prefix=/usr \
    97112            --sysconfdir=/etc \
    98113            --localstatedir=/var \
     114            --docdir=/usr/share/doc/fontconfig-&fontconfig-version; \
    99115            --disable-docs \
    100             --docdir=/usr/share/doc/fontconfig-&fontconfig-version; &amp;&amp;
     116            --disable-static &amp;&amp;
    101117make</userinput></screen>
    102118
    103     <para>To test the results, issue: <command>make check</command>.</para>
    104 
    105     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     119    <para>
     120      To test the results, issue: <command>make check</command>.
     121    </para>
     122
     123    <para>
     124      Now, as the <systemitem class="username">root</systemitem> user:
     125    </para>
    106126
    107127<screen role="root"><userinput>make install</userinput></screen>
    108128
    109     <para>If you did not remove the <parameter>--disable-docs</parameter>
    110     parameter from the <command>configure</command> command, you can install
    111     the pre-generated documentation by using the following commands as the
    112     <systemitem class="username">root</systemitem> user:</para>
     129    <para>
     130      If you did not remove the <parameter>--disable-docs</parameter>
     131      parameter from the <command>configure</command> command, you can install
     132      the pre-generated documentation by using the following commands as the
     133      <systemitem class="username">root</systemitem> user:
     134    </para>
    113135
    114136<screen role="root"><userinput>install -v -m755 \
     
    127149    <title>Command Explanations</title>
    128150
    129     <para><parameter>--localstatedir=/var</parameter>: This switch places
    130     the system font cache files in <filename
    131     class='directory'>/var/cache/fontconfig</filename>.</para>
    132 
    133     <para><parameter>--disable-docs</parameter>: This switch avoids building
    134     the documentation (the release tarball includes pre-generated
    135     documentation).</para>
    136 
    137     <para><parameter>--with-docdir=/usr/share/doc/fontconfig-&fontconfig-version;</parameter>:
    138     Though this parameter seems counter-intuitive following the preceding
    139     parameter to the <command>configure</command> command, it is used so that
    140     if the builder removes the <parameter>--disable-docs</parameter> parameter,
    141     the documentation will be installed in a versioned directory name instead
    142     of the default
    143     <filename class='directory'>/usr/share/doc/fontconfig</filename>.</para>
     151    <para>
     152      <parameter>--docdir=/usr/share/doc/fontconfig-&fontconfig-version;</parameter>:
     153      Though this parameter seems counter-intuitive following the preceding
     154      parameter to the <command>configure</command> command, it is used so that
     155      if the builder removes the <parameter>--disable-docs</parameter> parameter,
     156      the documentation will be installed in a versioned directory name instead
     157      of the default
     158      <filename class='directory'>/usr/share/doc/fontconfig</filename>.
     159    </para>
     160
     161    <para>
     162      <option>--disable-docs</option>: This switch avoids building the
     163      documentation (the release tarball includes pre-generated
     164      documentation).
     165    </para>
     166
     167    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     168      href="../../xincludes/static-libraries.xml"/>
    144169
    145170  </sect2>
     
    151176      <title>Config Files</title>
    152177
    153       <para><filename>/etc/fonts/*, /etc/fonts/conf.avail/*, and
    154       /etc/fonts/conf.d/*</filename></para>
     178      <para>
     179        <filename>
     180          /etc/fonts/*,
     181          /etc/fonts/conf.d/* and
     182          /usr/share/fontconfig/conf.avail/*
     183        </filename>
     184      </para>
    155185
    156186      <indexterm zone="fontconfig fontconfig-config">
     
    163193
    164194      <indexterm zone="fontconfig fontconfig-config">
    165         <primary sortas="e-etc-fonts-conf.avail">/etc/fonts/conf.avail/*</primary>
     195        <primary sortas="e-usr-share-fontconfig-conf.avail">/usr/share/fontconfig/conf.avail/*</primary>
    166196      </indexterm>
    167197
     
    171201      <title>Configuration Information</title>
    172202
    173       <para>The main configuration file for <application>Fontconfig</application>
    174       is <filename>/etc/fonts/fonts.conf</filename>. Generally you do not want
    175       to edit this file. It will also read <filename>/etc/fonts/local.conf</filename>
    176       and any files in <filename class='directory'>/etc/fonts/conf.d</filename>.
    177       To put a new font directory in the configuration, create
    178       (or update) the <filename>/etc/fonts/local.conf</filename> file with your
    179       local information or add a new file in
    180       <filename class='directory'>/etc/fonts/conf.d</filename>. The default
    181       location of fonts in <application>Fontconfig</application> is:</para>
    182 
    183       <itemizedlist spacing='compact'>
     203      <para>
     204        The main configuration file for <application>Fontconfig</application> is
     205        <filename>/etc/fonts/fonts.conf</filename>. Generally you do not want
     206        to edit this file. It will also read <filename>/etc/fonts/local.conf</filename>
     207        and any files in <filename class="directory">/etc/fonts/conf.d</filename>.
     208        To put a new font directory in the configuration, create
     209        (or update) the <filename>/etc/fonts/local.conf</filename> file with your
     210        local information or add a new file in
     211        <filename class="directory">/etc/fonts/conf.d</filename>. The default
     212        location of fonts in <application>Fontconfig</application> is:
     213      </para>
     214
     215      <itemizedlist spacing="compact">
    184216        <listitem>
    185217          <para>/usr/share/fonts</para>
     
    190222      </itemizedlist>
    191223
    192       <para><application>Fontconfig</application> also ships many example
    193       configuration files in the <filename
    194       class='directory'>/etc/fonts/conf.avail</filename> directory. Symlinking
    195       to specific files from <filename class='directory'>/etc/fonts/conf.d</filename>
    196       will enable them. The default setup is generally good enough for most
    197       users. See <filename>/etc/fonts/conf.avail/README</filename> for a
    198       description of the configuration files.</para>
     224      <para>
     225        <application>Fontconfig</application> also ships many example
     226        configuration files in the
     227        <filename class="directory">/usr/share/fontconfig/conf.avail</filename>
     228        directory. Symlinking specific files to
     229        <filename class="directory">/etc/fonts/conf.d</filename>
     230        will enable them. The default setup is generally good enough for
     231        most users. See <filename>/etc/fonts/conf.d/README</filename>
     232        for a description of the configuration files.
     233      </para>
    199234
    200235      <indexterm zone="fontconfig fontconfig-config">
     
    206241      </indexterm>
    207242
    208       <para>More information about configuring
    209       <application>Fontconfig</application> can be found in the user's manual
    210       in <ulink
    211       url="file:///usr/share/doc/fontconfig-&fontconfig-version;/fontconfig-user.html"/>.
     243      <para>
     244        More information about configuring <application>Fontconfig</application>
     245        can be found in the user's manual in <ulink
     246        url="file:///usr/share/doc/fontconfig-&fontconfig-version;/fontconfig-user.html"/>
    212247      </para>
    213248
     
    225260
    226261      <seglistitem>
    227         <seg>fc-cache, fc-cat, fc-list, fc-match, fc-query, and fc-scan</seg>
    228         <seg>libfontconfig.{so,a}</seg>
    229         <seg>/etc/fonts, /usr/include/fontconfig,
    230         /usr/share/doc/fontconfig-&fontconfig-version; and
    231         /var/cache/fontconfig</seg>
     262        <seg>
     263          fc-cache, fc-cat, fc-list, fc-match, fc-query and fc-scan
     264        </seg>
     265        <seg>
     266          libfontconfig.so
     267        </seg>
     268        <seg>
     269          /etc/fonts,
     270          /usr/include/fontconfig,
     271          /usr/share/doc/fontconfig-&fontconfig-version; and
     272          /var/cache/fontconfig
     273        </seg>
    232274      </seglistitem>
    233275    </segmentedlist>
     
    241283        <term><command>fc-cache</command></term>
    242284        <listitem>
    243           <para>is used to create font information caches.</para>
     285          <para>
     286            is used to create font information caches.
     287          </para>
    244288          <indexterm zone="fontconfig fc-cache">
    245289            <primary sortas="b-fc-cache">fc-cache</primary>
     
    251295        <term><command>fc-cat</command></term>
    252296        <listitem>
    253           <para>is used to read font information caches.</para>
     297          <para>
     298            is used to read font information caches.
     299          </para>
    254300          <indexterm zone="fontconfig fc-cat">
    255301            <primary sortas="b-fc-cat">fc-cat</primary>
     
    261307        <term><command>fc-list</command></term>
    262308        <listitem>
    263           <para>is used to create font lists.</para>
     309          <para>
     310            is used to create font lists.
     311          </para>
    264312          <indexterm zone="fontconfig fc-list">
    265313            <primary sortas="b-fc-list">fc-list</primary>
     
    271319        <term><command>fc-match</command></term>
    272320        <listitem>
    273           <para>is used to match available fonts, or find fonts that match
    274           a given pattern.</para>
     321          <para>
     322            is used to match available fonts, or find fonts that match
     323            a given pattern.
     324          </para>
    275325          <indexterm zone="fontconfig fc-match">
    276326            <primary sortas="b-fc-match">fc-match</primary>
     
    282332        <term><command>fc-query</command></term>
    283333        <listitem>
    284           <para>is used to query fonts files and print resulting patterns.
     334          <para>
     335            is used to query fonts files and print resulting patterns.
    285336          </para>
    286337          <indexterm zone="fontconfig fc-query">
     
    293344        <term><command>fc-scan</command></term>
    294345        <listitem>
    295           <para>is used to scan font files and directories, and print resulting
    296           patterns.</para>
     346          <para>
     347            is used to scan font files and directories, and print resulting
     348            patterns.
     349          </para>
    297350          <indexterm zone="fontconfig fc-scan">
    298351            <primary sortas="b-fc-scan">fc-scan</primary>
     
    302355
    303356      <varlistentry id="libfontconfig">
    304         <term><filename class='libraryfile'>libfontconfig.{so,a}</filename></term>
    305         <listitem>
    306           <para>contains functions used by the
    307           <application>Fontconfig</application> programs and also by other
    308           programs to configure or customize font access.</para>
     357        <term><filename class='libraryfile'>libfontconfig.so</filename></term>
     358        <listitem>
     359          <para>
     360            contains functions used by the <application>Fontconfig</application>
     361            programs and also by other programs to configure or customize font
     362            access.
     363          </para>
    309364          <indexterm zone="fontconfig libfontconfig">
    310             <primary sortas="c-libfontconfig">libfontconfig.{so,a}</primary>
     365            <primary sortas="c-libfontconfig">libfontconfig.so</primary>
    311366          </indexterm>
    312367        </listitem>
  • general/graphlib/freetype2.xml

    rcb59f46d r70c0ef4  
    77  <!ENTITY freetype2-download-http "&sourceforge-repo;/freetype/freetype-&freetype2-version;.tar.bz2">
    88  <!ENTITY freetype2-download-ftp  "&gentoo-ftp-repo;/freetype-&freetype2-version;.tar.bz2">
    9   <!ENTITY freetype2-md5sum        "77a893dae81fd5b896632715ca041179">
     9  <!ENTITY freetype2-md5sum        "13286702e9390a91661f980608adaff1">
    1010  <!ENTITY freetype2-size          "1.5 MB">
    11   <!ENTITY freetype2-buildsize     "41 MB (includes installing additional documentation)">
     11  <!ENTITY freetype2-buildsize     "26 MB (includes installing additional documentation)">
    1212  <!ENTITY freetype2-time          "0.3 SBU">
    1313
    1414  <!ENTITY freetype2-doc-download-http "&sourceforge-repo;/freetype/freetype-doc-&freetype2-version;.tar.bz2">
    1515  <!ENTITY freetype2-doc-download-ftp  "&gentoo-ftp-repo;/freetype-doc-&freetype2-version;.tar.bz2">
    16   <!ENTITY freetype2-doc-md5sum        "39c0881d426db837aa6ff1856e44af86">
    17   <!ENTITY freetype2-doc-size          "105 KB">
     16  <!ENTITY freetype2-doc-md5sum        "2611613f2b1d0d846c6b33d49d4933ed">
     17  <!ENTITY freetype2-doc-size          "108 KB">
    1818]>
    1919
     
    3535    <title>Introduction to FreeType2</title>
    3636
    37   <para>The <application>FreeType2</application> package
    38   contains a library to allow applications to properly render
    39   <application>TrueType</application> fonts.</para>
     37    <para>
     38      The <application>FreeType2</application> package contains
     39      a library which allows applications to properly render
     40      <application>TrueType</application> fonts.
     41    </para>
    4042
    4143    &lfs71_checked;
     
    4446    <itemizedlist spacing="compact">
    4547      <listitem>
    46         <para>Download (HTTP): <ulink url="&freetype2-download-http;"/></para>
    47       </listitem>
    48       <listitem>
    49         <para>Download (FTP): <ulink url="&freetype2-download-ftp;"/></para>
    50       </listitem>
    51       <listitem>
    52         <para>Download MD5 sum: &freetype2-md5sum;</para>
    53       </listitem>
    54       <listitem>
    55         <para>Download size: &freetype2-size;</para>
    56       </listitem>
    57       <listitem>
    58         <para>Estimated disk space required: &freetype2-buildsize;</para>
    59       </listitem>
    60       <listitem>
    61         <para>Estimated build time: &freetype2-time;</para>
     48        <para>
     49          Download (HTTP): <ulink url="&freetype2-download-http;"/>
     50        </para>
     51      </listitem>
     52      <listitem>
     53        <para>
     54          Download (FTP): <ulink url="&freetype2-download-ftp;"/>
     55        </para>
     56      </listitem>
     57      <listitem>
     58        <para>
     59          Download MD5 sum: &freetype2-md5sum;
     60        </para>
     61      </listitem>
     62      <listitem>
     63        <para>
     64          Download size: &freetype2-size;
     65        </para>
     66      </listitem>
     67      <listitem>
     68        <para>
     69          Estimated disk space required: &freetype2-buildsize;
     70        </para>
     71      </listitem>
     72      <listitem>
     73        <para>
     74          Estimated build time: &freetype2-time;
     75        </para>
    6276      </listitem>
    6377    </itemizedlist>
     
    6781      <title>Additional Documentation</title>
    6882      <listitem>
    69         <para>Download (HTTP): <ulink url="&freetype2-doc-download-http;"/></para>
    70       </listitem>
    71       <listitem>
    72         <para>Download (FTP): <ulink url="&freetype2-doc-download-ftp;"/></para>
    73       </listitem>
    74       <listitem>
    75         <para>Download MD5 sum: &freetype2-doc-md5sum;</para>
    76       </listitem>
    77       <listitem>
    78         <para>Download size: &freetype2-doc-size;</para>
     83        <para>
     84          Download (HTTP): <ulink url="&freetype2-doc-download-http;"/>
     85        </para>
     86      </listitem>
     87      <listitem>
     88        <para>
     89          Download (FTP): <ulink url="&freetype2-doc-download-ftp;"/>
     90        </para>
     91      </listitem>
     92      <listitem>
     93        <para>
     94          Download MD5 sum: &freetype2-doc-md5sum;
     95        </para>
     96      </listitem>
     97      <listitem>
     98        <para>
     99          Download size: &freetype2-doc-size;
     100        </para>
    79101      </listitem>
    80102    </itemizedlist>
    81103
    82104    <para condition="html" role="usernotes">User Notes:
    83     <ulink url="&blfs-wiki;/freetype2"/></para>
    84 
     105      <ulink url="&blfs-wiki;/freetype2"/>
     106    </para>
    85107  </sect2>
    86108
     
    88110    <title>Installation of FreeType2</title>
    89111
    90     <para>If you downloaded the additional documentation, unpack it into the
    91     source tree using the following command:</para>
     112    <para>
     113      If you downloaded the additional documentation, unpack it into the
     114      source tree using the following command:
     115    </para>
    92116
    93117<screen><userinput>tar -xf ../freetype-doc-&freetype2-version;.tar.bz2 \
    94118    --strip-components=2 -C docs</userinput></screen>
    95119
    96     <para>Install <application>FreeType2</application> by running the following
    97     commands:</para>
     120    <para>
     121      Install <application>FreeType2</application> by running the following
     122      commands:
     123    </para>
    98124
    99125<screen><userinput>sed -i -r 's:.*(#.*SUBPIXEL.*) .*:\1:' \
    100126          include/freetype/config/ftoption.h &amp;&amp;
    101 ./configure --prefix=/usr &amp;&amp;
     127./configure --prefix=/usr --disable-static &amp;&amp;
    102128make</userinput></screen>
    103129
    104     <para>This package does not come with a test suite.</para>
    105 
    106     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     130    <para>
     131      This package does not come with a test suite.
     132    </para>
     133
     134    <para>
     135      Now, as the <systemitem class="username">root</systemitem> user:
     136    </para>
    107137
    108138<screen role="root"><userinput>make install &amp;&amp;
     
    115145    <title>Command Explanations</title>
    116146
    117     <para><command>sed -i -r 's:.*(#.*SUBPIXEL.*) .*:\1:'
    118     include/freetype/config/ftoption.h</command>:
    119     This command enables LCD optimized rendering. This option results in improved
    120     rendering of fonts, but may have patent restrictions. Be sure to read the
    121     <literal>'Other patent issues'</literal> part of
    122     <ulink url="http://www.freetype.org/patents.html"/> before enabling this
    123     option.</para>
     147    <para>
     148      <command>sed -i -r 's:.*(#.*SUBPIXEL.*) .*:\1:'
     149      include/freetype/config/ftoption.h</command>:
     150      This command enables LCD optimized rendering. This option results in improved
     151      rendering of fonts, but may have patent restrictions. Be sure to read the
     152      <literal>'Other patent issues'</literal> part of
     153      <ulink url="http://www.freetype.org/patents.html"/> before enabling this
     154      option.
     155    </para>
     156
     157    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     158      href="../../xincludes/static-libraries.xml"/>
    124159
    125160  </sect2>
     
    134169
    135170      <seglistitem>
    136         <seg>freetype-config</seg>
    137         <seg>libfreetype.{so,a}</seg>
    138         <seg>/usr/include/freetype2 and /usr/share/doc/freetype-&freetype2-version;</seg>
     171        <seg>
     172          freetype-config
     173        </seg>
     174        <seg>
     175          libfreetype.so
     176        </seg>
     177        <seg>
     178          /usr/include/freetype2 and
     179          /usr/share/doc/freetype-&freetype2-version;
     180        </seg>
    139181      </seglistitem>
    140182    </segmentedlist>
     
    148190        <term><command>freetype-config</command></term>
    149191        <listitem>
    150           <para>is used to get <application>FreeType</application> compilation
    151           and linking information.</para>
     192          <para>
     193            is used to get <application>FreeType</application> compilation
     194            and linking information.
     195          </para>
    152196          <indexterm zone="freetype2 freetype-config">
    153197            <primary sortas="b-freetype-config">freetype-config</primary>
     
    157201
    158202      <varlistentry id="libfreetype">
    159         <term><filename class='libraryfile'>libfreetype.{so,a}</filename></term>
     203        <term><filename class='libraryfile'>libfreetype.so</filename></term>
    160204        <listitem>
    161           <para>contains functions for rendering various font types, such
    162           as TrueType and Type1.</para>
     205          <para>
     206            contains functions for rendering various font types, such
     207            as TrueType and Type1.
     208          </para>
    163209          <indexterm zone="freetype2 libfreetype">
    164             <primary sortas="c-libfreetype">libfreetype.{so,a}</primary>
     210            <primary sortas="c-libfreetype">libfreetype.so</primary>
    165211          </indexterm>
    166212        </listitem>
Note: See TracChangeset for help on using the changeset viewer.