I did a du -k before I started, then again after installing and deleting the source. I do not leave the source laying around. I guessed incorrectly.John Gnew wrote these words on 03/15/05 15:22 CST:
Attached is (should be) the patch to bring Imagemagick up to version 6.2.0. This is my 1st attempt on makeing an update so please review my work.
+ [!ENTITY imagemagick-buildsize "25 MB"]
Just unpacking the tarball produces a directory that is over 30mb in size. How did you come up with just 25 MB as the build size?
I have redone the install and now have a number 109 MB which is still smaller that the old of 146 MB.
Build size should be the combination of the complete source directory after building the package and the size of all installed files.
I have also noticed that the bug 1066 has been assigned to Igor. Guess I did not do things in the correct order.
Attached is a new patch.
John Gnew
Index: BOOK/general.ent =================================================================== --- BOOK/general.ent (revision 3547) +++ BOOK/general.ent (working copy) @@ -105,7 +105,7 @@ <!ENTITY bc-version "1.06"> <!ENTITY rep-gtk-version "0.18"> <!ENTITY compface-version "1.4"> -<!ENTITY imagemagick-version "6.1.3"> +<!ENTITY imagemagick-version "6.2.0"> <!ENTITY hd2u-version "0.9.2"> <!ENTITY gtk-doc-version "1.2"> <!ENTITY intltool-version "0.32.1"> Index: BOOK/general/genutils/imagemagick.xml =================================================================== --- BOOK/general/genutils/imagemagick.xml (revision 3547) +++ BOOK/general/genutils/imagemagick.xml (working copy) @@ -4,13 +4,13 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY imagemagick-patch-version "7"> - <!ENTITY imagemagick-download-http "http://www.imagemagick.org/download/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.gz"> - <!ENTITY imagemagick-download-ftp "ftp://ftp.imagemagick.net/pub/ImageMagick/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.gz"> - <!ENTITY imagemagick-md5sum "99c2ef8a49e58b11e4318d3b89edc8aa"> - <!ENTITY imagemagick-size "5.5 MB"> - <!ENTITY imagemagick-buildsize "146 MB"> - <!ENTITY imagemagick-time "2.99 SBU"> + <!ENTITY imagemagick-patch-version "6"> + <!ENTITY imagemagick-download-http "http://www.imagemagick.org/download/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.bz2"> + <!ENTITY imagemagick-download-ftp "ftp://ftp.imagemagick.net/pub/ImageMagick/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.bz2"> + <!ENTITY imagemagick-md5sum "29acc7f6ec725c6c3f476b53d5dc6517"> + <!ENTITY imagemagick-size "4.5 MB"> + <!ENTITY imagemagick-buildsize "109 MB"> + <!ENTITY imagemagick-time "2.76 SBU"> ]> <sect1 id="imagemagick"
-- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
