Author: ken
Date: 2012-03-07 15:56:38 -0700 (Wed, 07 Mar 2012)
New Revision: 9629

Modified:
   trunk/BOOK/general/genutils/imagemagick.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
ImageMagick-6.7.5-10 : turns out I was lying when I said gs needed to be linked 
in for the tests to pass - they must have fixed them.

Modified: trunk/BOOK/general/genutils/imagemagick.xml
===================================================================
--- trunk/BOOK/general/genutils/imagemagick.xml 2012-03-07 22:16:01 UTC (rev 
9628)
+++ trunk/BOOK/general/genutils/imagemagick.xml 2012-03-07 22:56:38 UTC (rev 
9629)
@@ -4,7 +4,7 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY imagemagick-patch-version "9">
+  <!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
@@ -14,7 +14,7 @@
        time before versions migrate to legacy/  -->
   <!ENTITY imagemagick-download-http " ">
   <!ENTITY imagemagick-download-ftp  
"ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz";>
-  <!ENTITY imagemagick-md5sum        "773d98dda1fe231d84dd0269dcdf6e65">
+  <!ENTITY imagemagick-md5sum        "b5298daceff12d0fa723b4b0e4a845bc">
   <!ENTITY imagemagick-size          "7.3 MB">
   <!ENTITY imagemagick-buildsize     "256 MB typical (additional 69 MB if you 
run the Image::Magick demo)">
   <!ENTITY imagemagick-time          "4.2 SBU typical (Additional 8.1 SBU to 
run the test suite)">
@@ -200,8 +200,7 @@
 cd ..</userinput></screen>
 
      <para>To test the results, issue: <command>make check</command>. Note that
-     many of the tests require a working <application>ghostscript</application>
-     (and it should be linked in - see the optional command below).</para>
+     many of the tests require a working 
<application>ghostscript</application>.</para>
 
      <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2012-03-07 22:16:01 UTC 
(rev 9628)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2012-03-07 22:56:38 UTC 
(rev 9629)
@@ -56,6 +56,10 @@
         <listitem>
           <para>[krejzi] - transcode 1.1.7.</para>
         </listitem>
+        <listitem>
+          <para>[ken] - update to a version of ImageMagick which is still 
available
+          (6.7.5-10).</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

Reply via email to