Changeset f4f5d67f


Ignore:
Timestamp:
08/01/2004 05:12:42 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:
12e59df1
Parents:
92baa4d
Message:

Added pkgconfig as an optional dependency of libxml and Imlib; added configuration file information to Imlib

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxml.xml

    r92baa4d rf4f5d67f  
    1010<!ENTITY libxml-buildsize "11 MB">
    1111<!ENTITY libxml-time "0.41 SBU">
    12 
    1312]>
    1413
     
    1918<sect2>
    2019<title>Introduction to <application>libxml</application></title>
    21                                                                                
     20
    2221<para>The <application>libxml</application> package contains the libxml
    2322libraries. These are useful for parsing <acronym>XML</acronym> files.</para>
    24                                                                                
     23
    2524<sect3><title>Package information</title>
    2625<itemizedlist spacing='compact'>
     
    3534&libxml-time;</para></listitem></itemizedlist>
    3635</sect3>
    37                                                                                
     36
     37<sect3><title><application>libxml</application> dependencies</title>
     38<sect4><title>Optional</title>
     39<para><xref linkend="pkgconfig"/></para></sect4>
     40</sect3>
     41
    3842</sect2>
    3943
    4044<sect2>
    4145<title>Installation of <application>libxml</application></title>
    42                                                                                
     46
    4347<para>Install <application>libxml</application> by running the following
    4448commands:</para>
    45                                                                                
     49
    4650<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    4751make &amp;&amp;
    4852make install</command></userinput></screen>
    49                                                                                
     53
    5054</sect2>
    5155
    5256<sect2>
    5357<title>Contents</title>
    54                                                                                
     58
    5559<para>The <application>libxml</application> package contains
    5660<filename>libxml</filename> libraries, <command>xmllint</command> and
    5761<command>xmlcatalog</command>.</para>
    58                                                                                
     62
    5963</sect2>
    60                                                                                
     64
    6165<sect2><title>Description</title>
    62                                                                                
     66
    6367<sect3><title>libxml libraries</title>
    6468<para><filename>libxml</filename> libraries provide the functions for programs
    6569to parse files that use the <acronym>XML</acronym> format.</para></sect3>
    66                                                                                
     70
    6771</sect2>
    6872
  • general/graphlib/imlib.xml

    r92baa4d rf4f5d67f  
    1010<!ENTITY imlib-buildsize "16.4 MB">
    1111<!ENTITY imlib-time "0.43 SBU">
    12 
    1312]>
    1413
     
    1918<sect2>
    2019<title>Introduction to <application>Imlib</application></title>
    21                                                                                
     20
    2221<para>The <application>Imlib</application> package contains image libraries.
    2322These are useful for loading, rendering and dithering a wide variety of image
    2423data formats.</para>
    25                                                                                
     24
    2625<sect3><title>Package information</title>
    2726<itemizedlist spacing='compact'>
     
    3635&imlib-time;</para></listitem></itemizedlist>
    3736</sect3>
    38                                                                                
    39                                                                                
     37
    4038<sect3><title><application>Imlib</application> dependencies</title>
    4139<sect4><title>Required</title>
    42 <para>
    43 <xref linkend="GTK"/> and
    44 <xref linkend="libungif"/>
    45 </para></sect4>
     40<para><xref linkend="GTK"/> and <xref linkend="libungif"/></para></sect4>
     41<sect4><title>Optional</title>
     42<para><xref linkend="pkgconfig"/></para></sect4>
    4643</sect3>
    47                                                                                
     44
    4845</sect2>
    4946
    5047<sect2>
    5148<title>Installation of <application>Imlib</application></title>
    52                                                                                
     49
    5350<para>Install <application>Imlib</application> by running the following
    5451commands:</para>
    55                                                                                
     52
    5653<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc/imlib &amp;&amp;
    5754make &amp;&amp;
    5855make install</command></userinput></screen>
    59                                                                                
     56
    6057</sect2>
    6158
    6259<sect2>
    6360<title>Command explanations</title>
    64                                                                                
     61
    6562<!--<para><userinput>CPPFLAGS=-w</userinput>: This disables gcc-&gcc-version;
    6663warnings that confuse configure.</para>-->
    67                                                                                
     64
    6865<para><parameter>--sysconfdir=/etc/imlib</parameter>: This installs and
    69 combines the configurations files into <filename class="directory">/etc</filename> instead
     66combines the configurations files into
     67<filename class="directory">/etc</filename> instead
    7068of <filename class="directory">/usr/etc</filename>.</para>
     69</sect2>
     70
     71<sect2><title>Configuring <application>Imlib</application></title>
     72<sect3><title>Config files</title>
     73<para><filename>/etc/imlib/imrc</filename></para>
     74</sect3>
     75
    7176</sect2>
    7277
    7378<sect2>
    7479<title>Contents</title>
    75                                                                                
    76 <para>The <application>Imlib</application> package contains <filename>libimlib</filename> libraries.</para>
    77                                                                                
     80
     81<para>The <application>Imlib</application> package contains
     82<filename>libimlib</filename> libraries.</para>
     83
    7884</sect2>
    79                                                                                
     85
    8086<sect2><title>Description</title>
    81                                                                                
     87
    8288<sect3><title>imlib libraries</title>
    8389<para><filename>libimlib</filename> libraries provide the functions for
     
    8894
    8995</sect1>
    90 
  • introduction/welcome/changelog.xml

    r92baa4d rf4f5d67f  
    1818
    1919<itemizedlist>
     20
     21<listitem><para>August 1st, 2004 [randy]: Added pkgconfig as an optional
     22dependency of libxml and Imlib; added configuration file information to
     23Imlib.</para></listitem>
    2024
    2125<listitem><para>July 31th, 2004 [randy]: Added pkgconfig as an optional
Note: See TracChangeset for help on using the changeset viewer.