Changeset 3a0d3cf8 for general/graphlib


Ignore:
Timestamp:
03/24/2005 08:01:57 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
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:
19bf3801
Parents:
ea97e13
Message:

Updated build entities and added indexing tags to expat and FreeType

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/freetype2.xml

    rea97e13 r3a0d3cf8  
    99<!ENTITY freetype2-md5sum "ec1b903e4be5f073caa72458ea58c29c">
    1010<!ENTITY freetype2-size "970 KB">
    11 <!ENTITY freetype2-buildsize "18 MB">
    12 <!ENTITY freetype2-time "0.32 SBU">
     11<!ENTITY freetype2-buildsize "20.1 MB">
     12<!ENTITY freetype2-time "0.29 SBU">
    1313]>
    1414
     
    2020<?dbhtml filename="freetype2.html"?>
    2121<title>FreeType-&freetype2-version;</title>
     22<indexterm zone="freetype2">
     23<primary sortas="a-FreeType">FreeType</primary></indexterm>
    2224
    2325<sect2>
    2426<title>Introduction to <application>FreeType2</application></title>
    2527
    26 <para>The <application>FreeType2</application> package contains a library to
     28<para>The <application>FreeType2</application> package contains a library to 
    2729allow applications to properly render
    2830<application>TrueType</application> fonts.</para>
     
    4446<sect3><title>Additional downloads</title>
    4547<itemizedlist spacing='compact'>
    46 <listitem><para>Recommended Patch: <ulink
     48<listitem><para>Recommended patch: <ulink
    4749url="&patch-root;/freetype-&freetype2-version;-bytecode_interpreter-1.patch"/>
    4850</para></listitem>
     
    5961<screen><userinput><command>patch -Np1 -i ../freetype-&freetype2-version;-bytecode_interpreter-1.patch &amp;&amp;
    6062./configure --prefix=/usr &amp;&amp;
    61 make &amp;&amp;
    62 make install</command></userinput></screen>
     63make</command></userinput></screen>
     64
     65<para>Now, as the root user:</para>
     66
     67<screen><userinput role='root'><command>make install</command></userinput></screen>
    6368
    6469</sect2>
     
    6772<title>Contents</title>
    6873
    69 <para>The <application>FreeType2</application> package contains
    70 <filename class="libraryfile">libfreetype</filename> libraries.</para>
    71 </sect2>
     74<segmentedlist>
     75<segtitle>Installed Program</segtitle>
     76<segtitle>Installed Library</segtitle>
     77<segtitle>Installed Directory</segtitle>
    7278
    73 <sect2><title>Description</title>
     79<seglistitem>
     80<seg>freetype-config</seg>
     81<seg>libfreetype.[so,a]</seg>
     82<seg>/usr/include/freetype2</seg>
     83</seglistitem>
     84</segmentedlist>
    7485
    75 <sect3><title>FreeType2 libraries</title>
    76 <para><application>FreeType2</application> libraries add
    77 <application>TrueType</application> font capabilities to
    78 <application>XFree86</application>.</para></sect3>
     86<variablelist>
     87<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     88<?dbfo list-presentation="list"?>
     89
     90<varlistentry id="freetype-config">
     91<term><command>freetype-config</command></term>
     92<listitem><para>is used to get <application>FreeType</application> compilation
     93and linking information.</para>
     94<indexterm zone="freetype2 freetype-config">
     95<primary sortas="b-freetype-config">freetype-config</primary>
     96</indexterm></listitem>
     97</varlistentry>
     98
     99<varlistentry id="libfreetype">
     100<term><filename class='libraryfile'>libfreetype.[so,a]</filename></term>
     101<listitem><para>contains functions to add <application>TrueType</application>
     102font capabilities to the X Window system.</para>
     103<indexterm zone="freetype2 libfreetype">
     104<primary sortas="c-libfreetype">libfreetype.[so,a]</primary>
     105</indexterm></listitem>
     106</varlistentry>
     107</variablelist>
    79108
    80109</sect2>
Note: See TracChangeset for help on using the changeset viewer.