Ignore:
Timestamp:
08/17/2004 04:16:18 AM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2d935de
Parents:
a7af370
Message:

Updated to ImageMagick-6.0.5-2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/imagemagick.xml

    ra7af370 r1435fc9  
    55  %general-entities;
    66
    7   <!ENTITY imagemagick-patch-version "7">
     7  <!ENTITY imagemagick-patch-version "2">
    88  <!ENTITY imagemagick-download-http "http://www.imagemagick.org/download/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.gz">
    99  <!ENTITY imagemagick-download-ftp  "ftp://ftp.imagemagick.net/pub/ImageMagick/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.gz">
    10   <!ENTITY imagemagick-size          "6.7 MB">
    11   <!ENTITY imagemagick-buildsize     "183 MB">
     10  <!ENTITY imagemagick-size          "6.8 MB">
     11  <!ENTITY imagemagick-buildsize     "151 MB">
    1212  <!ENTITY imagemagick-time          "3.80 SBU">
    1313]>
     
    2323<sect2>
    2424<title>Introduction to <application>ImageMagick</application></title>
    25                                                                                
     25
    2626<para><application>ImageMagick</application> is a collection of tools and
    2727libraries to read, write, and manipulate an image in various image formats.
    2828Image processing operations are available from the command line. Bindings
    2929to various programming languages are also available.</para>
    30                                                                                
     30
    3131<sect3><title>Package information</title>
    3232<itemizedlist spacing='compact'>
     
    4343
    4444<sect3><title><application>ImageMagick</application> dependencies</title>
    45                                                                                
     45
    4646<sect4><title>Recommended</title>
    47 <para>
    48 X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>) and
    49 <xref linkend="espgs"/>
    50 </para></sect4>
    51                                                                                
     47<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>), and
     48<xref linkend="espgs"/> or <xref linkend="gs"/></para>
     49</sect4>
     50
    5251<sect4><title>Optional (Install based on the format support needed)</title>
    5352<para>
     
    6059<ulink url="http://sourceforge.net/projects/libexif/">libexif</ulink>,
    6160<ulink url="http://www.i3a.org/i_flashpix.html">FlashPIX</ulink>,
    62 <ulink url="http://www.cl.cam.ac.uk/~mgk25/jbigkit/">JBIG</ulink>,
     61<ulink url="http://www.cl.cam.ac.uk/~mgk25/jbigkit/">JBIG-KIT</ulink>,
    6362<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">Jasper</ulink>,
    64 <ulink url="http://www.research.att.com/sw/tools/graphviz/">Graphviz</ulink>
    65 and <ulink url="http://corefonts.sourceforge.net/">corefonts</ulink>
    66 </para></sect4>
    67                                                                                
     63<ulink url="http://www.research.att.com/sw/tools/graphviz/">Graphviz</ulink>,
     64<ulink url="http://corefonts.sourceforge.net/">corefonts</ulink>,
     65<ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink> and
     66<ulink url="http://dmalloc.com/">Dmalloc</ulink></para></sect4>
     67
    6868</sect3>
    69                                                                                
     69
    7070</sect2>
    7171
    7272<sect2>
    7373<title>Installation of <application>Imagemagick</application></title>
    74                                                                                
     74
    7575<para>Install <application>Imagemagick</application> by running the following
    7676commands:</para>
    77                                                                                
    78 <screen><userinput><command>./configure --prefix=/usr --enable-shared --with-modules &amp;&amp;
     77
     78<screen><userinput><command>./configure --prefix=/usr --with-modules &amp;&amp;
    7979make &amp;&amp;
    8080make install</command></userinput></screen>
    81                                                                                
     81
    8282</sect2>
    83                                                                                
     83
    8484<sect2>
    8585<title>Additional Configure Options</title>
    86                                                                                
     86
    8787<para>There are additional switches that can be passed to
    8888<application>ImageMagick</application> to customize the installation to your
     
    9090instructions at <ulink url="http://www.imagemagick.org/www/Install-unix.html"/>.
    9191</para>
    92                                                                                
     92
     93</sect2>
     94
     95<sect2>
     96<title>Command Explanations</title>
     97
     98<para><parameter>--with-modules</parameter>: Enables support for dynamically
     99loadable modules.</para>
     100
    93101</sect2>
    94102
    95103<sect2>
    96104<title>Contents</title>
    97                                                                                
     105
    98106<para><application>ImageMagick</application> contains
    99107<command>animate</command>,
Note: See TracChangeset for help on using the changeset viewer.