Author: djensen Date: 2007-03-07 19:33:15 -0700 (Wed, 07 Mar 2007) New Revision: 6661
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genutils/imagemagick.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to ImageMagick-6.3.3-0 Modified: trunk/BOOK/general/genutils/imagemagick.xml =================================================================== --- trunk/BOOK/general/genutils/imagemagick.xml 2007-03-04 20:27:30 UTC (rev 6660) +++ trunk/BOOK/general/genutils/imagemagick.xml 2007-03-08 02:33:15 UTC (rev 6661) @@ -7,10 +7,10 @@ <!ENTITY imagemagick-patch-version "0"> <!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 "484cd7b62fac2164e8257449405f2563"> - <!ENTITY imagemagick-size "5.2 MB"> - <!ENTITY imagemagick-buildsize "174 MB (additional 68 MB if you run the Image::Magick demo)"> - <!ENTITY imagemagick-time "3.4 SBU (Additional 1.1 SBU to run the test suite)"> + <!ENTITY imagemagick-md5sum "2175f877a8d3a88b72d3ce3074f8f8e5"> + <!ENTITY imagemagick-size "5.4 MB"> + <!ENTITY imagemagick-buildsize "199 MB (additional 68 MB if you run the Image::Magick demo)"> + <!ENTITY imagemagick-time "3.4 SBU (Additional 1.0 SBU to run the test suite)"> ]> <!-- Editors: It is highly unlikely that the buildsize (disk space used) will @@ -170,7 +170,7 @@ <para>Install <application>Imagemagick</application> by running the following commands:</para> -<screen><userinput>sed -i "s/\xc3\xa9/\\\\['e]/" utilities/ImageMagick.1 && +<screen><userinput>sed -i -e "s/\xc2\xae/\\\[rg\]/g" -e "s/B...'e./Be/" utilities/ImageMagick.1 && ./configure --prefix=/usr --with-modules && make</userinput></screen> @@ -368,6 +368,17 @@ </listitem> </varlistentry> + <varlistentry id="stream"> + <term><command>stream</command></term> + <listitem> + <para>streams one or more pixel components of an image or + portion of the image to your choice of storage formats.</para> + <indexterm zone="imagemagick stream"> + <primary sortas="b-stream">stream</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="wand-config"> <term><command>Wand-config</command></term> <listitem> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2007-03-04 20:27:30 UTC (rev 6660) +++ trunk/BOOK/general.ent 2007-03-08 02:33:15 UTC (rev 6661) @@ -3,7 +3,7 @@ $Date$ --> -<!ENTITY day "04"> <!-- Always 2 digits --> +<!ENTITY day "07"> <!-- Always 2 digits --> <!ENTITY month "03"> <!-- Always 2 digits --> <!ENTITY year "2007"> <!ENTITY version "svn-&year;&month;&day;"> @@ -145,7 +145,7 @@ <!ENTITY bc-version "1.06"> <!ENTITY rep-gtk-version "0.18"> <!ENTITY compface-version "1.4"> -<!ENTITY imagemagick-version "6.2.8"> +<!ENTITY imagemagick-version "6.3.3"> <!ENTITY hd2u-version "1.0.0"> <!ENTITY gtk-doc-version "1.6"> <!ENTITY scrollkeeper-version "0.3.14"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2007-03-04 20:27:30 UTC (rev 6660) +++ trunk/BOOK/introduction/welcome/changelog.xml 2007-03-08 02:33:15 UTC (rev 6661) @@ -42,6 +42,16 @@ --> <listitem> + <para>March 7th, 2007</para> + <itemizedlist> + <listitem> + <para>[djensen] - Updated to ImageMagick-6.3.3-0, + man page sed by alexander.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>March 4th, 2007</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
