Changeset 56e117c7 for general/genutils


Ignore:
Timestamp:
07/25/2012 12:31:07 AM (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:
9411847
Parents:
def6abe4
Message:

ImageMagick-6.7.8-6 (most of). The location of the Magick files (site_perl/5.x.y/MYARCH-linux) is temporary, pending discussion, but the testsuite is still outstanding (it works, but in colour, or at least green for PASS - would be nice to get it loggable, but other things such as firefox will take priority).

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/imagemagick.xml

    rdef6abe4 r56e117c7  
    55  %general-entities;
    66
    7   <!ENTITY imagemagick-patch-version "10">
     7  <!ENTITY imagemagick-patch-version "6">
    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        "b5298daceff12d0fa723b4b0e4a845bc">
    18   <!ENTITY imagemagick-size          "7.3 MB">
    19   <!ENTITY imagemagick-buildsize     "256 MB typical (additional 69 MB if you run the Image::Magick demo)">
    20   <!ENTITY imagemagick-time          "4.2 SBU typical (Additional 8.1 SBU to run the test suite)">
     17  <!ENTITY imagemagick-md5sum        "1dc4fb3febd1db7e0ab47c877f66eb09">
     18  <!ENTITY imagemagick-size          "7.5 MB">
     19  <!ENTITY imagemagick-buildsize     "264 MB typical (additional 27MB if you run the testsuite, and additional 68 MB if you run the Image::Magick demo)">
     20  <!ENTITY imagemagick-time          "3.2 SBU typical (Additional 0.8 SBU to run the test suite)">
    2121]>
    2222
     
    275275        <seg>/usr/include/Magick++, /usr/include/magick, /usr/include/wand,
    276276        /usr/lib/ImageMagick-&imagemagick-version;,
    277         /usr/lib/perl5/site_perl/&lfs-perl-version;/i686-linux/auto/Image/Magick,
     277        /usr/lib/perl5/site_perl/5.x.y/MYARCH-linux/auto/Image/Magick
     278        (where 5.x.y is your version of <application>perl</application> and MYARCH
     279        is i686 or x86_64),
    278280        /usr/share/ImageMagick-&imagemagick-version; and
    279281        /usr/share/doc/ImageMagick-&imagemagick-version;</seg>
Note: See TracChangeset for help on using the changeset viewer.