Author: ken Date: 2008-11-28 16:01:11 -0700 (Fri, 28 Nov 2008) New Revision: 7631
Modified: trunk/BOOK/general.ent trunk/BOOK/general/graphlib/lcms.xml trunk/BOOK/introduction/welcome/changelog.xml Log: lcms update. Modified: trunk/BOOK/general/graphlib/lcms.xml =================================================================== --- trunk/BOOK/general/graphlib/lcms.xml 2008-11-28 02:11:26 UTC (rev 7630) +++ trunk/BOOK/general/graphlib/lcms.xml 2008-11-28 23:01:11 UTC (rev 7631) @@ -6,9 +6,9 @@ <!ENTITY lcms-download-http "http://www.littlecms.com/lcms-&lcms-version;.tar.gz"> <!ENTITY lcms-download-ftp "&gentoo-ftp-repo;/lcms-&lcms-version;.tar.gz"> - <!ENTITY lcms-md5sum "b07b623f3e712373ff713fb32cf23651"> - <!ENTITY lcms-size "911 KB"> - <!ENTITY lcms-buildsize "25 MB"> + <!ENTITY lcms-md5sum "07bdbb4cfb05d21caa58fe3d1c84ddc1"> + <!ENTITY lcms-size "878 KB"> + <!ENTITY lcms-buildsize "21 MB"> <!ENTITY lcms-time "0.5 SBU (includes building the Python module)"> ]> @@ -54,13 +54,14 @@ </listitem> </itemizedlist> + <!-- patch appears to have been applied upstream <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> + </itemizedlist> --> <bridgehead renderas="sect3">little cms Dependencies</bridgehead> @@ -81,8 +82,7 @@ <para>Install <application>little cms</application> by running the following commands:</para> -<screen><userinput>patch -Np1 -i ../lcms-&lcms-version;-swig_fixes-1.patch && -./configure --prefix=/usr && +<screen><userinput>./configure --prefix=/usr --with-python && make</userinput></screen> <para>To test the results, issue: <command>make check</command>.</para> @@ -95,6 +95,17 @@ </sect2> + <sect2 role="commands"> + <title>Command Explanations</title> + + <para><parameter>--with-python</parameter>: Omit this if you did not install + Python and SWIG.</para> + + <para><parameter>--disable-static</parameter>: Prevent static libraries + being built and installed.</para> + + </sect2> + <sect2 role="content"> <title>Contents</title> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2008-11-28 02:11:26 UTC (rev 7630) +++ trunk/BOOK/general.ent 2008-11-28 23:01:11 UTC (rev 7631) @@ -3,7 +3,7 @@ $Date$ --> -<!ENTITY day "27"> <!-- Always 2 digits --> +<!ENTITY day "28"> <!-- Always 2 digits --> <!ENTITY month "11"> <!-- Always 2 digits --> <!ENTITY year "2008"> <!ENTITY copyrightdate "2001-&year;"> @@ -146,7 +146,7 @@ <!ENTITY libpng-version "1.2.33"> <!ENTITY libtiff-version "3.8.2"> <!ENTITY giflib-version "4.1.4"> -<!ENTITY lcms-version "1.16"> +<!ENTITY lcms-version "1.17"> <!ENTITY libmng-version "1.0.9"> <!ENTITY freetype2-version "2.3.7"> <!ENTITY fontconfig-version "2.4.2"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2008-11-28 02:11:26 UTC (rev 7630) +++ trunk/BOOK/introduction/welcome/changelog.xml 2008-11-28 23:01:11 UTC (rev 7631) @@ -41,6 +41,15 @@ --> <listitem> + <para>November 28th, 2008</para> + <itemizedlist> + <listitem> + <para>[ken] - Update to lcms-1.17.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>November 27th, 2008</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
