Changeset 3eebaa66


Ignore:
Timestamp:
03/08/2007 02:33:15 AM (17 years ago)
Author:
David Jensen <djensen@…>
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:
edcc46c8
Parents:
875b36d7
Message:

Updated to ImageMagick-6.3.3-0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r875b36d7 r3eebaa66  
    44-->
    55
    6 <!ENTITY day          "04">                   <!-- Always 2 digits -->
     6<!ENTITY day          "07">                   <!-- Always 2 digits -->
    77<!ENTITY month        "03">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
     
    146146<!ENTITY rep-gtk-version              "0.18">
    147147<!ENTITY compface-version             "1.4">
    148 <!ENTITY imagemagick-version          "6.2.8">
     148<!ENTITY imagemagick-version          "6.3.3">
    149149<!ENTITY hd2u-version                 "1.0.0">
    150150<!ENTITY gtk-doc-version              "1.6">
  • general/genutils/imagemagick.xml

    r875b36d7 r3eebaa66  
    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        "484cd7b62fac2164e8257449405f2563">
    11   <!ENTITY imagemagick-size          "5.2 MB">
    12   <!ENTITY imagemagick-buildsize     "174 MB (additional 68 MB if you run the Image::Magick demo)">
    13   <!ENTITY imagemagick-time          "3.4 SBU (Additional 1.1 SBU to run the test suite)">
     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)">
    1414]>
    1515
     
    171171    commands:</para>
    172172
    173 <screen><userinput>sed -i "s/\xc3\xa9/\\\\['e]/" utilities/ImageMagick.1 &amp;&amp;
     173<screen><userinput>sed -i -e "s/\xc2\xae/\\\[rg\]/g" -e "s/B...'e./Be/" utilities/ImageMagick.1 &amp;&amp;
    174174./configure --prefix=/usr --with-modules &amp;&amp;
    175175make</userinput></screen>
     
    369369    </varlistentry>
    370370
     371    <varlistentry id="stream">
     372      <term><command>stream</command></term>
     373      <listitem>
     374        <para>streams one or more pixel components of an image or
     375         portion of the image to your choice of storage formats.</para>
     376        <indexterm zone="imagemagick stream">
     377          <primary sortas="b-stream">stream</primary>
     378        </indexterm>
     379      </listitem>
     380    </varlistentry>
     381
    371382    <varlistentry id="wand-config">
    372383      <term><command>Wand-config</command></term>
  • introduction/welcome/changelog.xml

    r875b36d7 r3eebaa66  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>March 7th, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[djensen] - Updated to ImageMagick-6.3.3-0,
     49          man page sed by alexander.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
    4353
    4454    <listitem>
Note: See TracChangeset for help on using the changeset viewer.