ImageMagick-6.7.5-9

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9614 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2012-03-05 22:45:31 +00:00
parent b9d44f9b44
commit 64142dc28a
3 changed files with 9 additions and 9 deletions

View File

@ -287,7 +287,7 @@ $Date$
<!ENTITY rep-gtk-version "0.90.2">
<!ENTITY sharutils-version "4.11.1">
<!ENTITY compface-version "1.5.2">
<!ENTITY imagemagick-version "6.7.3">
<!ENTITY imagemagick-version "6.7.5">
<!ENTITY hd2u-version "1.0.1">
<!ENTITY gtk-doc-version "1.18">
<!-- <!ENTITY scrollkeeper-version "0.3.14"> -->

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY imagemagick-patch-version "10">
<!ENTITY imagemagick-patch-version "9">
<!-- 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,10 +14,10 @@
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 "6bf001ae206bffe77693732e4e886532">
<!ENTITY imagemagick-md5sum "773d98dda1fe231d84dd0269dcdf6e65">
<!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.9 SBU typical (Additional 0.4 SBU to run the test suite)">
<!ENTITY imagemagick-time "4.2 SBU typical (Additional 8.1 SBU to run the test suite)">
]>
<!-- Editors: It is highly unlikely that the buildsize (disk space used) will
@ -201,11 +201,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 that most of the validate-*.sh tests fail when run from
<command>make check</command> although they can be successfully run individually
by <command>chmod +x tests/common.sh &amp;&amp;
srcdir=$PWD VALIDATE=$PWD/tests/validate-compare.sh ;# and so forth</command>
</para>
(and it should be linked in - see the optional command below).</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>

View File

@ -71,6 +71,10 @@
<listitem>
<para>[abenton] - Remove Hal.</para>
</listitem>
<listitem>
<para>[ken] - Update to ImageMagick-6.7.5-9, fixes compile failure caused
by zlib-1.2.6.</para>
</listitem>
</itemizedlist>
</listitem>