Changeset c82e999


Ignore:
Timestamp:
07/24/2004 08:21:58 AM (20 years ago)
Author:
Randy McMurchy <randy@…>
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:
b40beacc
Parents:
82bc335
Message:

Added pkgconfig as an optional dependency to FreeType2 and Fontconfig; added check-0.8.4 as an optional dependency to expat

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/expat.xml

    r82bc335 rc82e999  
    1010<!ENTITY expat-buildsize "3.2 MB">
    1111<!ENTITY expat-time "0.11 SBU">
    12 
    1312]>
    1413
     
    1817
    1918<sect2>
    20 <title>Introduction to expat</title>
    21                                                                                
    22 <para>The expat package contains a stream oriented C library for
    23 parsing XML.</para>
    24                                                                                
     19<title>Introduction to <application>expat</application></title>
     20
     21<para>The <application>expat</application> package contains a stream oriented
     22C library for parsing <acronym>XML</acronym>.</para>
     23
    2524<sect3><title>Package information</title>
    2625<itemizedlist spacing='compact'>
     
    3029<listitem><para>Estimated Disk space required: &expat-buildsize;</para></listitem>
    3130<listitem><para>Estimated build time: &expat-time;</para></listitem></itemizedlist></sect3>
    32                                                                                
     31
     32<sect3><title><application>expat</application> dependencies</title>
     33<sect4><title>Optional</title>
     34<para><ulink
     35url="http://sourceforge.net/project/showfiles.php?group_id=28255">
     36check-0.8.4</ulink> (for running the <command>make check</command> tests)</para>
     37</sect4></sect3>
     38
    3339</sect2>
    3440
    3541<sect2>
    3642<title>Installation of <application>expat</application></title>
    37                                                                                
    38 <para>Install <application>expat</application> by running the following commands:</para>
    39                                                                                
     43
     44<para>Install <application>expat</application> by running the following
     45commands:</para>
     46
    4047<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    4148make &amp;&amp;
    4249make install</command></userinput></screen>
    43                                                                                
     50
    4451</sect2>
    4552
    4653<sect2>
    4754<title>Contents</title>
    48                                                                                
    49 <para>The <application>expat</application> package contains the <filename>libexpat</filename> libraries and
     55
     56<para>The <application>expat</application> package contains the
     57<filename>libexpat</filename> libraries and
    5058<command>xmlwf</command>.</para>
    51                                                                                
     59
    5260</sect2>
    53                                                                                
     61
    5462<sect2><title>Description</title>
    55                                                                                
     63
    5664<sect3><title>xmlwf</title>
    5765<para><command>xmlwf</command> is a non-validating utility to check whether or
    58 not XML documents are well formed.</para></sect3>
    59                                                                                
     66not <acronym>XML</acronym> documents are well formed.</para></sect3>
     67
    6068</sect2>
    6169
  • general/graphlib/fontconfig.xml

    r82bc335 rc82e999  
    3535&fontconfig-time;</para></listitem></itemizedlist>
    3636
    37 <note><para>The numbering system of
    38 <application>Fontconfig</application> is unusual.  The beta versions of the
    39 package are numbered with a 9x in the last portion of the release number.  This
    40 means that 2.2.90 is a beta release and the most current release is of the
    41 form 2.2.1</para></note>
     37<note><para>The numbering system of <application>Fontconfig</application> is
     38unusual. The beta versions of the package are numbered with a 9x in the last
     39portion of the release number. This means that 2.2.96 is a beta release and
     40the most current release is of the form 2.2.3</para></note>
    4241
    4342</sect3>
     
    4847<sect4><title>Optional</title>
    4948<para>
    50 <xref linkend="docbook-utils"/>
     49<xref linkend="pkgconfig"/> and <xref linkend="docbook-utils"/>
    5150</para></sect4>
    5251</sect3>
     52
    5353</sect2>
    5454
     
    7575<para>The configuration file for <application>Fontconfig</application> is
    7676<filename>/etc/fonts/fonts.conf</filename>. Generally you do not want to edit
    77 this file.  To put a new font directory in the configuration, update the
    78 <filename>/etc/fonts/local.conf</filename> file with your local
    79 information.  The default location of fonts in
    80 <application>Fontconfig</application> is:</para>
     77this file. To put a new font directory in the configuration, update the
     78<filename>/etc/fonts/local.conf</filename> file with your local information.
     79The default location of fonts in <application>Fontconfig</application> is:
     80</para>
     81
    8182<itemizedlist spacing='compact'>
    8283<listitem><para>/usr/share/fonts</para></listitem>
     
    8586
    8687<note><para><application>X</application> also includes an internal (and
    87 older) version of <application>Fontconfig</application>
    88 and unless it is explicitly disabled when building
    89 <application>XFree86</application>, the internal
    90 version is created leaving two slightly incompatible libraries on your system.
    91 It is recommended that you only install one version.</para></note>
     88older) version of <application>Fontconfig</application> and unless it is
     89explicitly disabled when building <application>XFree86</application>, the
     90internal version is created leaving two slightly incompatible libraries on
     91your system. It is recommended that you only install one version.</para></note>
    9292
    9393</sect3>
  • general/graphlib/freetype2.xml

    r82bc335 rc82e999  
    1010<!ENTITY freetype2-buildsize "18 MB">
    1111<!ENTITY freetype2-time "0.32 SBU">
    12 
    1312]>
    1413
     
    1918<sect2>
    2019<title>Introduction to <application>FreeType2</application></title>
    21                                                                                
     20
    2221<para>The <application>FreeType2</application> package contains a library to
    23 allow applications to properly render
     22allow applications to properly render 
    2423<application>TrueType</application> fonts.</para>
    25                                                                                
     24
    2625<sect3><title>Package information</title>
    2726<itemizedlist spacing='compact'>
     
    3635&freetype2-time;</para></listitem></itemizedlist>
    3736</sect3>
    38                                                                                
     37
    3938<sect3><title>Additional downloads</title>
    4039<itemizedlist spacing='compact'>
     
    4241url="&patch-root;/freetype-&freetype2-version;-bytecode_interpreter-1.patch"/></para></listitem>
    4342</itemizedlist></sect3>
    44                                                                                
     43
     44<sect3><title><application>FreeType2</application> dependencies</title>
     45<sect4><title>Optional</title>
     46<para><xref linkend="pkgconfig"/></para>
     47</sect4></sect3>
     48
    4549</sect2>
    4650
    4751<sect2>
    4852<title>Installation of <application>FreeType2</application></title>
    49                                                                                
     53
    5054<para>Install <application>FreeType2</application> by running the following
    5155commands:</para>
    52                                                                                
     56
    5357<screen><userinput><command>patch -Np1 -i ../freetype-&freetype2-version;-bytecode_interpreter-1.patch &amp;&amp;
    5458./configure --prefix=/usr &amp;&amp;
    5559make &amp;&amp;
    5660make install</command></userinput></screen>
    57                                                                                
     61
    5862</sect2>
    5963
    6064<sect2>
    6165<title>Contents</title>
    62                                                                                
    63 <para>The <application>FreeType2</application> package contains
    64 <filename class="libraryfile">
    65 libfreetype</filename> libraries.</para>
     66
     67<para>The <application>FreeType2</application> package contains
     68<filename class="libraryfile">libfreetype</filename> libraries.</para>
    6669</sect2>
    67                                                                                
     70
    6871<sect2><title>Description</title>
    69                                                                                
     72
    7073<sect3><title>FreeType2 libraries</title>
    7174<para><application>FreeType2</application> libraries add
    72 <application>TrueType</application> font
    73 capabilities to <application>XFree86</application>.</para></sect3>
    74                                                                                
     75<application>TrueType</application> font capabilities to
     76<application>XFree86</application>.</para></sect3>
     77
    7578</sect2>
    7679
  • introduction/welcome/changelog.xml

    r82bc335 rc82e999  
    2020
    2121<listitem><para>July 24th, 2004 [randy]: Added pkgconfig as an optional
    22 dependency to libpng; clarified "Command explanations" section of libtiff.
    23 </para></listitem>
     22dependency to libpng, Freetype2 and Fontconfig; clarified "Command
     23explanations" section of libtiff; added check-0.8.4 as an optional
     24dependency for expat.</para></listitem>
    2425
    2526<listitem><para>July 23nd, 2004 [randy]: Updated to Nail-10.8 and added an
Note: See TracChangeset for help on using the changeset viewer.