Changeset de05930 for general/graphlib


Ignore:
Timestamp:
05/31/2012 12:03:23 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:
7e32baa
Parents:
1a825ec
Message:

libpng-1.5.10

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libpng.xml

    r1a825ec rde05930  
    66
    77  <!ENTITY libpng-download-http
    8   "&sourceforge-repo;/libpng/libpng-&libpng-version;.tar.xz">
     8    "&sourceforge-repo;/libpng/libpng-&libpng-version;.tar.xz">
    99  <!ENTITY libpng-download-ftp  " ">
    10   <!ENTITY libpng-md5sum        "05d9ab3705c34954c0032b71318b678a">
     10  <!ENTITY libpng-md5sum        "9c2ac3c3a31de2ab867875718f8de18e">
    1111  <!ENTITY libpng-size          "688 KB">
    12   <!ENTITY libpng-buildsize     "8.3 MB">
     12  <!ENTITY libpng-buildsize     "8.5 MB">
    1313  <!ENTITY libpng-time          "0.1 SBU">
    1414  <!ENTITY apng-patch
     
    3333    <title>Introduction to libpng</title>
    3434
    35     <para>The <application>libpng</application> package contains libraries used
    36     by other programs for reading and writing PNG files. The PNG format was
    37     designed as a replacement for GIF and, to a lesser extent, TIFF, with many
    38     improvements and extensions and lack of patent problems.</para>
     35    <para>
     36      The <application>libpng</application> package contains libraries used by
     37      other programs for reading and writing PNG files. The PNG format was
     38      designed as a replacement for GIF and, to a lesser extent, TIFF, with many
     39      improvements and extensions and lack of patent problems.
     40    </para>
    3941
    4042    &lfs71_checked;
     
    6567    <itemizedlist spacing="compact">
    6668      <listitem>
    67         <para>Optional patch to include animated png functionality in
    68         <application>libpng</application> : <ulink url="&apng-patch;"/></para>
    69         <para>The patch is required if you want to use the system
    70         <application>libpng</application> in
    71         <application>Firefox</application>.</para>
     69        <para>
     70          Optional patch to include animated png functionality in
     71          <application>libpng</application> : <ulink url="&apng-patch;"/>
     72          (this patch is required if you want to use the system
     73          <application>libpng</application> in
     74          <application>Firefox</application>).
     75        </para>
    7276      </listitem>
    7377    </itemizedlist>
    7478
    75     <para condition="html" role="usernotes">User Notes:
    76     <ulink url="&blfs-wiki;/libpng"/></para>
     79    <para condition="html" role="usernotes">
     80      User Notes: <ulink url="&blfs-wiki;/libpng"/>
     81    </para>
    7782  </sect2>
    7883
     
    8085    <title>Installation of libpng</title>
    8186
    82     <para>If you want to patch libpng to support apng files, apply the
    83     patch:</para>
     87    <para>
     88      If you want to patch libpng to support apng files, apply the patch:
     89    </para>
    8490
    8591<screen><userinput>gzip -cd ../libpng-&libpng-version;-apng.patch.gz | patch -p1</userinput></screen>
    8692
    87     <para>Install <application>libpng</application> by running the following
    88     commands:</para>
     93    <para>
     94      Install <application>libpng</application> by running the following
     95      commands:
     96    </para>
    8997
    9098<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     
    93101    <para>To test the results, issue: <command>make test</command>.</para>
    94102
    95     <para>Now, as the <systemitem class="username">root</systemitem>
    96     user:</para>
     103    <para>
     104      Now, as the <systemitem class="username">root</systemitem> user:
     105    </para>
    97106
    98107<screen role="root"><userinput>make install &amp;&amp;
     
    104113    <title>Command Explanations</title>
    105114
    106     <para><option>--disable-static</option>: This option prevents it compiling
    107     the static archive versions of the libraries.</para>
     115    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     116      href="../../xincludes/static-libraries.xml"/>
    108117  </sect2>
    109118
     
    117126
    118127      <seglistitem>
    119         <seg>libpng-config and libpng15-config</seg>
    120         <seg>libpng.so and libpng15.so</seg>
    121         <seg>/usr/include/libpng15 and
    122         /usr/share/doc/libpng-&libpng-version;</seg>
     128        <seg>
     129          libpng-config and
     130          libpng15-config
     131        </seg>
     132        <seg>
     133          libpng.so and
     134          libpng15.so
     135        </seg>
     136        <seg>
     137          /usr/include/libpng15 and
     138          /usr/share/doc/libpng-&libpng-version;
     139        </seg>
    123140      </seglistitem>
    124141    </segmentedlist>
     
    142159        <term><command>libpng15-config</command></term>
    143160        <listitem>
    144           <para>provides configuration information for
    145           <application>libpng</application>.</para>
     161          <para>
     162            is a shell script that provides configuration information for
     163            applications wanting to use <application>libpng</application>.
     164          </para>
    146165          <indexterm zone="libpng libpng15-config">
    147166            <primary sortas="b-libpng15-config">libpng15-config</primary>
     
    154173        libpng15.so</filename></term>
    155174        <listitem>
    156           <para>contain routines used to create and manipulate PNG format
    157           graphics files.</para>
     175          <para>
     176            contain routines used to create and manipulate PNG format graphics
     177            files.
     178          </para>
    158179          <indexterm zone="libpng libpng15">
    159180            <primary sortas="c-libpng15">libpng15.so</primary>
Note: See TracChangeset for help on using the changeset viewer.