Changeset 646c89d for general/genutils


Ignore:
Timestamp:
08/21/2018 09:50:54 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
89d0029
Parents:
e66a8c3
Message:

ImageMagick-7.0.8-10

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20362 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/imagemagick.xml

    re66a8c3 r646c89d  
    55  %general-entities;
    66
    7   <!ENTITY imagemagick-patch-version "23">
     7  <!ENTITY imagemagick-patch-version "10">
    88
    99  <!ENTITY imagemagick-download-http "https://www.imagemagick.org/download/releases/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz">
    1010  <!ENTITY imagemagick-download-ftp  "ftp://ftp.imagemagick.org/pub/ImageMagick/releases/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz">
    11   <!ENTITY imagemagick-md5sum        "e016b49bb861bd16803828b92cb0f486">
     11  <!ENTITY imagemagick-md5sum        "9ae81c8d5f2196d9592533472110261f">
    1212  <!ENTITY imagemagick-size          "8.3 MB">
    13   <!ENTITY imagemagick-buildsize     "189 MB, with typical dependencies (add 29MB for make check)">
    14   <!ENTITY imagemagick-time          "0.9 SBU - typical build with parallelism=4 (add 2.9 SBU for make check and the validation suite)">
     13  <!ENTITY imagemagick-buildsize     "207 MB, with typical dependencies (add 37MB for make check)">
     14  <!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)">
    1515]>
    1616
     
    6767    </para>
    6868
    69     &lfs82_checked;
     69    &lfs83_checked;
    7070
    7171    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    129129    <bridgehead renderas="sect4">Optional System Utilities</bridgehead>
    130130    <para role="optional">
     131      Clang from <xref linkend="llvm"/>,
    131132      <xref linkend="cups"/>,
    132133      <xref linkend="curl"/>,
     
    171172      <ulink url="http://www.cl.cam.ac.uk/~mgk25/jbigkit/">JBIG-KIT</ulink>,
    172173      <ulink url="&gnome-download-http;/libgxps/">libgxps</ulink>,
     174      <ulink url="https://github.com/strukturag/libheif/">libheif</ulink>,
    173175      <ulink url="https://github.com/HOST-Oman/libraqm/">libraqm</ulink>,
    174176      <ulink url="http://liblqr.wikidot.com/en:download-page">Liquid Rescale</ulink>,
     
    242244      run <command>make tests/validate</command> to compile it.  Issue
    243245      <command>tests/validate 2>&amp;1 | tee validate.log</command> to run the
    244       validation suite. The result summary may be obtained with <command>grep
    245       "validation suite" validate.log</command>. Note that the EPS, PS, and PDF
     246      validation suite. <!-- summary is last line of output
     247       The result summary may be obtained with <command>grep
     248      "validation suite" validate.log</command>. -->
     249     <!-- I'm not convinced that Helvetica is required, I don't install the gs
     250      fonts. But lots of references to it. Surely fontconfig provides it? ken -->
     251                                                 Note that the EPS, PS, and PDF
    246252      tests require a working <application>Ghostscript</application>. One test
    247253      in 'make check' needs <quote>Helvetica</quote> from <quote>Ghostscript
     
    438444    </varlistentry>
    439445
     446    <varlistentry id="magick">
     447      <term><command>magick</command></term>
     448      <listitem>
     449        <para>convert between image formats as well as resize an image,
     450        blur, crop, despeckle, dither, draw on, flip, join, re-sample
     451        and much more.</para>
     452        <indexterm zone="imagemagick magick">
     453          <primary sortas="b-magick">magick</primary>
     454        </indexterm>
     455      </listitem>
     456    </varlistentry>
     457
    440458    <varlistentry id="magick-config">
    441459      <term><command>Magick{++,Core,Wand}-config</command></term>
Note: See TracChangeset for help on using the changeset viewer.