Changeset 07357c23


Ignore:
Timestamp:
01/10/2015 03:32:47 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:
c8eaf30
Parents:
f9c1214
Message:

Update to giflib-5.1.1.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/giflib.xml

    rf9c1214 r07357c23  
    77  <!ENTITY giflib-download-http "&sourceforge-repo;/giflib/giflib-&giflib-version;.tar.bz2">
    88  <!ENTITY giflib-download-ftp  " ">
    9   <!ENTITY giflib-http-md5sum   "c7e9f1c10b755ab955156d4c1ac7fc5d">
    10   <!ENTITY giflib-http-size     "607 KB">
    11   <!ENTITY giflib-buildsize     "6.5 MB (with generated html documentation; additional 0.7 MB for the tests)">
    12   <!ENTITY giflib-time          "0.2 SBU (with generated html documentation)">
     9  <!ENTITY giflib-http-md5sum   "1c39333192712788c6568c78a949f13e">
     10  <!ENTITY giflib-http-size     "640 KB">
     11  <!ENTITY giflib-buildsize     "6.7 MB (with documentation; additional 0.4 MB for the tests)">
     12  <!ENTITY giflib-time          "0.1 SBU (with documentation)">
    1313]>
    1414
     
    7676make</userinput></screen>
    7777
    78     <para>To test the results, issue: <command>make check</command>. The
    79     test results are in <filename>test.sh.log</filename>.</para>
     78    <para>To test the results, issue: <command>make check</command>. Test suite
     79    results are kept in <filename>test.sh.log</filename>.</para>
    8080
    8181    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    8383<screen role="root"><userinput>make install</userinput></screen>
    8484
    85     <para>If you generated html documentation, install it as the
     85    <para>If <xref linkend="xmlto"/> is installed, then the API documentation
     86    has been built.  If you wish to install the distributed and the just built
     87    documentations, issue, as the
    8688    <systemitem class="username">root</systemitem> user:</para>
    8789
    88 <screen role="root"><userinput>install -v -dm755           /usr/share/doc/giflib-&giflib-version;/html &amp;&amp;
    89 install -v -m644 doc/*.html /usr/share/doc/giflib-&giflib-version;/html</userinput></screen>
     90<screen role="root"><userinput>find doc \( -name Makefile\* -o -name \*.1 \
     91         -o -name \*.xml \) -exec rm -v {} \; &amp;&amp;
     92
     93install -v -dm755 /usr/share/doc/giflib-&giflib-version; &amp;&amp;
     94cp -v -R doc/* /usr/share/doc/giflib-&giflib-version;</userinput></screen>
    9095
    9196  </sect2>
     
    9398  <sect2 role="commands">
    9499    <title>Command Explanations</title>
     100
     101    <para>
     102      <command>find doc ... -exec rm -v {} \;</command>: This command removes
     103      <filename>Makefiles</filename>, man and xml files from the documentation
     104      directory that would otherwise be installed by the commands that follow.
     105    </para>
    95106
    96107    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • introduction/welcome/changelog.xml

    rf9c1214 r07357c23  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[fernando] - Update to giflib-5.1.1. Fixes
     52          <ulink url="&blfs-ticket-root;6012">#6012</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[fernando] - Update to fluxbox-1.3.6. Fixes
    5256          <ulink url="&blfs-ticket-root;6009">#6009</ulink>.</para>
  • packages.ent

    rf9c1214 r07357c23  
    156156<!ENTITY fribidi-version              "0.19.6">
    157157<!ENTITY gegl-version                 "0.2.0">
    158 <!ENTITY giflib-version               "5.1.0">
     158<!ENTITY giflib-version               "5.1.1">
    159159<!ENTITY graphite2-version            "1.2.4">
    160160<!ENTITY harfbuzz-version             "0.9.37">
Note: See TracChangeset for help on using the changeset viewer.