Ignore:
Timestamp:
10/26/2011 04:34:14 AM (13 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 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:
955b7fd2
Parents:
20e6cade
Message:

Update to Berkeley DB-5.2.36.
Add sharutils-4.11.
Update to tcl-8.5.10.
Update to libpng-1.5.5.
Update to jpeg-8c.
Update to libffi-3.0.10.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libpng.xml

    r20e6cade rd8069d7  
    77  <!ENTITY libpng-download-http "&sourceforge-repo;/libpng/libpng-&libpng-version;.tar.bz2">
    88  <!ENTITY libpng-download-ftp  " ">
    9   <!ENTITY libpng-md5sum        "e3ac7879d62ad166a6f0c7441390d12b">
    10   <!ENTITY libpng-size          "643 KB">
    11   <!ENTITY libpng-buildsize     "14.7 MB">
    12   <!ENTITY libpng-time          "0.2 SBU">
     9  <!ENTITY libpng-md5sum        "3270bf2990c3174ae939388398de751e">
     10  <!ENTITY libpng-size          "824 KB">
     11  <!ENTITY libpng-buildsize     "11.2 MB">
     12  <!ENTITY libpng-time          "0.3 SBU">
     13  <!ENTITY apng-patch           "&sourceforge-repo2;/projects/libpng-apng/files/libpng-devel/1.5.5/libpng-1.5.5-apng.patch.gz">
    1314]>
    1415
     
    3334    by other programs for reading and writing PNG files.</para>
    3435
    35     &lfs66_checked;
     36    &lfs70_checked;
    3637
    3738    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6162      <listitem>
    6263        <para>Optional patch to include apng functionality in
    63         <application>libpng</application> : <ulink
    64         url="&patch-root;/libpng-&libpng-version;-apng-1.patch"/></para>
    65         <para>Although rejected by upstream, the patch is required if you want
    66         to use the system <application>libpng</application> in
    67         <application>Firefox</application> 3.</para>
     64        <application>libpng</application> : <ulink url="&apng-patch;"/></para>
     65        <para>The patch is required if you want to use the system
     66        <application>libpng</application> in
     67        <application>Firefox</application>.</para>
    6868      </listitem>
    6969    </itemizedlist>
     
    7979    <para>If you want to patch libpng to support apng files, apply the patch:</para>
    8080
    81 <screen><userinput>patch -Np1 -i ../libpng-&libpng-version;-apng-1.patch
    82 </userinput></screen>
     81<screen><userinput>gunzip --stdout ../libpng-1.5.5-apng.patch.gz | patch -Np1</userinput></screen>
    8382
    8483    <para>Install <application>libpng</application> by running the following
     
    9594
    9695install -v -m755 -d /usr/share/doc/libpng-&libpng-version; &amp;&amp;
    97 install -v -m644    README libpng-&libpng-version;.txt \
     96install -v -m644    README libpng-manual.txt \
    9897                    /usr/share/doc/libpng-&libpng-version;</userinput></screen>
    99 
    10098  </sect2>
    101 
    102   <!-- <sect2 role="commands">
    103     <title>Command Explanations</title>
    104 
    105     <para><parameter>ZLIBINC=; ZLIBLIB=</parameter>: This
    106     forces <application>libpng</application> to look for the
    107     <application>Zlib</application> includes and libraries in the default locations
    108     (<filename class='directory'>/usr/include</filename> and
    109     <filename class='directory'>/usr/lib</filename> respectively).</para>
    110 
    111     <para><parameter>-f scripts/makefile.linux</parameter>: This points
    112     <command>make</command> at the <application>Linux</application> version of the
    113     <filename>Makefile</filename> as <application>libpng</application> doesn't use
    114     an <application>Autoconf</application> routine. Instead, it has various
    115     <filename>Makefile</filename>s for different platforms.</para>
    116 
    117   </sect2> -->
    118 
    119   <!-- <sect2 role="configuration">
    120     <title>Configuring libpng</title>
    121 
    122     <sect3>
    123       <title>Configuration Information</title>
    124 
    125       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    126       href="../../xincludes/lib-config.xml"/>
    127 
    128     </sect3>
    129 
    130   </sect2> -->
    13199
    132100  <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.