Changeset 6cc3f39


Ignore:
Timestamp:
09/17/2005 08:35:05 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
2ddf71a5
Parents:
2739d2e
Message:

Updated to ImageMagick-6.2.4-5

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r2739d2e r6cc3f39  
    112112<!ENTITY rep-gtk-version              "0.18">
    113113<!ENTITY compface-version             "1.4">
    114 <!ENTITY imagemagick-version          "6.2.3">
     114<!ENTITY imagemagick-version          "6.2.4">
    115115<!ENTITY hd2u-version                 "1.0.0">
    116116<!ENTITY gtk-doc-version              "1.4">
  • general/genutils/imagemagick.xml

    r2739d2e r6cc3f39  
    88  <!ENTITY imagemagick-download-http "http://www.imagemagick.org/download/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.bz2">
    99  <!ENTITY imagemagick-download-ftp  "ftp://ftp.imagemagick.net/pub/ImageMagick/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.bz2">
    10   <!ENTITY imagemagick-md5sum        "599d9a01d825c138882374922c3cda96">
    11   <!ENTITY imagemagick-size          "4.8 MB">
    12   <!ENTITY imagemagick-buildsize     "up to 150 MB (depends which dependencies are installed)">
    13   <!ENTITY imagemagick-time          "up to 4 SBU (Additional 1.1 SBU for the test suite)">
     10  <!ENTITY imagemagick-md5sum        "1db7282df67272afb6b79dd87cd49bad">
     11  <!ENTITY imagemagick-size          "4.9 MB">
     12  <!ENTITY imagemagick-buildsize     "157 MB (additional 68 MB if you run the Image::Magick demo)">
     13  <!ENTITY imagemagick-time          "3.3 SBU (Additional 1.2 SBU to run the test suite)">
    1414]>
    1515
     
    6161    <bridgehead renderas="sect3">ImageMagick Dependencies</bridgehead>
    6262
    63     <bridgehead renderas="sect4">Required</bridgehead>
     63    <bridgehead renderas="sect4">Recommended</bridgehead>
    6464    <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para>
    6565
     
    7373    <xref linkend="libtiff"/>,
    7474    <xref linkend="libxml2"/>,
    75     <xref linkend="mozilla"/>,
    7675    <xref linkend="tex"/>,
    7776    <xref linkend="gimp"/>,
     
    104103    <ulink url="http://radsite.lbl.gov/radiance/HOME.html">Radiance</ulink>,
    105104    <ulink url="http://corefonts.sourceforge.net/">corefonts</ulink>,
     105    <ulink url="http://www.artifex.com/downloads/">GhostPCL</ulink>,
    106106    <ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink> and
    107107    <ulink url="http://dmalloc.com/">Dmalloc</ulink></para>
     
    115115    commands:</para>
    116116
    117 <screen><userinput>sed -i -e 's/\$(LIBLTDL) \$/\$/' Makefile.in &amp;&amp;
    118 ./configure --prefix=/usr --with-modules &amp;&amp;
     117<screen><userinput>./configure --prefix=/usr --with-modules &amp;&amp;
    119118make</userinput></screen>
    120119
     120     <para>To test the results, issue: <command>make check</command>.</para>
     121
    121122     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    122123
    123124<screen role="root"><userinput>make install</userinput></screen>
    124 
    125    <para>To test the results, as an unprivileged user, issue: <command>make check</command>.</para>
    126125
    127126    <sect3>
     
    140139    <title>Command Explanations</title>
    141140
     141<!--
    142142    <para><command>sed -i -e 's/\$(LIBLTDL) \$/\$/' Makefile.in</command>: The
    143143    package will build and install a different version of the
     
    146146    package to link to the installed version of
    147147    <filename class='libraryfile'>libltdl</filename>, and not replace it.</para>
     148-->
    148149
    149150    <para><parameter>--with-modules</parameter>: Enables support for dynamically
     
    166167        <seg>libMagick.[so,a], libMagick++.[so,a], libWand.[so,a],
    167168        the Magick.so Perl module, and numerous plugin modules</seg>
    168         <seg>/usr/include/magick, /usr/include/wand,
     169        <seg>/usr/include/Magick++, /usr/include/magick, /usr/include/wand,
    169170        /usr/lib/ImageMagick-&imagemagick-version;,
    170         /usr/lib/perl5/site_perl/5.8.5/i686-linux/auto/Image/Magick, and
    171         /usr/share/ImageMagick-&imagemagick-version;</seg>
     171        /usr/lib/perl5/site_perl/&LFS-Perl-version;/i686-linux/auto/Image/Magick,
     172        /usr/share/ImageMagick-&imagemagick-version; and
     173        /usr/share/doc/ImageMagick-&imagemagick-version;</seg>
    172174      </seglistitem>
    173175    </segmentedlist>
     
    307309        library. Run <command>make</command> in the
    308310        <filename class='directory'>PerlMagick/demo</filename> directory of
    309         the package source tree to see a nice demo of the module's
    310         capabilities.</para>
     311        the package source tree after the package is installed to see a nice
     312        demo of the module's capabilities.</para>
    311313        <indexterm zone="imagemagick perlmagick">
    312314          <primary sortas="g-Image-Magick">Image::Magick</primary>
  • introduction/welcome/changelog.xml

    r2739d2e r6cc3f39  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to ImageMagick-6.2.4-5.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated the Business::ISBN Perl module to
    4952          1.82.</para>
Note: See TracChangeset for help on using the changeset viewer.