Changeset 84c523a


Ignore:
Timestamp:
02/15/2007 03:51:11 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
a5c953d
Parents:
0cc8e51
Message:

Updated to libpng-1.2.16

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0cc8e51 r84c523a  
    125125<!-- Chapter 9 -->
    126126<!ENTITY libjpeg-version              "6b">
    127 <!ENTITY libpng-version               "1.2.12">
     127<!ENTITY libpng-version               "1.2.16">
    128128<!ENTITY libtiff-version              "3.8.2">
    129129<!-- <!ENTITY libungif-version             "4.1.3"> -->
  • general/graphlib/libpng.xml

    r0cc8e51 r84c523a  
    77  <!ENTITY libpng-download-http "http://downloads.sourceforge.net/libpng/libpng-&libpng-version;.tar.bz2">
    88  <!ENTITY libpng-download-ftp  " ">
    9   <!ENTITY libpng-md5sum        "2287cfaad53a714acdf6eb75a7c1d15f">
    10   <!ENTITY libpng-size          "621 KB">
    11   <!ENTITY libpng-buildsize     "12.0 MB">
     9  <!ENTITY libpng-md5sum        "7a1ca4f49bcffdec60d50f48460642bd">
     10  <!ENTITY libpng-size          "624 KB">
     11  <!ENTITY libpng-buildsize     "12 MB">
    1212  <!ENTITY libpng-time          "0.3 SBU">
    1313]>
     
    7777<screen><userinput>./configure --prefix=/usr &amp;&amp;
    7878make</userinput></screen>
    79 
    80 <!-- patch -Np1 -i ../libpng-&libpng-version;-link_to_proper_libs-1.patch &amp;&amp;
    81 make prefix=/usr ZLIBINC= \
    82     ZLIBLIB= -f scripts/makefile.linux -->
    8379
    8480    <para>To test the results, issue: <command>make check</command>.</para>
  • introduction/welcome/changelog.xml

    r0cc8e51 r84c523a  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to libpng-1.2.16.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to pkg-config-0.21.</para>
    4952        </listitem>
Note: See TracChangeset for help on using the changeset viewer.