Author: andy Date: 2012-02-08 08:29:53 -0700 (Wed, 08 Feb 2012) New Revision: 9315
Modified: trunk/BOOK/general.ent trunk/BOOK/general/graphlib/lcms2.xml trunk/BOOK/introduction/welcome/changelog.xml Log: lcms2-2.3 Modified: trunk/BOOK/general/graphlib/lcms2.xml =================================================================== --- trunk/BOOK/general/graphlib/lcms2.xml 2012-02-08 13:32:53 UTC (rev 9314) +++ trunk/BOOK/general/graphlib/lcms2.xml 2012-02-08 15:29:53 UTC (rev 9315) @@ -6,10 +6,10 @@ <!ENTITY lcms2-download-http "http://downloads.sourceforge.net/lcms/lcms2-&lcms2-version;.tar.gz"> <!ENTITY lcms2-download-ftp " "> - <!ENTITY lcms2-md5sum "aaf33c7c25675e6163189ba488ae20f5"> - <!ENTITY lcms2-size "4.0 MB"> - <!ENTITY lcms2-buildsize "21 MB"> - <!ENTITY lcms2-time "0.2 SBU"> + <!ENTITY lcms2-md5sum "327348d67c979c88c2dec59a23a17d85"> + <!ENTITY lcms2-size "4.3 MB"> + <!ENTITY lcms2-buildsize "15 MB"> + <!ENTITY lcms2-time "0.1 SBU"> ]> <sect1 id="lcms2" xreflabel="lcms2-&lcms2-version;"> @@ -29,10 +29,10 @@ <sect2 role="package"> <title>Introduction to lcms2</title> - <para>The <application>lcms2</application> package intends to be a - small-footprint color management engine, with special focus on accuracy - and performance. It uses the International Color Consortium standard (ICC), - which is the modern standard for color management.</para> + <para>The Little Color Management System is a small-footprint color + management engine, with special focus on accuracy and performance. It uses + the International Color Consortium standard (ICC), which is the modern + standard for color management.</para> &lfs70_built; @@ -60,7 +60,6 @@ <para condition="html" role="usernotes">User Notes: <ulink url="&blfs-wiki;/lcms2"/></para> - </sect2> <sect2 role="installation"> @@ -69,23 +68,22 @@ <para>Install <application>lcms2</application> by running the following commands:</para> -<screen><userinput>./configure --prefix=/usr && +<screen><userinput>./configure --prefix=/usr --disable-static && make</userinput></screen> <para>To test the results, issue: <command>make check</command>.</para> - <para>Now, as the <systemitem class="username">root</systemitem> user:</para> + <para>Now, as the <systemitem class="username">root</systemitem> + user:</para> <screen role="root"><userinput>make install</userinput></screen> - </sect2> <sect2 role="commands"> <title>Command Explanations</title> - <para><option>--enable-static=no</option>: This switch prevents the static + <para><option> --disable-static</option>: This switch prevents the static libraries being installed.</para> - </sect2> <sect2 role="content"> @@ -94,12 +92,10 @@ <segmentedlist> <segtitle>Installed Programs</segtitle> <segtitle>Installed Library</segtitle> - <segtitle>Installed Directory</segtitle> <seglistitem> <seg>jpgicc, linkicc, psicc, tificc, and transicc</seg> - <seg>liblcms2.{so,a}</seg> - <seg></seg> + <seg>liblcms2.so</seg> </seglistitem> </segmentedlist> @@ -111,7 +107,7 @@ <varlistentry id="jpgicc"> <term><command>jpgicc</command></term> <listitem> - <para>does this .....</para> + <para>is the Little CMS ICC profile applier for JPEG.</para> <indexterm zone="lcms2 jpgicc"> <primary sortas="b-jpgicc">jpgicc</primary> </indexterm> @@ -121,7 +117,7 @@ <varlistentry id="linkicc"> <term><command>linkicc</command></term> <listitem> - <para>does this .....</para> + <para>is the Little CMS ICC device link generator</para> <indexterm zone="lcms2 linkicc"> <primary sortas="b-linkicc">linkicc</primary> </indexterm> @@ -131,7 +127,7 @@ <varlistentry id="psicc"> <term><command>psicc</command></term> <listitem> - <para>does this .....</para> + <para>is the Little CMS ICC PostScript generator.</para> <indexterm zone="lcms2 psicc"> <primary sortas="b-psicc">psicc</primary> </indexterm> @@ -141,7 +137,7 @@ <varlistentry id="tificc"> <term><command>tificc</command></term> <listitem> - <para>does this .....</para> + <para>is the Little CMS ICC tiff generator.</para> <indexterm zone="lcms2 tificc"> <primary sortas="b-tificc">tificc</primary> </indexterm> @@ -151,7 +147,7 @@ <varlistentry id="transicc"> <term><command>transicc</command></term> <listitem> - <para>does this .....</para> + <para>is the Little CMS ColorSpace conversion calculator.</para> <indexterm zone="lcms2 transicc"> <primary sortas="b-transicc">transicc</primary> </indexterm> @@ -159,17 +155,14 @@ </varlistentry> <varlistentry id="liblcms2"> - <term><filename class='libraryfile'>liblcms2.{so,a}</filename></term> + <term><filename class="libraryfile">liblcms2.so</filename></term> <listitem> - <para>contains functions that .....</para> + <para>contains functions implement the lcms2 API.</para> <indexterm zone="lcms2 liblcms2"> - <primary sortas="c-liblcms2">liblcms2.{so,a}</primary> + <primary sortas="c-liblcms2">liblcms2.so</primary> </indexterm> </listitem> </varlistentry> - </variablelist> - </sect2> - </sect1> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-02-08 13:32:53 UTC (rev 9314) +++ trunk/BOOK/general.ent 2012-02-08 15:29:53 UTC (rev 9315) @@ -250,7 +250,7 @@ <!ENTITY libtiff-version "4.0.0"> <!ENTITY giflib-version "4.1.6"> <!ENTITY lcms-version "1.19"> -<!ENTITY lcms2-version "2.2"> +<!ENTITY lcms2-version "2.3"> <!ENTITY libmng-version "1.0.10"> <!ENTITY freetype2-version "2.4.8"> <!ENTITY fontconfig-version "2.8.0"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2012-02-08 13:32:53 UTC (rev 9314) +++ trunk/BOOK/introduction/welcome/changelog.xml 2012-02-08 15:29:53 UTC (rev 9315) @@ -83,6 +83,9 @@ <listitem> <para>[abenton] - xine-lib 1.2.0.</para> </listitem> + <listitem> + <para>[abenton] - lcms2 2.3.</para> + </listitem> </itemizedlist> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
