Author: randy Date: 2008-05-10 11:25:39 -0600 (Sat, 10 May 2008) New Revision: 7436
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genutils/imagemagick.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to ImageMagick-6.3.5-10 Modified: trunk/BOOK/general/genutils/imagemagick.xml =================================================================== --- trunk/BOOK/general/genutils/imagemagick.xml 2008-05-10 14:35:39 UTC (rev 7435) +++ trunk/BOOK/general/genutils/imagemagick.xml 2008-05-10 17:25:39 UTC (rev 7436) @@ -4,13 +4,21 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY imagemagick-patch-version "3"> + <!ENTITY imagemagick-patch-version "10"> + <!-- Not sure what to do here as ImageMagick is one of the fastest-moving + targets in all of open-source. One solution is to always use the last + version of a specific major-minor from the 'legacy' subdirectory of + the path in these URL's. Otherwise these links are broken within days + after updates :-( --> + <!ENTITY imagemagick-download-http "http://downloads.sourceforge.net/imagemagick/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.bz2"> + <!ENTITY imagemagick-download-ftp "ftp://ftp.imagemagick.net/pub/ImageMagick/legacy/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.bz2"> + <!-- Commenting these out to use the legacy version for the BLFS-6.3 release <!ENTITY imagemagick-download-http "http://www.imagemagick.org/download/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.bz2"> - <!ENTITY imagemagick-download-ftp "ftp://ftp.imagemagick.net/pub/ImageMagick/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.bz2"> - <!ENTITY imagemagick-md5sum "8e3dbc80d5185a45e8989660ac3e13e0"> - <!ENTITY imagemagick-size "5.9 MB"> - <!ENTITY imagemagick-buildsize "140 MB (additional 70 MB if you run the Image::Magick demo)"> - <!ENTITY imagemagick-time "3.8 SBU (Additional 1.3 SBU to run the test suite)"> + <!ENTITY imagemagick-download-ftp "ftp://ftp.imagemagick.net/pub/ImageMagick/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.bz2"> --> + <!ENTITY imagemagick-md5sum "0e638f94ab70272a645b4d6ae06201d8"> + <!ENTITY imagemagick-size "7.5 MB"> + <!ENTITY imagemagick-buildsize "211 MB (additional 75 MB if you run the Image::Magick demo)"> + <!ENTITY imagemagick-time "4.2 SBU (Additional 1.8 SBU to run the test suite)"> ]> <!-- Editors: It is highly unlikely that the buildsize (disk space used) will Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2008-05-10 14:35:39 UTC (rev 7435) +++ trunk/BOOK/general.ent 2008-05-10 17:25:39 UTC (rev 7436) @@ -3,7 +3,7 @@ $Date$ --> -<!ENTITY day "09"> <!-- Always 2 digits --> +<!ENTITY day "10"> <!-- Always 2 digits --> <!ENTITY month "05"> <!-- Always 2 digits --> <!ENTITY year "2008"> <!ENTITY version "svn-&year;&month;&day;"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2008-05-10 14:35:39 UTC (rev 7435) +++ trunk/BOOK/introduction/welcome/changelog.xml 2008-05-10 17:25:39 UTC (rev 7436) @@ -42,6 +42,15 @@ --> <listitem> + <para>May 10th, 2008</para> + <itemizedlist> + <listitem> + <para>[randy] - Updated to ImageMagick-6.3.5-10.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>May 9th, 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
