Changeset 446bd7c for general


Ignore:
Timestamp:
07/24/2004 06:19:44 AM (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:
82bc335
Parents:
5c04633
Message:

Added pkgconfig as an optional dependency of libpng

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

Location:
general/graphlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libpng.xml

    r5c04633 r446bd7c  
    4242</itemizedlist></sect3>
    4343
     44<sect3><title><application>libpng</application> dependencies</title>
     45<sect4><title>Optional</title>
     46<para><xref linkend="pkgconfig"/></para>
     47</sect4></sect3>
     48
    4449</sect2>
    4550
     
    6267<para><parameter>ZLIBINC=/usr/include ZLIBLIB=/usr/lib</parameter>: This
    6368forces <application>libpng</application> to look for the
    64 <application>zlib</application> includes and libraries where we have them
     69<application>zlib</application> includes and libraries where they are
    6570installed.</para>
    6671
    67 <para><parameter>-f scripts/makefile.linux</parameter>: This points make at the
    68 Linux version of the makefile as <application>libpng</application> doesn't use
    69 an autoconf routine. Instead it has various makefiles for different
    70 platforms.</para>
     72<para><parameter>-f scripts/makefile.linux</parameter>: This points
     73<command>make</command> at the <application>Linux</application> version of the
     74<filename>Makefile</filename> as <application>libpng</application> doesn't use
     75an <application>autoconf</application> routine. Instead it has various
     76<filename>Makefile</filename>s for different platforms.</para>
    7177
    7278</sect2>
     
    8793
    8894<para>The <application>libpng</application> package contains
    89 <filename class="libraryfile"> libpng</filename> libraries and
     95<filename class="libraryfile">libpng</filename> libraries and
    9096<command>libpng-config</command>.</para>
    9197
  • general/graphlib/libtiff.xml

    r5c04633 r446bd7c  
    1919<sect2>
    2020<title>Introduction to <application>libtiff</application></title>
    21                                                                                
     21
    2222<para>The <application>libtiff</application> package contains the tiff libraries and associated
    2323utilities.  The libraries are used by many programs for reading and
    2424writing tiff files and the utilities are useful for general work with
    2525tiff files.</para>
    26                                                                                
     26
    2727<sect3><title>Package information</title>
    2828<itemizedlist spacing='compact'>
     
    3333<listitem><para>Estimated build time: &libtiff-time;</para></listitem></itemizedlist>
    3434</sect3>
    35                                                                                
     35
    3636<sect3><title>Additional downloads</title>
    3737<itemizedlist spacing="compact">
     
    4545</para></sect4>
    4646</sect3>
    47                                                                                
     47
    4848</sect2>
    4949
     
    5656file to the <filename class="directory">libtiff</filename> subdirectory
    5757of the <application>libtiff</application> source tree.</para>
    58                                                                                
     58
    5959<para>Install <application>libtiff</application> by running the following commands:</para>
    60                                                                                
     60
    6161<screen><userinput><command>./configure --prefix=/usr --noninteractive \
    6262    --with-DIR_MAN=/usr/share/man \
     
    6464make &amp;&amp;
    6565make install</command></userinput></screen>
    66                                                                                
     66
    6767</sect2>
    6868
    6969<sect2>
    7070<title>Command explanations</title>
    71                                                                                
     71
    7272<para><option>--noninteractive</option>: This switch is used to
    7373avoid the configuration routine asking for confirmation of the
    7474installation directories (which we pass to <command>configure</command>).</para>
    75                                                                                
     75
    7676<para><parameter>--with-DIR_MAN=/usr/share/man</parameter>: This is used
    7777because despite the fact we pass <parameter>--prefix=/usr</parameter>, the
     
    7979class="directory">/usr/local/man</filename> instead of the correct
    8080place.</para>
    81                                                                                
     81
    8282<para><parameter>--with-ZIP=yes --with-DIR_GZLIB=/usr/lib</parameter>: This
    8383enables support for the handling of <acronym>TIFF</acronym> images with
    8484deflate-encoded data.</para>
    85                                                                                
     85
    8686<para><parameter>--with-JPEG=yes --with-DIR_JPEGLIB=/usr/lib</parameter>: Use
    8787these switches to enable support for the handling of <acronym>TIFF</acronym>
    8888images with <acronym>JPEG</acronym>-encoded data.</para>
    89                                                                                
     89
    9090</sect2>
    9191
    9292<sect2>
    9393<title>Configuring <application>libtiff</application></title>
    94                                                                                
     94
    9595<sect3><title>Configuration Information</title>
    96                                                                                
     96
    9797<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
    98                                                                                
     98
    9999</sect3>
    100                                                                                
     100
    101101</sect2>
    102102
    103103<sect2>
    104104<title>Contents</title>
    105                                                                                
     105
    106106<para>The libtiff package contains
    107107<command>fax2ps</command>,
     
    127127<command>tiffsplit</command> and
    128128<filename class="libraryfile">libtiff</filename> libraries.</para>
    129                                                                                
    130 </sect2>
    131                                                                                
     129
     130</sect2>
     131
    132132<sect2><title>Description</title>
    133                                                                                
     133
    134134<sect3><title>fax2ps</title>
    135135<para><command>fac2ps</command> converts a <acronym>TIFF</acronym>
    136136facsimile to compressed PostScript file.</para></sect3>
    137                                                                                
     137
    138138<sect3><title>fax2tiff</title>
    139139<para><command>fax2tiff</command> creates a <acronym>TIFF</acronym>
    140140Class F fax file from raw fax data.</para></sect3>
    141                                                                                
     141
    142142<sect3><title>gif2tiff</title>
    143143<para><command>gif2tiff</command> creates a <acronym>TIFF</acronym> file
    144144from a <acronym>GIF87</acronym> format image file.</para></sect3>
    145                                                                                
     145
    146146<sect3><title>pal2rgb</title>
    147147<para><command>pal2rgb</command> converts a palette color
    148148<acronym>TIFF</acronym> image to a full color image.</para></sect3>
    149                                                                                
     149
    150150<sect3><title>ppm2tiff</title>
    151151<para><command>ppm2tiff</command> creates a <acronym>TIFF</acronym> file
    152152from a <acronym>PPM</acronym> image file.</para></sect3>
    153                                                                                
     153
    154154<sect3><title>ras2tiff</title>
    155155<para><command>ras2tiff</command> creates a <acronym>TIFF</acronym> file
    156156from a Sun rasterfile.</para></sect3>
    157                                                                                
     157
    158158<sect3><title>raw2tiff</title>
    159159<para><command>raw2tiff</command> converts a raw byte sequence into
    160160<acronym>TIFF</acronym>.</para></sect3>
    161                                                                                
     161
    162162<sect3><title>rgb2ycbcr</title>
    163163<para><command>rgb2ycbcr</command> converts non-YCbCr
    164164<acronym>TIFF</acronym> images to a YCbCr <acronym>TIFF</acronym>
    165165image.</para></sect3>
    166                                                                                
     166
    167167<sect3><title>thumbnail</title>
    168168<para><command>thumbnail</command> creates a <acronym>TIFF</acronym>
    169169file with thumbnail images.</para></sect3>
    170                                                                                
     170
    171171<sect3><title>tiff2bw</title>
    172172<para><command>tiff2bw</command> converts a color
    173173<acronym>TIFF</acronym> image to grayscale.</para></sect3>
    174                                                                                
     174
    175175<sect3><title>tiff2pdf</title>
    176176<para><command>tiff2pdf</command> converts a <acronym>TIFF</acronym>
    177177image to a <acronym>PDF</acronym> document.</para></sect3>
    178                                                                                
     178
    179179<sect3><title>tiff2ps</title>
    180180<para><command>tiff2ps</command> converts a <acronym>TIFF</acronym>
    181181image to a PostScript file.</para></sect3>
    182                                                                                
     182
    183183<sect3><title>tiff2rgba</title>
    184184<para><command>tiff2rgba</command> converts a wide variety of
    185185<acronym>TIFF</acronym> images into an <acronym>RGBA</acronym>
    186186<acronym>TIFF</acronym> image.</para></sect3>
    187                                                                                
     187
    188188<sect3><title>tiffcmp</title>
    189189<para><command>tiffcmp</command> compares two <acronym>TIFF</acronym>
    190190files.</para></sect3>
    191                                                                                
     191
    192192<sect3><title>tiffcp</title>
    193193<para><command>tiffcp</command> copies (and possibly converts) a
    194194<acronym>TIFF</acronym> file.</para></sect3>
    195                                                                                
     195
    196196<sect3><title>tiffdither</title>
    197197<para><command>tiffdither</command> converts a grayscale image to
    198198bilevel using dithering.</para></sect3>
    199                                                                                
     199
    200200<sect3><title>tiffdump</title>
    201201<para><command>tiffdump</command> prints verbatim information about
    202202<acronym>TIFF</acronym> files.</para></sect3>
    203                                                                                
     203
    204204<sect3><title>tiffinfo</title>
    205205<para><command>tiffinfo</command> prints information about
    206206<acronym>TIFF</acronym> files.</para></sect3>
    207                                                                                
     207
    208208<sect3><title>tiffmedian</title>
    209209<para><command>tiffmedian</command> applies the median cut algorithm to
    210210data in a <acronym>TIFF</acronym> file.</para></sect3>
    211                                                                                
     211
    212212<sect3><title>tiffsplit</title>
    213213<para><command>tiffsplit</command> splits a multi-image
    214214<acronym>TIFF</acronym> into single-image <acronym>TIFF</acronym>
    215215files.</para></sect3>
    216                                                                                
     216
    217217<sect3><title>tiff libraries</title>
    218218<para>The tiff libraries are used by many programs to read and write
    219219tiff files.</para></sect3>
    220                                                                                
     220
    221221</sect2>
    222222
Note: See TracChangeset for help on using the changeset viewer.