Changeset 7d4fb1d


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

Files:
3 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
  • introduction/welcome/changelog.xml

    r9f94cd9 r7d4fb1d  
    2121<listitem><para>July 30th, 2004 [randy]: Updated to Mozilla-1.7.1 and
    2222GnuPG-1.2.5 and added patches to both packages to fix various build
    23 problems; fixed DocBook-utils build problem.</para></listitem>
     23problems; fixed DocBook-utils build problem; added pkgconfig as an optional
     24dependency of lcms; added configuration information and updated package
     25contents for Pango.</para></listitem>
    2426
    2527<listitem><para>July 29th, 2004 [bdubbs]: Updated svn bootscripts
  • x/lib/pango.xml

    r9f94cd9 r7d4fb1d  
    3737<sect4><title>Optional</title>
    3838<para>
    39 <ulink url="http://freedesktop.org/~fontconfig/release/">Xft</ulink> (included in <xref linkend="xfree86"/> or <xref linkend="xorg"/>),
    40 <xref linkend="freetype2"/>,
    41 <xref linkend="fontconfig"/> and
    42 <xref linkend="gtk-doc"/>
     39<ulink url="http://freedesktop.org/~fontconfig/release/">Xft</ulink>
     40(included in <xref linkend="xfree86"/> or <xref linkend="xorg"/>),
     41<xref linkend="fontconfig"/> and <xref linkend="gtk-doc"/>
    4342</para></sect4>
    4443</sect3>
     
    5251<application>Xft</application>, the <envar>PKG_CONFIG_PATH</envar> must
    5352include <filename class="directory">/usr/X11R6/lib/pkgconfig</filename>.
    54 This is a good time to
    55 add it if you haven't already. You can utilize the example for
    56 <filename>X.sh</filename> to create a script for modifying this
    57 variable located in the section <xref linkend="postlfs-config-profile"/>.</para>
     53This is a good time to add it if you haven't already. You can utilize the
     54example for <filename>X.sh</filename> to create a script for modifying this
     55variable located in the section <xref linkend="postlfs-config-profile"/>.
     56</para>
    5857
    59 <para>Install <application>Pango</application> by running the following commands:</para>
     58<para>Install <application>Pango</application> by running the following
     59commands:</para>
    6060
    6161<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     
    7979
    8080<sect2>
     81<title>Configuring <application>Pango</application></title>
     82
     83<sect3><title>Config files</title>
     84<para><filename>/etc/pango/pangorc</filename>,
     85<filename>~/.pangorc</filename> and the file specified in the
     86environment variable <envar>PANGO_RC_FILE</envar></para>
     87</sect3>
     88
     89<sect3><title>Configuration Information</title>
     90<para>The <application>Pango</application> module path is specified by the key
     91<userinput><parameter>Pango/ModulesPath</parameter></userinput> in the
     92<application>Pango</application> config database, which is read from the
     93config files listed above.</para></sect3>
     94
     95</sect2>
     96
     97<sect2>
    8198<title>Contents</title>
    8299
    83 <para>The <application>Pango</application> package contains <filename
    84 class="libraryfile">libpango</filename> libraries.</para>
     100<para>The <application>Pango</application> package contains
     101<command>pango-querymodules</command>,
     102<filename class="libraryfile">libpango</filename> libraries and
     103<application>Pango</application> loadable modules.</para>
    85104
    86105</sect2>
     
    88107<sect2><title>Description</title>
    89108
     109<sect3><title>pango-querymodules</title>
     110<para><command>pango-querymodules</command> is a module registration utility
     111that collects information about <application>Pango</application> loadable
     112modules</para></sect3>
     113
    90114<sect3><title>Pango libraries</title>
    91 <para><application>Pango</application> libraries contain low level layout rendering routines, a
    92 high level driver for laying out entire blocks of text, and routines to
    93 assist in editing internationalized text.</para></sect3>
     115<para><application>Pango</application> libraries contain low level layout
     116rendering routines, a high level driver for laying out entire blocks of text,
     117and routines to assist in editing internationalized text.</para></sect3>
    94118
    95119</sect2>
Note: See TracChangeset for help on using the changeset viewer.