Changeset a366dc3


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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc612fc3 ra366dc3  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "16">                   <!-- Always 2 digits -->
     3<!ENTITY day          "17">                   <!-- Always 2 digits -->
    44<!ENTITY month        "05">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "May 16th, &year;">
     9<!ENTITY releasedate  "May 17th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    286286<!ENTITY fribidi-version              "0.19.6">
    287287<!ENTITY gegl-version                 "0.2.0">
    288 <!ENTITY giflib-version               "5.0.6">
     288<!ENTITY giflib-version               "5.1.0">
    289289<!ENTITY graphite2-version            "1.2.4">
    290290<!ENTITY harfbuzz-version             "0.9.28">
  • 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>
  • introduction/welcome/changelog.xml

    rc612fc3 ra366dc3  
    4646
    4747    <listitem>
     48      <para>May 17th, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[pierre] - Update to giflib-5.1.0. Fixes
     52          <ulink url="&blfs-ticket-root;5072">#5072</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>May 16th, 2014</para>
    4959      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.