Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/imagemagick.xml

    r7b2fed0f r277c9f4e  
    55  %general-entities;
    66
    7   <!ENTITY imagemagick-patch-version "4">
     7  <!ENTITY imagemagick-patch-version "27">
    88
    99  <!ENTITY imagemagick-download-http "https://www.imagemagick.org/download/releases/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz">
    10 <!-- 2021-01-14 : ftp.imagemagick.org hangs, assume no longer usable
    11   <!ENTITY imagemagick-download-ftp  "ftp://ftp.imagemagick.org/pub/ImageMagick/releases/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz"> -->
    12   <!ENTITY imagemagick-download-ftp  " ">
    13   <!ENTITY imagemagick-md5sum        "d69d22a78d493afdc0c2edd7931f707c">
    14   <!ENTITY imagemagick-size          "9.9 MB">
    15   <!ENTITY imagemagick-buildsize     "193 MB (with typical dependencies; add 20 MB for checks)">
     10  <!ENTITY imagemagick-download-ftp  "ftp://ftp.imagemagick.org/pub/ImageMagick/releases/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz">
     11  <!ENTITY imagemagick-md5sum        "40470fd58ae85010a53b61de0378f1c3">
     12  <!ENTITY imagemagick-size          "9.3 MB">
     13  <!ENTITY imagemagick-buildsize     "212 MB (with typical dependencies; add 31 MB for checks)">
    1614  <!ENTITY imagemagick-time          "0.9 SBU (with typical dependencies; add 0.6 SBU for checks, both using  parallelism=4)">
    1715]>
     
    3634     [bdubbs] Just removed it.  I don't think it adds anything.
    3735
    38      [ken] Comparing 7.0.10-27 to 7.0.10-57 on the same machine: for -27 my
    39      timings and space matched the book (well, make check was marginally
    40      faster on this machine), but for -57 the compiled source, installed
    41      files and extra space for make check were all much smaller.
    42 
    4336     Also, please look over the output from the configure command for any
    4437     additional dependencies that need to be listed, as ImageMagick is
    45      constantly adding additional features and dependencies. Or diff the
    46      configure script against the previous version.
     38     constantly adding additional features and dependencies.
    4739
    4840     For those of us who touch this infrequently:
     
    5547
    5648  <sect1info>
     49    <othername>$LastChangedBy$</othername>
    5750    <date>$Date$</date>
    5851  </sect1info>
     
    7467    </para>
    7568
    76     &lfs110a_checked;
     69    &lfs10_checked;
    7770
    7871    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    112105        work just fine, but this has not been tested by the BLFS team. If the
    113106        package version shown above is not available from the locations shown
    114         above, or from the <filename class="directory">legacy/</filename>
     107        above, or from the <filename class='directory'>legacy/</filename>
    115108        directory at <literal>ftp.ImageMagick.org/pub/ImageMagick</literal> you
    116109        can download it from the BLFS package server at Oregon State University:
     
    129122      The optional dependencies listed below should be installed if you need
    130123      support for the specific format or the conversion tool the dependency
    131       provides. <!-- No such section in 7.1.0-4
    132                 Many of the dependencies' capabilities and uses are described in
     124      provides. Many of the dependencies' capabilities and uses are described in
    133125      the <quote>MAGICK DELEGATES</quote> section of the
    134       <filename>README.txt</filename> file located in the source tree. -->
     126      <filename>README.txt</filename> file located in the source tree.
    135127      Additional information about the dependencies can be found in the
    136128      <filename>Install-unix.txt</filename> file located in the source tree as
     
    138130      summary of this information, as well as some additional notes can be
    139131      viewed on-line at <ulink
    140       url="https://imagemagick.org/script/install-source.php"/>.
     132      url="https://imagemagick.org/script/advanced-unix-installation.php"/>.
    141133    </para>
    142134
     
    189181      <ulink url="http://www.cl.cam.ac.uk/~mgk25/jbigkit/">JBIG-KIT</ulink>,
    190182      <!--<ulink url="&gnome-download-http;/libgxps/">libgxps</ulink>,-->
    191       <ulink url="https://github.com/strukturag/libheif/">libheif</ulink> with
    192       <ulink url="https://github.com/strukturag/libde265/">libde265</ulink>
    193       (both needed if converting macOS heic images),
    194       <ulink url="https://github.com/libjxl/libjxl/">libjxl</ulink>,
     183      <ulink url="https://github.com/strukturag/libheif/">libheif</ulink>,
    195184      <ulink url="https://github.com/HOST-Oman/libraqm/">libraqm</ulink>,
    196185      <ulink url="http://liblqr.wikidot.com/en:download-page">Liquid Rescale</ulink>,
     
    259248
    260249    <para>
    261       To test the installation, issue: <command>make check</command>.
    262               <!-- seems to have been dropped                         A more
     250      To test the installation, issue: <command>make check</command>. A more
    263251      comprehensive test is the <application>ImageMagick</application>
    264252      validation suite. If <command>make check</command> has not been executed,
    265253      run <command>make tests/validate</command> to compile it.  Issue
    266254      <command>tests/validate 2>&amp;1 | tee validate.log</command> to run the
    267       validation suite.--> <!-- summary is last line of output
     255      validation suite. <!-- summary is last line of output
    268256       The result summary may be obtained with <command>grep
    269257      "validation suite" validate.log</command>. -->
     
    389377      <listitem>
    390378        <para>
    391           animates a sequence of images
     379          animates a sequence of images.
    392380        </para>
    393381        <indexterm zone="imagemagick animate">
     
    401389      <listitem>
    402390        <para>
    403           compares an image to a reconstructed image
     391          compares an image to a reconstructed image.
    404392        </para>
    405393        <indexterm zone="imagemagick compare">
     
    413401      <listitem>
    414402        <para>
    415           composites various images into the given base image
     403          composites various images into the given base image.
    416404        </para>
    417405        <indexterm zone="imagemagick composite">
     
    425413      <listitem>
    426414        <para>
    427           processes a MSL script to create an image
     415          processes a MSL script to create an image.
    428416        </para>
    429417        <indexterm zone="imagemagick conjure">
     
    437425      <listitem>
    438426        <para>
    439           converts image(s) from one format to another
     427          converts image(s) from one format to another.
    440428        </para>
    441429        <indexterm zone="imagemagick convert">
     
    449437      <listitem>
    450438        <para>
    451           displays an image
     439          displays an image.
    452440        </para>
    453441        <indexterm zone="imagemagick display">
     
    461449      <listitem>
    462450        <para>
    463           describes the format and characteristics of an image file
     451          describes the format and characteristics of an image file.
    464452        </para>
    465453        <indexterm zone="imagemagick identify">
     
    473461      <listitem>
    474462        <para>
    475           captures an X window
     463          captures an X window.
    476464        </para>
    477465        <indexterm zone="imagemagick import">
     
    487475          convert between image formats as well as resize an image,
    488476          blur, crop, despeckle, dither, draw on, flip, join, re-sample
    489           and much more
     477          and much more.
    490478        </para>
    491479        <indexterm zone="imagemagick magick">
     
    500488        <para>
    501489          show information about the installed versions of the
    502           <application>ImageMagick</application> libraries
     490          <application>ImageMagick</application> libraries.
    503491        </para>
    504492        <indexterm zone="imagemagick magick-config">
     
    512500      <listitem>
    513501        <para>
    514           transforms an image
     502          transforms an image.
    515503        </para>
    516504        <indexterm zone="imagemagick mogrify">
     
    524512      <listitem>
    525513        <para>
    526           composites various images into a new image
     514          composites various images into a new image.
    527515        </para>
    528516        <indexterm zone="imagemagick montage">
     
    537525        <para>
    538526          streams one or more pixel components of an image or
    539           portion of the image to your choice of storage formats
     527          portion of the image to your choice of storage formats.
    540528        </para>
    541529        <indexterm zone="imagemagick stream">
     
    546534
    547535    <varlistentry id="perlmagick">
    548       <term><filename class="libraryfile">Image::Magick</filename></term>
     536      <term><filename class='libraryfile'>Image::Magick</filename></term>
    549537      <listitem>
    550538        <para>
     
    552540          image file formats using the <application>ImageMagick</application>
    553541          library. Run <command>make</command> in the
    554           <filename class="directory">PerlMagick/demo</filename> directory of
     542          <filename class='directory'>PerlMagick/demo</filename> directory of
    555543          the package source tree after the package is installed to see a nice
    556           demo of the module's capabilities
     544          demo of the module's capabilities.
    557545        </para>
    558546        <indexterm zone="imagemagick perlmagick">
     
    566554      <listitem>
    567555        <para>
    568           provides the C API for ImageMagick
     556          provides the C API for ImageMagick.
    569557        </para>
    570558        <indexterm zone="imagemagick libMagickCore-7.Q16HDRI">
     
    579567        <para>
    580568          is the recommended C API for ImageMagick. Unlike the MagickCore API it
    581           uses  only a few opaque types
     569          uses  only a few opaque types.
    582570        </para>
    583571        <indexterm zone="imagemagick libMagickWand-7.Q16HDRI">
     
    591579      <listitem>
    592580        <para>
    593           provides the C++ API for ImageMagick
     581          provides the C++ API for ImageMagick.
    594582        </para>
    595583        <indexterm zone="imagemagick libMagickpp-7.Q16HDRI">
Note: See TracChangeset for help on using the changeset viewer.