Changeset caf1ed3


Ignore:
Timestamp:
07/25/2007 04:01:04 AM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
69d7fdf0
Parents:
5b074e1
Message:

Updated to ImageMagick-6.3.5-3

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r5b074e1 rcaf1ed3  
    158158<!ENTITY rep-gtk-version              "0.18">
    159159<!ENTITY compface-version             "1.4">
    160 <!ENTITY imagemagick-version          "6.3.3">
     160<!ENTITY imagemagick-version          "6.3.5">
    161161<!ENTITY hd2u-version                 "1.0.0">
    162162<!ENTITY gtk-doc-version              "1.8">
  • general/genutils/imagemagick.xml

    r5b074e1 rcaf1ed3  
    55  %general-entities;
    66
    7   <!ENTITY imagemagick-patch-version "0">
     7  <!ENTITY imagemagick-patch-version "3">
    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        "2175f877a8d3a88b72d3ce3074f8f8e5">
    11   <!ENTITY imagemagick-size          "5.4 MB">
    12   <!ENTITY imagemagick-buildsize     "199 MB (additional 68 MB if you run the Image::Magick demo)">
    13   <!ENTITY imagemagick-time          "3.4 SBU (Additional 1.0 SBU to run the test suite)">
     10  <!ENTITY imagemagick-md5sum        "8e3dbc80d5185a45e8989660ac3e13e0">
     11  <!ENTITY imagemagick-size          "5.9 MB">
     12  <!ENTITY imagemagick-buildsize     "140 MB (additional 70 MB if you run the Image::Magick demo)">
     13  <!ENTITY imagemagick-time          "3.8 SBU (Additional 1.3 SBU to run the test suite)">
    1414]>
    1515
     
    126126    <xref linkend="librsvg"/>,
    127127    <xref linkend="libtiff"/>,
    128     <xref linkend="libxml2"/>, and
     128    <xref linkend="libxml2"/>,
     129    <ulink url="http://djvu.sourceforge.net/">DjVuLibre</ulink>, and
    129130    <ulink url="http://www.agocg.ac.uk/train/cgm/ralcgm.htm">RALCGM</ulink>
    130131    (or <ulink url="http://www.mcmurchy.com/ralcgm/ralcgm-3.50.tar.gz">RALCGM-3.50</ulink>)
     
    153154    <ulink url="http://txt2html.sourceforge.net/">txt2html</ulink>
    154155    (requires <xref linkend="perl-module-build"/> and Perl Module
    155     <ulink url="http://cpan.org/authors/id/J/JS/JSTENZEL/Getopt-ArgvFile-1.10.tgz">
     156    <ulink url="http://cpan.org/authors/id/J/JS/JSTENZEL/Getopt-ArgvFile-1.11.tgz">
    156157    Getopt::ArgvFile</ulink>), and
    157158    <ulink url="http://www.cs.utah.edu/gdc/projects/urt/">Utah Raster Toolkit</ulink>
     
    177178
    178179     <para>To test the results, issue: <command>make check</command>. Note that
    179      some of the tests may fail due to system and/or build parameter settings.
    180      In a recent test build performed on a current LFS SVN (20060508) platform
    181      with all the delegate dependencies installed, 11 of the 714 tests
    182      failed.</para>
     180     some of the tests may fail due to system and/or build parameter
     181     settings.</para>
    183182
    184183     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    242241        <seg>animate, compare, composite, conjure, convert, display,
    243242        identify, import, Magick-config, Magick++-config, mogrify,
    244         montage, and Wand-config</seg>
     243        montage, stream, and Wand-config</seg>
    245244        <seg>libMagick.{so,a}, libMagick++.{so,a}, libWand.{so,a},
    246245        the Magick.so Perl module, and numerous plugin modules</seg>
  • introduction/welcome/changelog.xml

    r5b074e1 rcaf1ed3  
    4545      <para>July 25th, 2007</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to ImageMagick-6.3.5-3.</para>
     49        </listitem>
    4750        <listitem>
    4851          <para>[name] - Updated Perl Modules: Archive-Tar-1.32,
Note: See TracChangeset for help on using the changeset viewer.