Changeset bf8eb65


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

Files:
5 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>
  • general/sysutils/dbus.xml

    rd459ba1 rbf8eb65  
    153153
    154154    <para>
     155      If you are using a DESTDIR install,
     156      <command>dbus-daemon-launch-helper</command> needs to be fixed
     157      afterwards. Issue, as <systemitem class="username">root</systemitem>
     158      user:
     159    </para>
     160
     161<screen role="root"><userinput>chown -v root:messagebus /usr/libexec/dbus-daemon-launch-helper &amp;&amp;
     162chmod -v      4750       /usr/libexec/dbus-daemon-launch-helper</userinput></screen>
     163
     164    <para>
    155165      If you are still building your system in chroot or you did not start the
    156166      daemon yet, but you want to compile some packages that require
     
    194204
    195205    <para>
    196       Note there has been a report that the tests may fail if running
    197       inside a Midnight Commander shell.
    198       You may get out-of-memory error messages when running the tests.
    199       These are normal and can be safely ignored.
     206      There has been a report that the tests may fail if running inside a
     207      Midnight Commander shell.  You may get out-of-memory error messages when
     208      running the tests.  These are normal and can be safely ignored.
    200209    </para>
    201210
  • introduction/welcome/changelog.xml

    rd459ba1 rbf8eb65  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[fernando] - Update to ImageMagick-6.9.1-0. Fixes
     52          <ulink url="&blfs-ticket-root;6000">#6000</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[igor] - Update to qemu-2.2.1.</para>
    5256        </listitem>
  • multimedia/libdriv/libmusicbrainz.xml

    rd459ba1 rbf8eb65  
    9393
    9494<screen><userinput>patch -Np1 -i ../libmusicbrainz-&libmusicbrainz-version;-missing-includes-1.patch &amp;&amp;
    95 ./configure --prefix=/usr &amp;&amp;
     95./configure --prefix=/usr --disable-static &amp;&amp;
    9696make</userinput></screen>
    9797
     
    122122  </sect2>
    123123
     124  <sect2 role="commands">
     125    <title>Command Explanations</title>
     126
     127    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     128      href="../../xincludes/static-libraries.xml"/>
     129
     130  </sect2>
     131
    124132  <sect2 role="content">
    125133    <title>Contents</title>
     
    132140      <seglistitem>
    133141        <seg>None</seg>
    134         <seg>libmusicbrainz.{so,a}</seg>
     142        <seg>libmusicbrainz.so</seg>
    135143        <seg>/usr/include/musicbrainz and
    136144        /usr/share/doc/libmusicbrainz-&libmusicbrainz-version;</seg>
     
    144152
    145153      <varlistentry id="libmusicbrainz-lib">
    146         <term><filename class='libraryfile'>libmusicbrainz.{so,a}</filename></term>
     154        <term><filename class='libraryfile'>libmusicbrainz.so</filename></term>
    147155        <listitem>
    148156          <para>contains API functions to access the MusicBrainz database, both
  • packages.ent

    rd459ba1 rbf8eb65  
    192192<!ENTITY hicolor-icon-theme-version   "0.14">
    193193<!ENTITY icon-naming-utils-version    "0.8.90">
    194 <!ENTITY imagemagick-version          "6.9.0">
     194<!ENTITY imagemagick-version          "6.9.1">
    195195<!ENTITY intltool-version             "0.50.2">
    196196<!ENTITY lsof-version                 "4.88">
Note: See TracChangeset for help on using the changeset viewer.