Changeset 7d4fb1d for general


Ignore:
Timestamp:
07/30/2004 06:35:49 PM (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:
4a93a3c
Parents:
9f94cd9
Message:

Added pkgconfig as an optional dependency of lcms; added configuration information and updated package contents for Pango

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/lcms.xml

    r9f94cd9 r7d4fb1d  
    1010<!ENTITY lcms-buildsize "28 MB">
    1111<!ENTITY lcms-time "0.32 SBU">
    12 
    1312]>
    1413
     
    1918<sect2>
    2019<title>Introduction to <application>lcms</application></title>
    21                                                                                
     20
    2221<para>The lcms library is used by other programs to provide
    2322color management facilities.</para>
    24                                                                                
     23
    2524<sect3><title>Package information</title>
    2625<itemizedlist spacing='compact'>
     
    3534&lcms-time;</para></listitem></itemizedlist>
    3635</sect3>
    37                                                                                
     36
    3837<sect3><title><application>lcms</application> dependencies</title>
    3938<sect4><title>Optional</title>
    40 <para><xref linkend="libtiff"/>, <xref linkend="libjpeg"/>, <xref
    41 linkend="Python"/> and <ulink
    42 url="http://www.swig.org/">SWIG</ulink></para></sect4>
     39<para><xref linkend="pkgconfig"/>, <xref linkend="libtiff"/>,
     40<xref linkend="libjpeg"/>, <xref linkend="Python"/> and
     41<ulink url="http://www.swig.org/">SWIG</ulink></para></sect4>
    4342</sect3>
    44                                                                                
     43
    4544</sect2>
    4645
    4746<sect2>
    4847<title>Installation of <application>lcms</application></title>
    49                                                                                
     48
    5049<para>Install <application>lcms</application> by running the following
    5150commands:</para>
    52                                                                                
     51
    5352<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    5453make &amp;&amp;
     
    5958<sect2>
    6059<title>Contents</title>
    61                                                                                
    62 <para>The lcms package contains the <filename class="libraryfile">liblcms</filename>
    63 libraries, <command>icc2ps</command>, <command>icclink</command>,
    64 <command>icctrans</command>, <command>wtpt</command> and optionally, <command>tifficc</command>,
    65 <command>jpegicc</command> and the <filename class="libraryfile">lcms</filename>
    66 Python module.</para>
    67                                                                                
     60
     61<para>The lcms package contains the
     62<filename class="libraryfile">liblcms</filename> libraries,
     63<command>icc2ps</command>, <command>icclink</command>,
     64<command>icctrans</command>, <command>wtpt</command> and optionally,
     65<command>tifficc</command>, <command>jpegicc</command> and the
     66<filename class="libraryfile">lcms</filename> Python module.</para>
     67
    6868</sect2>
    69                                                                                
     69
    7070<sect2><title>Description</title>
    71                                                                                
     71
    7272<sect3><title>liblcms library</title>
    7373<para>The <filename class="libraryfile">liblcms</filename> libraries are used
    7474by other programs to provide color management facilities.</para></sect3>
    75                                                                                
     75
    7676<sect3><title>icc2ps</title>
    7777<para><command>icc2ps</command> generates PostScript
    7878<acronym>CRD</acronym> or <acronym>CSA</acronym> from
    7979<acronym>ICC</acronym> profiles.</para></sect3>
    80                                                                                
     80
    8181<sect3><title>icclink</title>
    8282<para><command>icclink</command> links two or more profiles into a
    8383single device link profile.</para></sect3>
    84                                                                                
     84
    8585<sect3><title>icctrans</title>
    8686<para><command>icctrans</command> is a Color Space conversion
    8787calculator.</para></sect3>
    88                                                                                
     88
    8989<sect3><title>wtpt</title>
    9090<para><command>wtpt</command> shows media white of profiles, identifying
    9191black body locus.</para></sect3>
    92                                                                                
     92
    9393<sect3><title>tifficc</title>
    9494<para><command>tifficc</command> is an <acronym>ICC</acronym> profile
    9595applier for <acronym>TIFF</acronym> files.</para></sect3>
    96                                                                                
     96
    9797<sect3><title>jpegicc</title>
    9898<para><command>jpegicc</command> is an <acronym>ICC</acronym> profile
    9999applier for <acronym>JPEG</acronym> files.</para></sect3>
    100                                                                                
     100
    101101</sect2>
    102102
Note: See TracChangeset for help on using the changeset viewer.