Changeset 5eda319


Ignore:
Timestamp:
01/10/2012 12:47:26 PM (12 years ago)
Author:
Andrew Benton <andy@…>
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:
00785d8
Parents:
d8a0fe7
Message:

libpng-1.5.7

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd8a0fe7 r5eda319  
    44-->
    55
    6 <!ENTITY day          "08">                   <!-- Always 2 digits -->
     6<!ENTITY day          "10">                   <!-- Always 2 digits -->
    77<!ENTITY month        "01">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2012">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "January 8th, &year;">
     12<!ENTITY releasedate  "January 10th, &year;">
    1313<!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
    1414<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
     
    229229<!-- Chapter 9 -->
    230230<!ENTITY libjpeg-version              "8c">
    231 <!ENTITY libpng-version               "1.5.5">
     231<!ENTITY libpng-version               "1.5.7">
    232232<!ENTITY libtiff-version              "4.0.0">
    233233<!ENTITY giflib-version               "4.1.6">
  • general/graphlib/libpng.xml

    rd8a0fe7 r5eda319  
    77  <!ENTITY libpng-download-http "&sourceforge-repo;/libpng/libpng-&libpng-version;.tar.bz2">
    88  <!ENTITY libpng-download-ftp  " ">
    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">
     9  <!ENTITY libpng-md5sum        "590ecbecd6286810184fd3e66f151de3">
     10  <!ENTITY libpng-size          "839 KB">
     11  <!ENTITY libpng-buildsize     "12 MB">
     12  <!ENTITY libpng-time          "0.1 SBU">
     13  <!ENTITY apng-patch           "&sourceforge-repo2;/projects/libpng-apng/files/libpng15/1.5.7/libpng-1.5.7-apng.patch.gz">
    1414]>
    1515
     
    7171    <para condition="html" role="usernotes">User Notes:
    7272    <ulink url="&blfs-wiki;/libpng"/></para>
    73 
    7473  </sect2>
    7574
     
    7776    <title>Installation of libpng</title>
    7877
    79     <para>If you want to patch libpng to support apng files, apply the patch:</para>
     78    <para>If you want to patch libpng to support apng files, apply the
     79    patch:</para>
    8080
    81 <screen><userinput>gunzip --stdout ../libpng-1.5.5-apng.patch.gz | patch -Np1</userinput></screen>
     81<screen><userinput>gunzip --stdout ../libpng-&libpng-version;-apng.patch.gz | patch -Np1</userinput></screen>
    8282
    8383    <para>Install <application>libpng</application> by running the following
    8484    commands:</para>
    8585
    86 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     86<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    8787make</userinput></screen>
    8888
    8989    <para>To test the results, issue: <command>make check</command>.</para>
    9090
    91     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     91    <para>Now, as the <systemitem class="username">root</systemitem>
     92    user:</para>
    9293
    9394<screen role="root"><userinput>make install &amp;&amp;
     
    9697install -v -m644    README libpng-manual.txt \
    9798                    /usr/share/doc/libpng-&libpng-version;</userinput></screen>
     99  </sect2>
     100
     101  <sect2 role="commands">
     102    <title>Command Explanations</title>
     103
     104    <para><option>--disable-static</option>: This option prevents it compiling
     105    the static archive versions of the libraries.</para>
    98106  </sect2>
    99107
     
    107115
    108116      <seglistitem>
    109         <seg>libpng-config and libpng12-config</seg>
    110         <seg>libpng.{so,a} and libpng12.{so,a}</seg>
    111         <seg>/usr/include/libpng12 and
     117        <seg>libpng-config and libpng15-config</seg>
     118        <seg>libpng.so and libpng15.so</seg>
     119        <seg>/usr/include/libpng15 and
    112120        /usr/share/doc/libpng-&libpng-version;</seg>
    113121      </seglistitem>
     
    122130        <term><command>libpng-config</command></term>
    123131        <listitem>
    124           <para>is a symlink to <command>libpng12-config</command>.</para>
     132          <para>is a symlink to <command>libpng15-config</command>.</para>
    125133          <indexterm zone="libpng libpng-config">
    126134            <primary sortas="g-libpng-config">libpng-config</primary>
     
    129137      </varlistentry>
    130138
    131       <varlistentry id="libpng12-config">
    132         <term><command>libpng12-config</command></term>
     139      <varlistentry id="libpng15-config">
     140        <term><command>libpng15-config</command></term>
    133141        <listitem>
    134142          <para>provides configuration information for
    135143          <application>libpng</application>.</para>
    136           <indexterm zone="libpng libpng12-config">
    137             <primary sortas="b-libpng12-config">libpng12-config</primary>
     144          <indexterm zone="libpng libpng15-config">
     145            <primary sortas="b-libpng15-config">libpng15-config</primary>
    138146          </indexterm>
    139147        </listitem>
    140148      </varlistentry>
    141149
    142       <varlistentry id="libpng12">
    143         <term><filename class='libraryfile'>libpng.{so,a} and
    144         libpng12.{so,a}</filename></term>
     150      <varlistentry id="libpng15">
     151        <term><filename class='libraryfile'>libpng.so and
     152        libpng15.so</filename></term>
    145153        <listitem>
    146154          <para>are a collection of routines used to create and manipulate PNG
    147           format graphics files. The PNG format was designed as a replacement for
    148           GIF and, to a lesser extent, TIFF, with many improvements and extensions
    149           and lack of patent problems.</para>
    150           <indexterm zone="libpng libpng12">
    151             <primary sortas="c-libpng12">libpng12.{so,a}</primary>
     155          format graphics files. The PNG format was designed as a replacement
     156          for GIF and, to a lesser extent, TIFF, with many improvements and
     157          extensions and lack of patent problems.</para>
     158          <indexterm zone="libpng libpng15">
     159            <primary sortas="c-libpng15">libpng15.so</primary>
    152160          </indexterm>
    153161        </listitem>
    154162      </varlistentry>
    155 
    156163    </variablelist>
    157 
    158164  </sect2>
    159 
    160165</sect1>
  • introduction/welcome/changelog.xml

    rd8a0fe7 r5eda319  
    4242
    4343-->
     44    <listitem>
     45      <para>January 10th, 2012</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[abenton] - libpng-1.5.7</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
    4453
    4554    <listitem>
  • xsoft/graphweb/firefox.xml

    rd8a0fe7 r5eda319  
    137137# ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-&xulrunner-version;
    138138
    139 # Uncomment these if you have installed them and
    140 # you&apos;re not using an already installed xulrunner:
     139# Uncomment these if you have installed them:
    141140# ac_add_options --with-system-nspr
    142141# ac_add_options --with-system-nss
Note: See TracChangeset for help on using the changeset viewer.