Update to ImageMagick-6.8.8-5.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12700 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2014-02-13 21:38:28 +00:00
parent ff07022a40
commit 310998a49b
2 changed files with 15 additions and 8 deletions

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY imagemagick-patch-version "0">
<!ENTITY imagemagick-patch-version "5">
<!-- 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
@ -15,13 +15,13 @@
<!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 "b518b58764d49f7e38c2154230fdc3d4">
<!ENTITY imagemagick-md5sum "d727efcba3e45ce6c51cafbfb387a8fd">
<!ENTITY imagemagick-size "7.2 MB">
<!ENTITY imagemagick-buildsize "154 MB (with typical dependencies,
<!ENTITY imagemagick-buildsize "156 MB (with typical dependencies,
additional 29 MB to run the test suite,
reputedly 450 MB with all dependencies)">
<!ENTITY imagemagick-time "2.3 SBU (typical build - additional 5.2
SBU to run the test suite and 29 SBU to
<!ENTITY imagemagick-time "2.3 SBU (typical build - additional 5.3
SBU to run the test suite and 11 SBU to
run the validation suite)">
]>
@ -130,7 +130,7 @@ xreflabel="ImageMagick-&imagemagick-version;-&imagemagick-patch-version;">
<xref linkend="cups"/>,
<xref linkend="curl"/>,
<ulink url="http://dmalloc.com/">Dmalloc</ulink>,
<ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink>,
<ulink url="http://linux.softpedia.com/get/Programming/Debuggers/Electric-Fence-3305.shtml/">Electric Fence</ulink>,
<xref linkend="ffmpeg"/>,
<ulink url="http://www.fftw.org/">FFTW</ulink>,
<ulink url="http://www.mupdf.com/">MuPDF</ulink>,
@ -166,6 +166,7 @@ xreflabel="ImageMagick-&imagemagick-version;-&imagemagick-patch-version;">
<xref linkend="libwebp"/>,
<ulink url="http://liblqr.wikidot.com/en:download-page">Liquid Rescale</ulink>,
<ulink url="http://www.openexr.com/">OpenEXR</ulink>,
<xref linkend="openjpeg"/>,
<xref linkend="pango"/>, and
<ulink url="http://www.agocg.ac.uk/train/cgm/ralcgm.htm">RALCGM</ulink>
(or <ulink url="http://www.mcmurchy.com/ralcgm/ralcgm-3.51.tar.gz">ralcgm</ulink>)
@ -368,8 +369,10 @@ make</userinput></screen>
<seg>libMagickCore-6.Q16.so, libMagickWand-6.Q16.so,
libMagick++-6.Q16.so,
and numerous plugin modules under
/usr/lib/ImageMagick-&imagemagick-version;/modules-Q16/coders/</seg>
numerous modules under
/usr/lib/ImageMagick-&imagemagick-version;/modules-Q16/{coders,filters}/,
/usr/lib/perl5/site_perl/&lfs-perl-version;/auto/Image/Magick/Magick.so, and
/usr/lib/perl5/site_perl/&lfs-perl-version;/auto/Image/Magick/Q16/Q16.so</seg>
<seg>/etc/ImageMagick-6,
/usr/include/ImageMagick-6,

View File

@ -47,6 +47,10 @@
<listitem>
<para>February 13th, 2014</para>
<itemizedlist>
<listitem>
<para>[fernando] - Update to ImageMagick-6.8.8-5. Fixes
<ulink url="&blfs-ticket-root;4683">#4683</ulink>.</para>
</listitem>
<listitem>
<para>[ken] - fix paps for current freetype.</para>
</listitem>