Changeset ed07746 for general/graphlib


Ignore:
Timestamp:
02/12/2019 11:01:40 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
eb2c5a4d
Parents:
f06d261
Message:

Update to gnupg-2.2.13
Update to feh-3.1.2
Update to xapian-core-1.4.10
Update to giflib-5.1.5
Move sassc to a more appropriate location now that it's used outside of GNOME

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

Location:
general/graphlib
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general/graphlib/giflib.xml

    rf06d261 red07746  
    77  <!ENTITY giflib-download-http "&sourceforge-dl;/giflib/giflib-&giflib-version;.tar.bz2">
    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>
  • general/graphlib/graphlib.xml

    rf06d261 red07746  
    5353  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="potrace.xml"/>
    5454  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qpdf.xml"/>
     55  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sassc.xml"/>
    5556
    5657</chapter>
Note: See TracChangeset for help on using the changeset viewer.