Author: randy Date: 2007-04-10 09:12:16 -0600 (Tue, 10 Apr 2007) New Revision: 6722
Modified: trunk/BOOK/general.ent trunk/BOOK/general/graphlib/lcms.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to little cms-1.16 Modified: trunk/BOOK/general/graphlib/lcms.xml =================================================================== --- trunk/BOOK/general/graphlib/lcms.xml 2007-04-10 02:55:32 UTC (rev 6721) +++ trunk/BOOK/general/graphlib/lcms.xml 2007-04-10 15:12:16 UTC (rev 6722) @@ -5,11 +5,11 @@ %general-entities; <!ENTITY lcms-download-http "http://www.littlecms.com/lcms-&lcms-version;.tar.gz"> - <!ENTITY lcms-download-ftp " "> - <!ENTITY lcms-md5sum "76c921973fdea4f880944a024197f924"> - <!ENTITY lcms-size "777 KB"> - <!ENTITY lcms-buildsize "20.7 MB"> - <!ENTITY lcms-time "0.4 SBU (includes building the Python module)"> + <!ENTITY lcms-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/lcms-&lcms-version;.tar.gz"> + <!ENTITY lcms-md5sum "b07b623f3e712373ff713fb32cf23651"> + <!ENTITY lcms-size "911 KB"> + <!ENTITY lcms-buildsize "25 MB"> + <!ENTITY lcms-time "0.5 SBU (includes building the Python module)"> ]> <sect1 id="lcms" xreflabel="little cms-&lcms-version;"> @@ -54,11 +54,19 @@ </listitem> </itemizedlist> + <bridgehead renderas="sect3">Additional Downloads</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Required patch: <ulink + url="&patch-root;/lcms-&lcms-version;-swig_fixes-1.patch"/></para> + </listitem> + </itemizedlist> + <bridgehead renderas="sect3">little cms Dependencies</bridgehead> <bridgehead renderas="sect4">Optional</bridgehead> <para role="optional"><xref linkend="libtiff"/>, - <xref linkend="libjpeg"/> and + <xref linkend="libjpeg"/>, and <xref linkend="python"/> (with <ulink url="http://www.swig.org/">SWIG</ulink> also)</para> @@ -73,7 +81,8 @@ <para>Install <application>little cms</application> by running the following commands:</para> -<screen><userinput>./configure --prefix=/usr && +<screen><userinput>patch -Np1 -i ../lcms-&lcms-version;-swig_fixes-1.patch && +./configure --prefix=/usr && make</userinput></screen> <para>To test the results, issue: <command>make check</command>.</para> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2007-04-10 02:55:32 UTC (rev 6721) +++ trunk/BOOK/general.ent 2007-04-10 15:12:16 UTC (rev 6722) @@ -133,7 +133,7 @@ <!ENTITY libtiff-version "3.8.2"> <!-- <!ENTITY libungif-version "4.1.3"> --> <!ENTITY giflib-version "4.1.4"> -<!ENTITY lcms-version "1.15"> +<!ENTITY lcms-version "1.16"> <!ENTITY libmng-version "1.0.9"> <!ENTITY freetype2-version "2.1.10"> <!ENTITY fontconfig-version "2.3.2"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2007-04-10 02:55:32 UTC (rev 6721) +++ trunk/BOOK/introduction/welcome/changelog.xml 2007-04-10 15:12:16 UTC (rev 6722) @@ -45,6 +45,9 @@ <para>April 10th, 2007</para> <itemizedlist> <listitem> + <para>[randy] - Updated to little cms-1.16.</para> + </listitem> + <listitem> <para>[randy] - Added the Utah Raster Toolkit as an optional dependency of giflib.</para> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
