mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Updated to ImageMagick-6.2.4-5
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5080 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
2739d2e3f8
commit
6cc3f39bd9
@ -111,7 +111,7 @@
|
||||
<!ENTITY bc-version "1.06">
|
||||
<!ENTITY rep-gtk-version "0.18">
|
||||
<!ENTITY compface-version "1.4">
|
||||
<!ENTITY imagemagick-version "6.2.3">
|
||||
<!ENTITY imagemagick-version "6.2.4">
|
||||
<!ENTITY hd2u-version "1.0.0">
|
||||
<!ENTITY gtk-doc-version "1.4">
|
||||
<!ENTITY intltool-version "0.34.1">
|
||||
|
@ -7,10 +7,10 @@
|
||||
<!ENTITY imagemagick-patch-version "5">
|
||||
<!ENTITY imagemagick-download-http "http://www.imagemagick.org/download/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.bz2">
|
||||
<!ENTITY imagemagick-download-ftp "ftp://ftp.imagemagick.net/pub/ImageMagick/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.bz2">
|
||||
<!ENTITY imagemagick-md5sum "599d9a01d825c138882374922c3cda96">
|
||||
<!ENTITY imagemagick-size "4.8 MB">
|
||||
<!ENTITY imagemagick-buildsize "up to 150 MB (depends which dependencies are installed)">
|
||||
<!ENTITY imagemagick-time "up to 4 SBU (Additional 1.1 SBU for the test suite)">
|
||||
<!ENTITY imagemagick-md5sum "1db7282df67272afb6b79dd87cd49bad">
|
||||
<!ENTITY imagemagick-size "4.9 MB">
|
||||
<!ENTITY imagemagick-buildsize "157 MB (additional 68 MB if you run the Image::Magick demo)">
|
||||
<!ENTITY imagemagick-time "3.3 SBU (Additional 1.2 SBU to run the test suite)">
|
||||
]>
|
||||
|
||||
<sect1 id="imagemagick"
|
||||
@ -60,7 +60,7 @@ xreflabel="ImageMagick-&imagemagick-version;-&imagemagick-patch-version;">
|
||||
|
||||
<bridgehead renderas="sect3">ImageMagick Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional (Install Based on the Required
|
||||
@ -72,7 +72,6 @@ xreflabel="ImageMagick-&imagemagick-version;-&imagemagick-patch-version;">
|
||||
<xref linkend="freetype2"/>,
|
||||
<xref linkend="libtiff"/>,
|
||||
<xref linkend="libxml2"/>,
|
||||
<xref linkend="mozilla"/>,
|
||||
<xref linkend="tex"/>,
|
||||
<xref linkend="gimp"/>,
|
||||
<xref linkend="sane"/>,
|
||||
@ -103,6 +102,7 @@ xreflabel="ImageMagick-&imagemagick-version;-&imagemagick-patch-version;">
|
||||
<ulink url="http://txt2html.sourceforge.net/">txt2html</ulink>,
|
||||
<ulink url="http://radsite.lbl.gov/radiance/HOME.html">Radiance</ulink>,
|
||||
<ulink url="http://corefonts.sourceforge.net/">corefonts</ulink>,
|
||||
<ulink url="http://www.artifex.com/downloads/">GhostPCL</ulink>,
|
||||
<ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink> and
|
||||
<ulink url="http://dmalloc.com/">Dmalloc</ulink></para>
|
||||
|
||||
@ -114,16 +114,15 @@ xreflabel="ImageMagick-&imagemagick-version;-&imagemagick-patch-version;">
|
||||
<para>Install <application>Imagemagick</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>sed -i -e 's/\$(LIBLTDL) \$/\$/' Makefile.in &&
|
||||
./configure --prefix=/usr --with-modules &&
|
||||
<screen><userinput>./configure --prefix=/usr --with-modules &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
<para>To test the results, as an unprivileged user, issue: <command>make check</command>.</para>
|
||||
|
||||
<sect3>
|
||||
<title>Additional Configure Options</title>
|
||||
|
||||
@ -139,12 +138,14 @@ make</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<!--
|
||||
<para><command>sed -i -e 's/\$(LIBLTDL) \$/\$/' Makefile.in</command>: The
|
||||
package will build and install a different version of the
|
||||
<application>Libtool</application> library in
|
||||
<filename class='directory'>/usr/lib</filename>. This command forces the
|
||||
package to link to the installed version of
|
||||
<filename class='libraryfile'>libltdl</filename>, and not replace it.</para>
|
||||
-->
|
||||
|
||||
<para><parameter>--with-modules</parameter>: Enables support for dynamically
|
||||
loadable modules.</para>
|
||||
@ -165,10 +166,11 @@ make</userinput></screen>
|
||||
montage, and Wand-config</seg>
|
||||
<seg>libMagick.[so,a], libMagick++.[so,a], libWand.[so,a],
|
||||
the Magick.so Perl module, and numerous plugin modules</seg>
|
||||
<seg>/usr/include/magick, /usr/include/wand,
|
||||
<seg>/usr/include/Magick++, /usr/include/magick, /usr/include/wand,
|
||||
/usr/lib/ImageMagick-&imagemagick-version;,
|
||||
/usr/lib/perl5/site_perl/5.8.5/i686-linux/auto/Image/Magick, and
|
||||
/usr/share/ImageMagick-&imagemagick-version;</seg>
|
||||
/usr/lib/perl5/site_perl/&LFS-Perl-version;/i686-linux/auto/Image/Magick,
|
||||
/usr/share/ImageMagick-&imagemagick-version; and
|
||||
/usr/share/doc/ImageMagick-&imagemagick-version;</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
@ -306,8 +308,8 @@ make</userinput></screen>
|
||||
image file formats using the <application>ImageMagick</application>
|
||||
library. Run <command>make</command> in the
|
||||
<filename class='directory'>PerlMagick/demo</filename> directory of
|
||||
the package source tree to see a nice demo of the module's
|
||||
capabilities.</para>
|
||||
the package source tree after the package is installed to see a nice
|
||||
demo of the module's capabilities.</para>
|
||||
<indexterm zone="imagemagick perlmagick">
|
||||
<primary sortas="g-Image-Magick">Image::Magick</primary>
|
||||
</indexterm>
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>September 17th, 2005</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to ImageMagick-6.2.4-5.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[randy] - Updated the Business::ISBN Perl module to
|
||||
1.82.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user