Author: ken
Date: Tue Aug 21 14:50:54 2018
New Revision: 20362

Log:
ImageMagick-7.0.8-10

Modified:
   trunk/BOOK/general/genutils/imagemagick.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general/genutils/imagemagick.xml
==============================================================================
--- trunk/BOOK/general/genutils/imagemagick.xml Tue Aug 21 13:29:04 2018        
(r20361)
+++ trunk/BOOK/general/genutils/imagemagick.xml Tue Aug 21 14:50:54 2018        
(r20362)
@@ -4,14 +4,14 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY imagemagick-patch-version "23">
+  <!ENTITY imagemagick-patch-version "10">
 
   <!ENTITY imagemagick-download-http 
"https://www.imagemagick.org/download/releases/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz";>
   <!ENTITY imagemagick-download-ftp  
"ftp://ftp.imagemagick.org/pub/ImageMagick/releases/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz";>
-  <!ENTITY imagemagick-md5sum        "e016b49bb861bd16803828b92cb0f486">
+  <!ENTITY imagemagick-md5sum        "9ae81c8d5f2196d9592533472110261f">
   <!ENTITY imagemagick-size          "8.3 MB">
-  <!ENTITY imagemagick-buildsize     "189 MB, with typical dependencies (add 
29MB for make check)">
-  <!ENTITY imagemagick-time          "0.9 SBU - typical build with 
parallelism=4 (add 2.9 SBU for make check and the validation suite)">
+  <!ENTITY imagemagick-buildsize     "207 MB, with typical dependencies (add 
37MB for make check)">
+  <!ENTITY imagemagick-time          "0.9 SBU - typical build with 
parallelism=4 (add 1.3 SBU for make check with parallelism=4 and the validation 
suite)">
 ]>
 
 <!-- Editors: It is highly unlikely that the buildsize (disk space used) will
@@ -66,7 +66,7 @@
       Bindings for Perl and C++ are also available.
     </para>
 
-    &lfs82_checked;
+    &lfs83_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -128,6 +128,7 @@
 
     <bridgehead renderas="sect4">Optional System Utilities</bridgehead>
     <para role="optional">
+      Clang from <xref linkend="llvm"/>,
       <xref linkend="cups"/>,
       <xref linkend="curl"/>,
       <xref linkend="ffmpeg"/>,
@@ -170,6 +171,7 @@
       <ulink url="https://github.com/FLIF-hub/FLIF/releases";>FLIF</ulink>,
       <ulink url="http://www.cl.cam.ac.uk/~mgk25/jbigkit/";>JBIG-KIT</ulink>,
       <ulink url="&gnome-download-http;/libgxps/">libgxps</ulink>,
+      <ulink url="https://github.com/strukturag/libheif/";>libheif</ulink>,
       <ulink url="https://github.com/HOST-Oman/libraqm/";>libraqm</ulink>,
       <ulink url="http://liblqr.wikidot.com/en:download-page";>Liquid 
Rescale</ulink>,
       <ulink url="http://www.openexr.com/";>OpenEXR</ulink>, and
@@ -241,8 +243,12 @@
       validation suite. If <command>make check</command> has not been executed,
       run <command>make tests/validate</command> to compile it.  Issue
       <command>tests/validate 2>&amp;1 | tee validate.log</command> to run the
-      validation suite. The result summary may be obtained with <command>grep
-      "validation suite" validate.log</command>. Note that the EPS, PS, and PDF
+      validation suite. <!-- summary is last line of output
+       The result summary may be obtained with <command>grep
+      "validation suite" validate.log</command>. -->
+     <!-- I'm not convinced that Helvetica is required, I don't install the gs
+      fonts. But lots of references to it. Surely fontconfig provides it? ken 
-->
+                                                 Note that the EPS, PS, and PDF
       tests require a working <application>Ghostscript</application>. One test
       in 'make check' needs <quote>Helvetica</quote> from <quote>Ghostscript
       Standard Fonts</quote>, which are optionally installed in
@@ -436,6 +442,18 @@
         </indexterm>
       </listitem>
     </varlistentry>
+
+    <varlistentry id="magick">
+      <term><command>magick</command></term>
+      <listitem>
+        <para>convert between image formats as well as resize an image,
+        blur, crop, despeckle, dither, draw on, flip, join, re-sample
+        and much more.</para>
+        <indexterm zone="imagemagick magick">
+          <primary sortas="b-magick">magick</primary>
+        </indexterm>
+      </listitem>
+    </varlistentry>
 
     <varlistentry id="magick-config">
       <term><command>Magick{++,Core,Wand}-config</command></term>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Tue Aug 21 13:29:04 
2018        (r20361)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Tue Aug 21 14:50:54 
2018        (r20362)
@@ -45,6 +45,10 @@
       <para>August 21st, 2018</para>
       <itemizedlist>
         <listitem>
+          <para>[ken] - Update to ImageMagick-7.0.8-10. Fixes
+          <ulink url="&blfs-ticket-root;11041">#11041</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Update to libX11-1.6.6.tar.bz2 (xorg library). Fixes
           <ulink url="&blfs-ticket-root;11046">#11046</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Tue Aug 21 13:29:04 2018        (r20361)
+++ trunk/BOOK/packages.ent     Tue Aug 21 14:50:54 2018        (r20362)
@@ -243,7 +243,7 @@
 <!ENTITY highlight-version            "3.44">
 <!ENTITY ibus-version                 "1.5.19">
 <!ENTITY imagemagick6-version         "6.9.9">
-<!ENTITY imagemagick-version          "7.0.7">
+<!ENTITY imagemagick-version          "7.0.8">
 <!ENTITY intltool-version             "0.50.2">
 <!ENTITY lsof-version                 "4.91">
 <!ENTITY pinentry-version             "1.1.0">
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to