Changeset 10c82eb


Ignore:
Timestamp:
02/22/2015 12:05:00 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.7, 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:
878714f
Parents:
0403b94
Message:

Update to imagemagick-6.9.0.6.
Update to mplayer-2015-02-20.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/imagemagick.xml

    r0403b94 r10c82eb  
    55  %general-entities;
    66
    7   <!ENTITY imagemagick-patch-version "0">
     7  <!ENTITY imagemagick-patch-version "6">
    88
    99  <!ENTITY imagemagick-download-http " ">
    10   <!ENTITY imagemagick-download-ftp 
    11            "ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz">
    12   <!ENTITY imagemagick-md5sum        "3714e7d5d248c13aee95a7f54970349f">
     10  <!ENTITY imagemagick-download-ftp "ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz">
     11  <!ENTITY imagemagick-md5sum        "fd481f9fdee33ab218184a1412bae93d">
    1312  <!ENTITY imagemagick-size          "7.6 MB">
    14   <!ENTITY imagemagick-buildsize
    15            "149 MB (with typical dependencies, additional 25 MB to run the test suite, reputedly 450 MB with all dependencies)">
    16   <!ENTITY imagemagick-time
    17            "2.6 SBU (typical build - additional 8.8 SBU to run the test suite and 19 SBU to run the validation suite)">
     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)">
    1815]>
    1916
     
    219216
    220217    <para>
    221       To test the installation, issue: <command>make check</command>. For a more
    222       comprehensive test, run the <application>ImageMagick</application>
    223       validation suite, also after the package is installed. Note that the EPS,
    224       PS, and PDF tests require a working
    225       <application>Ghostscript</application>. One test needs "Helvetica" from
    226       "Standard Fonts" which are optionally installed in <xref linkend="gs"/>.
     218
     219      To test the installation, issue: <command>make check</command>. A more
     220      comprehensive test is the <application>ImageMagick</application>
     221      validation suite. If <command>make check</command> has not been executed,
     222      run <command>make tests/validate</command> to compile it.  Issue
     223      <command>tests/validate 2>&amp;1 | tee validate.log</command> to run the
     224      validation suite. The result summary may be obtained with <command>grep
     225      "validation suite" validate.log</command>. Note that the EPS, PS, and PDF
     226      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
    227230    </para>
    228231
     
    317320          libMagickCore-6.Q16HDRI.so,
    318321          libMagickWand-6.Q16HDRI.so,
    319           libMagick++-6.Q16HDRI.so,
    320           /usr/lib/perl5/site_perl/&lfs-perl-version;/auto/Image/Magick/Magick.so, and
    321           /usr/lib/perl5/site_perl/&lfs-perl-version;/auto/Image/Magick/Q16HDRI/Q16HDRI.so
     322          libMagick++-6.Q16HDRI.so, and
     323          /usr/lib/perl5/site_perl/&lfs-perl-version;/auto/Image/Magick/{Magick,Q16HDRI/Q16HDRI}.so
    322324        </seg>
    323325        <seg>
     
    325327          /usr/include/ImageMagick-6,
    326328          /usr/lib/ImageMagick-&imagemagick-version;,
    327           /usr/lib/perl5/site_perl/&lfs-perl-version;/auto/Image/Magick,
    328           /usr/lib/perl5/site_perl/&lfs-perl-version;/Image/Magick,
    329           /usr/share/ImageMagick-6, and
    330           /usr/share/doc/ImageMagick-6
     329          /usr/lib/perl5/site_perl/&lfs-perl-version;/{,auto}/Image/Magick,
     330          /usr/share/doc/ImageMagick-6, and
     331          /usr/share/ImageMagick-6
    331332        </seg>
    332333      </seglistitem>
  • introduction/welcome/changelog.xml

    r0403b94 r10c82eb  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>February 22nd, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to mplayer-2015-02-20. Fixes
     52          <ulink url="&blfs-ticket-root;6160">#6160</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[fernando] - Update to imagemagick-6.9.0.6. Fixes
     56          <ulink url="&blfs-ticket-root;6159">#6159</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[bdubbs] - Update to MesaLib 10.4.5. Partially fixes
     60          <ulink url="&blfs-ticket-root;6142">#6142</ulink>.</para>
     61        </listitem>
     62      </itemizedlist>
     63    </listitem>
    4664
    4765    <listitem>
  • multimedia/videoutils/mplayer.xml

    r0403b94 r10c82eb  
    99  <!ENTITY mplayer-download-http "&sources-anduin-other-http;/mplayer-&mplayer-version;.tar.xz">
    1010  <!ENTITY mplayer-download-ftp " ">
    11   <!ENTITY mplayer-md5sum        "cc32f19f7859dbec0d09134bffc95c85">
     11  <!ENTITY mplayer-md5sum        "466277d34edee7facd456cddfca10171">
    1212  <!ENTITY mplayer-size          "12 MB">
    13   <!ENTITY mplayer-buildsize     "205 MB<!-- (120 MB using system-installed FFMpeg)-->">
    14   <!ENTITY mplayer-time          "3.5 SBU<!-- (1.5 SBU using system-installed FFMpeg)-->">
     13  <!ENTITY mplayer-buildsize     "248 MB<!-- (120 MB using system-installed FFMpeg)-->">
     14  <!ENTITY mplayer-time          "3.6 SBU<!-- (1.5 SBU using system-installed FFMpeg)-->">
    1515
    1616  <!ENTITY mplayer-skin          "Clearlooks-1.6">
     
    490490        <seg>
    491491          /etc/mplayer,
    492           /usr/share/mplayer and
    493           /usr/share/doc/mplayer-&mplayer-version;
     492          /usr/share/doc/mplayer-&mplayer-version; and
     493          /usr/share/mplayer
    494494        </seg>
    495495      </seglistitem>
  • packages.ent

    r0403b94 r10c82eb  
    697697<!-- Chapter 40 -->
    698698<!ENTITY ffmpeg-version               "2.5.4">
    699 <!ENTITY mplayer-version              "2014-12-19">
     699<!ENTITY mplayer-version              "2015-02-20">
    700700<!ENTITY xine-ui-version              "0.99.9">
    701701<!ENTITY transcode-version            "1.1.7">
Note: See TracChangeset for help on using the changeset viewer.