mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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
This commit is contained in:
parent
9f94cd9101
commit
7d4fb1d709
@ -9,7 +9,6 @@
|
||||
<!ENTITY lcms-size "586 KB">
|
||||
<!ENTITY lcms-buildsize "28 MB">
|
||||
<!ENTITY lcms-time "0.32 SBU">
|
||||
|
||||
]>
|
||||
|
||||
<sect1 id="lcms" xreflabel="lcms-&lcms-version;">
|
||||
@ -18,10 +17,10 @@
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to <application>lcms</application></title>
|
||||
|
||||
|
||||
<para>The lcms library is used by other programs to provide
|
||||
color management facilities.</para>
|
||||
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Download (HTTP): <ulink
|
||||
@ -34,22 +33,22 @@ url="&lcms-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
&lcms-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
|
||||
|
||||
<sect3><title><application>lcms</application> dependencies</title>
|
||||
<sect4><title>Optional</title>
|
||||
<para><xref linkend="libtiff"/>, <xref linkend="libjpeg"/>, <xref
|
||||
linkend="Python"/> and <ulink
|
||||
url="http://www.swig.org/">SWIG</ulink></para></sect4>
|
||||
<para><xref linkend="pkgconfig"/>, <xref linkend="libtiff"/>,
|
||||
<xref linkend="libjpeg"/>, <xref linkend="Python"/> and
|
||||
<ulink url="http://www.swig.org/">SWIG</ulink></para></sect4>
|
||||
</sect3>
|
||||
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Installation of <application>lcms</application></title>
|
||||
|
||||
|
||||
<para>Install <application>lcms</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
@ -58,46 +57,47 @@ make install</command></userinput></screen>
|
||||
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The lcms package contains the <filename class="libraryfile">liblcms</filename>
|
||||
libraries, <command>icc2ps</command>, <command>icclink</command>,
|
||||
<command>icctrans</command>, <command>wtpt</command> and optionally, <command>tifficc</command>,
|
||||
<command>jpegicc</command> and the <filename class="libraryfile">lcms</filename>
|
||||
Python module.</para>
|
||||
|
||||
|
||||
<para>The lcms package contains the
|
||||
<filename class="libraryfile">liblcms</filename> libraries,
|
||||
<command>icc2ps</command>, <command>icclink</command>,
|
||||
<command>icctrans</command>, <command>wtpt</command> and optionally,
|
||||
<command>tifficc</command>, <command>jpegicc</command> and the
|
||||
<filename class="libraryfile">lcms</filename> Python module.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
||||
<sect2><title>Description</title>
|
||||
|
||||
|
||||
<sect3><title>liblcms library</title>
|
||||
<para>The <filename class="libraryfile">liblcms</filename> libraries are used
|
||||
by other programs to provide color management facilities.</para></sect3>
|
||||
|
||||
|
||||
<sect3><title>icc2ps</title>
|
||||
<para><command>icc2ps</command> generates PostScript
|
||||
<acronym>CRD</acronym> or <acronym>CSA</acronym> from
|
||||
<acronym>ICC</acronym> profiles.</para></sect3>
|
||||
|
||||
|
||||
<sect3><title>icclink</title>
|
||||
<para><command>icclink</command> links two or more profiles into a
|
||||
single device link profile.</para></sect3>
|
||||
|
||||
|
||||
<sect3><title>icctrans</title>
|
||||
<para><command>icctrans</command> is a Color Space conversion
|
||||
calculator.</para></sect3>
|
||||
|
||||
|
||||
<sect3><title>wtpt</title>
|
||||
<para><command>wtpt</command> shows media white of profiles, identifying
|
||||
black body locus.</para></sect3>
|
||||
|
||||
|
||||
<sect3><title>tifficc</title>
|
||||
<para><command>tifficc</command> is an <acronym>ICC</acronym> profile
|
||||
applier for <acronym>TIFF</acronym> files.</para></sect3>
|
||||
|
||||
|
||||
<sect3><title>jpegicc</title>
|
||||
<para><command>jpegicc</command> is an <acronym>ICC</acronym> profile
|
||||
applier for <acronym>JPEG</acronym> files.</para></sect3>
|
||||
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
@ -20,7 +20,9 @@ who wrote what.</para>
|
||||
|
||||
<listitem><para>July 30th, 2004 [randy]: Updated to Mozilla-1.7.1 and
|
||||
GnuPG-1.2.5 and added patches to both packages to fix various build
|
||||
problems; fixed DocBook-utils build problem.</para></listitem>
|
||||
problems; fixed DocBook-utils build problem; added pkgconfig as an optional
|
||||
dependency of lcms; added configuration information and updated package
|
||||
contents for Pango.</para></listitem>
|
||||
|
||||
<listitem><para>July 29th, 2004 [bdubbs]: Updated svn bootscripts
|
||||
location.</para></listitem>
|
||||
|
@ -36,10 +36,9 @@ the layout and rendering of text.</para>
|
||||
<para><xref linkend="GLib2"/></para></sect4>
|
||||
<sect4><title>Optional</title>
|
||||
<para>
|
||||
<ulink url="http://freedesktop.org/~fontconfig/release/">Xft</ulink> (included in <xref linkend="xfree86"/> or <xref linkend="xorg"/>),
|
||||
<xref linkend="freetype2"/>,
|
||||
<xref linkend="fontconfig"/> and
|
||||
<xref linkend="gtk-doc"/>
|
||||
<ulink url="http://freedesktop.org/~fontconfig/release/">Xft</ulink>
|
||||
(included in <xref linkend="xfree86"/> or <xref linkend="xorg"/>),
|
||||
<xref linkend="fontconfig"/> and <xref linkend="gtk-doc"/>
|
||||
</para></sect4>
|
||||
</sect3>
|
||||
|
||||
@ -51,12 +50,13 @@ the layout and rendering of text.</para>
|
||||
<para>In order for <application>Pango</application> to find
|
||||
<application>Xft</application>, the <envar>PKG_CONFIG_PATH</envar> must
|
||||
include <filename class="directory">/usr/X11R6/lib/pkgconfig</filename>.
|
||||
This is a good time to
|
||||
add it if you haven't already. You can utilize the example for
|
||||
<filename>X.sh</filename> to create a script for modifying this
|
||||
variable located in the section <xref linkend="postlfs-config-profile"/>.</para>
|
||||
This is a good time to add it if you haven't already. You can utilize the
|
||||
example for <filename>X.sh</filename> to create a script for modifying this
|
||||
variable located in the section <xref linkend="postlfs-config-profile"/>.
|
||||
</para>
|
||||
|
||||
<para>Install <application>Pango</application> by running the following commands:</para>
|
||||
<para>Install <application>Pango</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &&
|
||||
make &&
|
||||
@ -77,20 +77,44 @@ the <acronym>API</acronym> documentation during the
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Configuring <application>Pango</application></title>
|
||||
|
||||
<sect3><title>Config files</title>
|
||||
<para><filename>/etc/pango/pangorc</filename>,
|
||||
<filename>~/.pangorc</filename> and the file specified in the
|
||||
environment variable <envar>PANGO_RC_FILE</envar></para>
|
||||
</sect3>
|
||||
|
||||
<sect3><title>Configuration Information</title>
|
||||
<para>The <application>Pango</application> module path is specified by the key
|
||||
<userinput><parameter>Pango/ModulesPath</parameter></userinput> in the
|
||||
<application>Pango</application> config database, which is read from the
|
||||
config files listed above.</para></sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The <application>Pango</application> package contains <filename
|
||||
class="libraryfile">libpango</filename> libraries.</para>
|
||||
<para>The <application>Pango</application> package contains
|
||||
<command>pango-querymodules</command>,
|
||||
<filename class="libraryfile">libpango</filename> libraries and
|
||||
<application>Pango</application> loadable modules.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
|
||||
<sect3><title>pango-querymodules</title>
|
||||
<para><command>pango-querymodules</command> is a module registration utility
|
||||
that collects information about <application>Pango</application> loadable
|
||||
modules</para></sect3>
|
||||
|
||||
<sect3><title>Pango libraries</title>
|
||||
<para><application>Pango</application> libraries contain low level layout rendering routines, a
|
||||
high level driver for laying out entire blocks of text, and routines to
|
||||
assist in editing internationalized text.</para></sect3>
|
||||
<para><application>Pango</application> libraries contain low level layout
|
||||
rendering routines, a high level driver for laying out entire blocks of text,
|
||||
and routines to assist in editing internationalized text.</para></sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user