Changeset 810d8ae


Ignore:
Timestamp:
03/07/2012 10:56:38 PM (12 years ago)
Author:
Ken Moffat <ken@…>
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:
285c7cf
Parents:
6fa2156
Message:

ImageMagick-6.7.5-10 : turns out I was lying when I said gs needed to be linked in for the tests to pass - they must have fixed them.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/imagemagick.xml

    r6fa2156 r810d8ae  
    55  %general-entities;
    66
    7   <!ENTITY imagemagick-patch-version "9">
     7  <!ENTITY imagemagick-patch-version "10">
    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
     
    1515  <!ENTITY imagemagick-download-http " ">
    1616  <!ENTITY imagemagick-download-ftp  "ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz">
    17   <!ENTITY imagemagick-md5sum        "773d98dda1fe231d84dd0269dcdf6e65">
     17  <!ENTITY imagemagick-md5sum        "b5298daceff12d0fa723b4b0e4a845bc">
    1818  <!ENTITY imagemagick-size          "7.3 MB">
    1919  <!ENTITY imagemagick-buildsize     "256 MB typical (additional 69 MB if you run the Image::Magick demo)">
     
    201201
    202202     <para>To test the results, issue: <command>make check</command>. Note that
    203      many of the tests require a working <application>ghostscript</application>
    204      (and it should be linked in - see the optional command below).</para>
     203     many of the tests require a working <application>ghostscript</application>.</para>
    205204
    206205     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • introduction/welcome/changelog.xml

    r6fa2156 r810d8ae  
    5757          <para>[krejzi] - transcode 1.1.7.</para>
    5858        </listitem>
     59        <listitem>
     60          <para>[ken] - update to a version of ImageMagick which is still available
     61          (6.7.5-10).</para>
     62        </listitem>
    5963      </itemizedlist>
    6064    </listitem>
Note: See TracChangeset for help on using the changeset viewer.