Ignore:
Timestamp:
06/24/2004 06:44:11 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
bb2a071c
Parents:
c230e05
Message:

renamed patches in package instructions to conform with the guidelines

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libpng.xml

    rc230e05 r014d11ad  
    1919<sect2>
    2020<title>Introduction to <application>libpng</application></title>
    21                                                                                
     21
    2222<para>The <application>libpng</application> package contains libraries used
    2323by other programs for reading and writing <acronym>PNG</acronym> files.</para>
    24                                                                                
     24
    2525<sect3><title>Package information</title>
    2626<itemizedlist spacing='compact'>
     
    3535&libpng-time;</para></listitem></itemizedlist>
    3636</sect3>
    37                                                                                
     37
    3838<sect3><title>Additional downloads</title>
    3939<itemizedlist spacing='compact'>
    4040<listitem><para>Required Patch to explicitly link libpng against system libraries: <ulink
    41 url="&patch-root;/libpng-&libpng-version;-link-to-proper-libs.patch"/></para></listitem>
     41url="&patch-root;/libpng-&libpng-version;-link_to_proper_libs-1.patch"/></para></listitem>
    4242</itemizedlist></sect3>
    43                                                                                
     43
    4444</sect2>
    4545
    4646<sect2>
    4747<title>Installation of <application>libpng</application></title>
    48                                                                                
    49 <para>Install <application>libpng</application> by running the following commands:</para>
    50                                                                                
    51 <screen><userinput><command>patch -Np1 -i ../libpng-&libpng-version;-link-to-proper-libs.patch &amp;&amp;
     48
     49<para>Install <application>libpng</application> by running the following
     50commands:</para>
     51
     52<screen><userinput><command>patch -Np1 -i ../libpng-&libpng-version;-link_to_proper_libs-1.patch &amp;&amp;
    5253make prefix=/usr ZLIBINC=/usr/include \
    5354    ZLIBLIB=/usr/lib -f scripts/makefile.linux &amp;&amp;
    5455make prefix=/usr install -f scripts/makefile.linux</command></userinput></screen>
    55                                                                                
     56
    5657</sect2>
    5758
    5859<sect2>
    5960<title>Command explanations</title>
    60                                                                              
     61
    6162<para><parameter>ZLIBINC=/usr/include ZLIBLIB=/usr/lib</parameter>: This
    6263forces <application>libpng</application> to look for the
    63 <application>zlib</application> includes and libraries where we have them installed.</para>
    64                                                                              
     64<application>zlib</application> includes and libraries where we have them
     65installed.</para>
     66
    6567<para><parameter>-f scripts/makefile.linux</parameter>: This points make at the
    6668Linux version of the makefile as <application>libpng</application> doesn't use
     
    7274<sect2>
    7375<title>Configuring <application>libpng</application></title>
    74                                                                                
     76
    7577<sect3><title>Configuration Information</title>
    76                                                                                
    77 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/> 
    78                                                                                
     78
     79<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
     80
    7981</sect3>
    80                                                                                
     82
    8183</sect2>
    8284
    8385<sect2>
    8486<title>Contents</title>
    85                                                                                
    86 <para>The <application>libpng</application> package contains <filename class="libraryfile">
    87 libpng</filename> libraries and <command>libpng-config</command>.</para>
    88                                                                                
     87
     88<para>The <application>libpng</application> package contains
     89<filename class="libraryfile"> libpng</filename> libraries and
     90<command>libpng-config</command>.</para>
     91
    8992</sect2>
    90                                                                                
     93
    9194<sect2><title>Description</title>
    92                                                                                
     95
    9396<sect3><title>png libraries</title>
    9497<para>The <acronym>PNG</acronym> library is a collection of routines used to
     
    98101<acronym>TIFF</acronym>, with many improvements and extensions and lack of
    99102patent problems.</para></sect3>
    100                                                                                
     103
    101104<sect3><title>libpng-config</title>
    102105<para><command>libpng-config</command> provides configuration info for
    103106<application>libpng</application>.</para></sect3>
    104                                                                                
     107
    105108</sect2>
    106109
Note: See TracChangeset for help on using the changeset viewer.