Changeset 844a44e1


Ignore:
Timestamp:
09/28/2012 06:37:51 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
9fa13d2
Parents:
0bd76b2
Message:

Update to ImageMagick-6.7.9-8

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0bd76b2 r844a44e1  
    321321<!ENTITY hd2u-version                 "1.0.3">
    322322<!ENTITY icon-naming-utils-version    "0.8.90">
    323 <!ENTITY imagemagick-version          "6.7.8">
     323<!ENTITY imagemagick-version          "6.7.9">
    324324<!ENTITY intltool-version             "0.50.2">
    325325<!ENTITY libiodbc-version             "3.52.8">
  • general/genutils/imagemagick.xml

    r0bd76b2 r844a44e1  
    55  %general-entities;
    66
    7   <!ENTITY imagemagick-patch-version "6">
     7  <!ENTITY imagemagick-patch-version "8">
    88  <!-- Not sure what to do here as ImageMagick is one of the fastest-moving
    99       targets in all of open-source. One solution is to always use the last
     
    1616  <!ENTITY imagemagick-download-http " ">
    1717  <!ENTITY imagemagick-download-ftp  "ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz">
    18   <!ENTITY imagemagick-md5sum        "1dc4fb3febd1db7e0ab47c877f66eb09">
    19   <!ENTITY imagemagick-size          "7.5 MB">
    20   <!ENTITY imagemagick-buildsize     "264 MB typical (additional 27MB if you run the testsuite, and additional 68 MB if you run the Image::Magick demo)">
     18  <!ENTITY imagemagick-md5sum        "c3084e6de11e440b812479de151642a3">
     19  <!ENTITY imagemagick-size          "8.0 MB">
     20  <!ENTITY imagemagick-buildsize     "300 MB typical (additional 27MB if you run the testsuite)">
    2121  <!ENTITY imagemagick-time          "3.2 SBU typical (Additional 0.8 SBU to run the test suite)">
    2222]>
     
    188188    commands:</para>
    189189
    190 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
    191   --with-modules &amp;&amp;
     190<screen><userinput>
     191./configure --prefix=/usr     \
     192            --sysconfdir=/etc \
     193            --with-modules    \
     194            --with-perl       \
     195            --without-magick-plus-plus &amp;&amp;
    192196make</userinput></screen>
    193 
    194     <para>If you wish to build the <application>PerlMagick</application>
    195     <application>perl</application> module, use the following commands:</para>
    196 
    197 <screen><userinput>cd PerlMagick &amp;&amp;
    198 perl Makefile.PL &amp;&amp;
    199 make &amp;&amp;
    200 cd ..</userinput></screen>
    201197
    202198     <para>To test the results, issue: <command>make check</command>. Note that
     
    238234    loadable modules.</para>
    239235
     236    <para><parameter>--with-perl</parameter>: Enables building and install
     237    PerlMagick.</para>
     238
     239    <para><parameter>--without-magick-plus-plus</parameter>: Disables building
     240    and installing Magick++.  All the test modules and demos for Magick++
     241    currently fail.</para>
     242
    240243    <para><option>--with-gslib=/usr/lib</option>: Enables support to use the
    241244    Ghostscript shared library.</para>
     
    268271      <seglistitem>
    269272        <seg>animate, compare, composite, conjure, convert, display,
    270         identify, import, Magick++-config, Magick-config, MagickCore-config,
     273        identify, import, Magick-config, MagickCore-config,
    271274        MagickWand-config, mogrify, montage, stream, and Wand-config</seg>
    272         <seg>libMagick.{so,a}, libMagickCore.{so,a} libMagick++.{so,a},
    273         libMagickWand.{so,a}, optionally the Magick.so Perl module, and
     275
     276        <seg>libMagickCore.{so,a}, libMagickWand.{so,a}, and
    274277        numerous plugin modules</seg>
    275         <seg>/usr/include/Magick++, /usr/include/magick, /usr/include/wand,
     278       
     279        <seg>/etc/ImageMagick,
     280        /usr/include/ImageMagick,
    276281        /usr/lib/ImageMagick-&imagemagick-version;,
    277282        /usr/lib/perl5/site_perl/&lfs-perl-version;/auto/Image,
     
    368373
    369374    <varlistentry id="magick-config">
    370       <term><command>Magick-config</command> and
    371       <command>Magick++-config, MagickCore-config, MagickWand-config</command></term>
     375      <term><command>Magick{,Core,Wand}-config</command></term>
    372376      <listitem>
    373377        <para>show information about the installed versions of the
    374         <application>ImageMagick</application> Magick++, MagickCore and MagickWand libraries.</para>
     378        <application>ImageMagick</application> libraries.</para>
    375379        <indexterm zone="imagemagick magick-config">
    376380          <primary sortas="b-Magick-config">Magick-config</primary>
  • introduction/welcome/changelog.xml

    r0bd76b2 r844a44e1  
    4747      <para>September 28th, 2012</para>
    4848      <itemizedlist>
     49        <listitem>
     50          <para>[bdubbs] - Update to ImageMagick-6.7.9-8. Fixes
     51          <ulink url="&blfs-ticket-root;3525">#3525</ulink>.</para>
     52        </listitem>
    4953        <listitem>
    5054          <para>[bdubbs] - Update to transmission-2.71. Fixes
Note: See TracChangeset for help on using the changeset viewer.