Updated to ImageMagick-6.3.3-0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6661 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
David Jensen 2007-03-08 02:33:15 +00:00
parent 875b36d794
commit 3eebaa66fa
3 changed files with 28 additions and 7 deletions

View File

@ -3,7 +3,7 @@ $LastChangedBy$
$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 @@ $Date$
<!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">

View File

@ -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 @@ xreflabel="ImageMagick-&imagemagick-version;-&imagemagick-patch-version;">
<para>Install <application>Imagemagick</application> by running the following
commands:</para>
<screen><userinput>sed -i "s/\xc3\xa9/\\\\['e]/" utilities/ImageMagick.1 &amp;&amp;
<screen><userinput>sed -i -e "s/\xc2\xae/\\\[rg\]/g" -e "s/B...'e./Be/" utilities/ImageMagick.1 &amp;&amp;
./configure --prefix=/usr --with-modules &amp;&amp;
make</userinput></screen>
@ -368,6 +368,17 @@ make</userinput></screen>
</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>

View File

@ -41,6 +41,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>