Ignore:
Timestamp:
03/22/2015 07:13:59 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
63d8d062
Parents:
d459ba1
Message:

Update to ImageMagick-6.9.1-0.
D-Bus-1.8.16: fix if using DESTDIR.
libmusicbrainz-2.1.5: --disable-static.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/imagemagick.xml

    rd459ba1 rbf8eb65  
    55  %general-entities;
    66
    7   <!ENTITY imagemagick-patch-version "6">
     7  <!ENTITY imagemagick-patch-version "0">
    88
    99  <!ENTITY imagemagick-download-http " ">
    1010  <!ENTITY imagemagick-download-ftp "ftp://ftp.imagemagick.org/pub/ImageMagick/releases/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz">
    11   <!ENTITY imagemagick-md5sum        "fd481f9fdee33ab218184a1412bae93d">
     11  <!ENTITY imagemagick-md5sum        "abd11cac6d0c064e68e331232c21f1d6">
    1212  <!ENTITY imagemagick-size          "7.6 MB">
    13   <!ENTITY imagemagick-buildsize "150 MB (with typical dependencies, additional 29 MB to run the test suite, reputedly 450 MB with all dependencies)">
    14   <!ENTITY imagemagick-time "2.5 SBU (typical build - additional 9.1 SBU to run the test suite and 17.9 SBU to run the validation suite)">
     13  <!ENTITY imagemagick-buildsize "171 MB (with typical dependencies, additional 33 MB to run the test suite, reputedly 450 MB with all dependencies)">
     14  <!ENTITY imagemagick-time "2.2 SBU (typical build - additional 3.6 SBU to run the test suite and 4 SBU to run the validation suite)">
    1515]>
    1616
     
    216216
    217217    <para>
    218 
    219218      To test the installation, issue: <command>make check</command>. A more
    220219      comprehensive test is the <application>ImageMagick</application>
     
    225224      "validation suite" validate.log</command>. Note that the EPS, PS, and PDF
    226225      tests require a working <application>Ghostscript</application>. One test
    227       needs "Helvetica" from "Standard Fonts" which are optionally installed in
    228       <xref linkend="gs"/>.
    229 
     226      needs <quote>Helvetica</quote> from <quote>Ghostscript Standard
     227      Fonts</quote>, which are optionally installed in <xref linkend="gs"/>.
    230228    </para>
    231229
     
    250248    </para>
    251249
    252     <para>
    253       <parameter>--disable-static</parameter>: Prevents the static
    254       libraries being built and installed.
    255     </para>
     250    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     251      href="../../xincludes/static-libraries.xml"/>
    256252
    257253    <para>
     
    328324          /usr/lib/ImageMagick-&imagemagick-version;,
    329325          /usr/lib/perl5/site_perl/&lfs-perl-version;/{,auto}/Image/Magick,
    330           /usr/share/doc/ImageMagick-6, and
     326          /usr/share/doc/ImageMagick-&imagemagick-version;, and
    331327          /usr/share/ImageMagick-6
    332328        </seg>
Note: See TracChangeset for help on using the changeset viewer.