mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Update to giflib-5.1.1.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15313 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
f9c1214ab5
commit
07357c23b6
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY giflib-download-http "&sourceforge-repo;/giflib/giflib-&giflib-version;.tar.bz2">
|
||||
<!ENTITY giflib-download-ftp " ">
|
||||
<!ENTITY giflib-http-md5sum "c7e9f1c10b755ab955156d4c1ac7fc5d">
|
||||
<!ENTITY giflib-http-size "607 KB">
|
||||
<!ENTITY giflib-buildsize "6.5 MB (with generated html documentation; additional 0.7 MB for the tests)">
|
||||
<!ENTITY giflib-time "0.2 SBU (with generated html documentation)">
|
||||
<!ENTITY giflib-http-md5sum "1c39333192712788c6568c78a949f13e">
|
||||
<!ENTITY giflib-http-size "640 KB">
|
||||
<!ENTITY giflib-buildsize "6.7 MB (with documentation; additional 0.4 MB for the tests)">
|
||||
<!ENTITY giflib-time "0.1 SBU (with documentation)">
|
||||
]>
|
||||
|
||||
<sect1 id="giflib" xreflabel="giflib-&giflib-version;">
|
||||
@ -75,24 +75,35 @@
|
||||
<screen><userinput>./configure --prefix=/usr --disable-static &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>. The
|
||||
test results are in <filename>test.sh.log</filename>.</para>
|
||||
<para>To test the results, issue: <command>make check</command>. Test suite
|
||||
results are kept in <filename>test.sh.log</filename>.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
<para>If you generated html documentation, install it as the
|
||||
<para>If <xref linkend="xmlto"/> is installed, then the API documentation
|
||||
has been built. If you wish to install the distributed and the just built
|
||||
documentations, issue, as the
|
||||
<systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>install -v -dm755 /usr/share/doc/giflib-&giflib-version;/html &&
|
||||
install -v -m644 doc/*.html /usr/share/doc/giflib-&giflib-version;/html</userinput></screen>
|
||||
<screen role="root"><userinput>find doc \( -name Makefile\* -o -name \*.1 \
|
||||
-o -name \*.xml \) -exec rm -v {} \; &&
|
||||
|
||||
install -v -dm755 /usr/share/doc/giflib-&giflib-version; &&
|
||||
cp -v -R doc/* /usr/share/doc/giflib-&giflib-version;</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<command>find doc ... -exec rm -v {} \;</command>: This command removes
|
||||
<filename>Makefiles</filename>, man and xml files from the documentation
|
||||
directory that would otherwise be installed by the commands that follow.
|
||||
</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
|
||||
|
@ -47,6 +47,10 @@
|
||||
<listitem>
|
||||
<para>January 10th, 2015</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to giflib-5.1.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;6012">#6012</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to fluxbox-1.3.6. Fixes
|
||||
<ulink url="&blfs-ticket-root;6009">#6009</ulink>.</para>
|
||||
|
@ -155,7 +155,7 @@
|
||||
<!ENTITY fontconfig-version "2.11.1"> <!-- stable lt .90 micro version -->
|
||||
<!ENTITY fribidi-version "0.19.6">
|
||||
<!ENTITY gegl-version "0.2.0">
|
||||
<!ENTITY giflib-version "5.1.0">
|
||||
<!ENTITY giflib-version "5.1.1">
|
||||
<!ENTITY graphite2-version "1.2.4">
|
||||
<!ENTITY harfbuzz-version "0.9.37">
|
||||
<!ENTITY ijs-version "0.35">
|
||||
|
Loading…
Reference in New Issue
Block a user