Ignore:
Timestamp:
02/16/2019 03:41:47 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
a2c7abf
Parents:
192cd85
Message:

Merge to HEAD 21160.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/giflib.xml

    r192cd85 r4b1b99e8  
    55  %general-entities;
    66
    7   <!ENTITY giflib-download-http "&sourceforge-dl;/giflib/giflib-&giflib-version;.tar.bz2">
     7  <!ENTITY giflib-download-http "https://sourceforge.net/projects/giflib/files/giflib-&giflib-version;.tar.gz">
    88  <!ENTITY giflib-download-ftp  " ">
    9   <!ENTITY giflib-http-md5sum   "2c171ced93c0e83bb09e6ccad8e3ba2b">
    10   <!ENTITY giflib-http-size     "625 KB">
    11   <!ENTITY giflib-buildsize     "7.6 MB (with documentation and tests)">
    12   <!ENTITY giflib-time          "0.1 SBU (with documentation and tests)">
     9  <!ENTITY giflib-http-md5sum   "4ad967c8b1380d830f33dc28fd38d889">
     10  <!ENTITY giflib-http-size     "384 KB">
     11  <!ENTITY giflib-buildsize     "5.6 MB (with documentation)">
     12  <!ENTITY giflib-time          "less than 0.1 SBU (with documentation)">
    1313]>
    1414
     
    7373    commands:</para>
    7474
    75 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    76 make</userinput></screen>
    77 
    78     <para>To test the results, issue: <command>make check-TESTS</command>. Test
     75<screen><userinput>make</userinput></screen>
     76
     77<!--    <para>To test the results, issue: <command>make check-TESTS</command>. Test
    7978    suite results are kept in <filename>test.sh.log</filename>.</para>
     79    There doesn't seem to be a test suite in 5.1.6 -->
     80
     81    <para>This package does not come with a test suite.</para>
    8082
    8183    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8284
    83 <screen role="root"><userinput>make install</userinput></screen>
     85<screen role="root"><userinput>make PREFIX=/usr install&amp;&amp;
     86rm -v /usr/lib/libgif.a</userinput></screen>
    8487
    8588    <para>If <xref linkend="xmlto"/> is installed, then the API documentation
     
    119122
    120123      <seglistitem>
    121         <seg>gif2rgb, gifbuild, gifclrmp, gifecho, giffix, gifinto,
     124        <seg>gif2rgb, gifbuild, gifclrmp, gifecho, giffix, gifinto, gifsponge,
    122125        giftext and giftool</seg>
    123126        <seg>libgif.so</seg>
     
    202205      </varlistentry>
    203206
     207      <varlistentry id="gifsponge">
     208        <term><command>gifsponge</command></term>
     209        <listitem>
     210          <para>is used to copy the content of GIFs from one file to
     211          another. It's also used as a test of library functionality.</para>
     212          <indexterm zone="giflib gifsponge">
     213            <primary sortas="b-gifsponge">gifsponge</primary>
     214          </indexterm>
     215        </listitem>
     216      </varlistentry>
     217
    204218      <varlistentry id="giftext">
    205219        <term><command>giftext</command></term>
Note: See TracChangeset for help on using the changeset viewer.