Changeset a366dc3 for general


Ignore:
Timestamp:
05/17/2014 07:54:35 AM (10 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e89d59a
Parents:
c612fc3
Message:

Update to giflib-5.1.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/giflib.xml

    rc612fc3 ra366dc3  
    77  <!ENTITY giflib-download-http "&sourceforge-repo;/giflib/giflib-&giflib-version;.tar.bz2">
    88  <!ENTITY giflib-download-ftp  " ">
    9   <!ENTITY giflib-http-md5sum   "603838feeed62e9eaa90415742adddf9">
    10   <!ENTITY giflib-http-size     "608 KB">
    11   <!ENTITY giflib-buildsize     "6.5 MB (with generated html documentation; additional 0.4 MB for the tests)">
     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)">
    1212  <!ENTITY giflib-time          "0.2 SBU (with generated html documentation)">
    1313]>
     
    7676make</userinput></screen>
    7777
    78     <para>If you wish to run the tests, first disable one which fails:</para>
    79 
    80 <screen><userinput>sed -i '/treescap.map/ s/^/#/' tests/makefile</userinput></screen>
    81 
    82     <para>To test the results, issue: <command>make check</command>.</para>
     78    <para>To test the results, issue: <command>make check</command>. The
     79    test results are in <filename>test.sh.log</filename>.</para>
    8380
    8481    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    9693  <sect2 role="commands">
    9794    <title>Command Explanations</title>
    98 
    99     <para>
    100       <command>sed -i '/treescap.map/ ... </command>: Optional, to disable one
    101       test that fails, if you are running the tests.
    102     </para>
    10395
    10496    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    116108
    117109      <seglistitem>
    118         <seg>gif2raw, gif2rgb, gifbuild, gifclrmp, gifecho, giffix, gifinto,
     110        <seg>gif2rgb, gifbuild, gifclrmp, gifecho, giffix, gifinto,
    119111        giftext and giftool</seg>
    120112        <seg>libgif.so</seg>
     
    128120      <?dbhtml list-presentation="table"?>
    129121
     122<!-- Seems to be removed in 5.1.0
    130123      <varlistentry id="gif2raw">
    131124        <term><command>gif2raw</command></term>
     
    137130        </listitem>
    138131      </varlistentry>
    139 
     132-->
    140133      <varlistentry id="gif2rgb">
    141134        <term><command>gif2rgb</command></term>
Note: See TracChangeset for help on using the changeset viewer.