Changeset 396508b for general/graphlib


Ignore:
Timestamp:
01/01/2005 02:08:39 PM (19 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:
4774914f
Parents:
bd23186f
Message:

Removed excessive whitespace from various package instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libjpeg.xml

    rbd23186f r396508b  
    1010<!ENTITY libjpeg-buildsize "3.7 MB">
    1111<!ENTITY libjpeg-time "0.26 SBU">
    12 
    1312]>
    1413
     
    2322<sect2>
    2423<title>Introduction to <application>libjpeg</application></title>
    25                                                                                
     24
    2625<para>The <application>libjpeg</application> package contains libraries
    2726that allow compression of image files based on the Joint Photographic Experts
    2827Group standard. It is a "lossy" compression algorithm.</para>
    29                                                                                
     28
    3029<sect3><title>Package information</title>
    3130<itemizedlist spacing='compact'>
     
    3332<listitem><para>Download (FTP): <ulink url="&libjpeg-download-ftp;"/></para></listitem>
    3433<listitem><para>Download size: &libjpeg-size;</para></listitem>
    35 <listitem><para>Estimated Disk space required: &libjpeg-buildsize;</para></listitem>
     34<listitem><para>Estimated disk space required: &libjpeg-buildsize;</para></listitem>
    3635<listitem><para>Estimated build time: &libjpeg-time;</para></listitem></itemizedlist>
    3736</sect3>
    38                                                                                
     37
    3938</sect2>
    4039
    4140<sect2>
    4241<title>Installation of <application>libjpeg</application></title>
    43                                                                                
    44 <para>Install <application>libjpeg</application> by running the following commands:</para>
    45                                                                                
     42
     43<para>Install <application>libjpeg</application> by running the following
     44commands:</para>
     45
    4646<screen><userinput><command>./configure --prefix=/usr --enable-static --enable-shared &amp;&amp;
    4747make &amp;&amp;
    4848make install</command></userinput></screen>
    49                                                                                
     49
    5050</sect2>
    5151
    5252<sect2>
    5353<title>Command explanations</title>
    54                                                                                
     54
    5555<para><parameter>--enable-static --enable-shared</parameter>: These switches
    5656tell libjpeg to build both shared and static libraries.</para>
    57                                                                                
     57
    5858</sect2>
    5959
    6060<sect2>
    6161<title>Configuring <application>libjpeg</application></title>
    62                                                                                
     62
    6363<sect3><title>Configuration Information</title>
    64                                                                                
    65 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/> 
    66                                                                                
     64
     65<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
     66
    6767</sect3>
    68                                                                                
     68
    6969</sect2>
    7070
    7171<sect2>
    7272<title>Contents</title>
    73                                                                                
     73
    7474<para>The libjpeg package contains <command>cjpeg</command>,
    7575<command>djpeg</command>, <command>jpegtran</command>,
    7676<command>rdjpgcom</command>, <command>wrjpgcom</command> and
    7777<filename>libjpeg</filename> libraries.</para>
    78                                                                                
     78
    7979</sect2>
    80                                                                                
     80
    8181<sect2><title>Description</title>
    82                                                                                
     82
    8383<sect3><title>cjpeg</title>
    8484<para><command>cjpeg</command> compresses image files to produce a
     
    8888format), <acronym>PGM</acronym> (PBMPLUS gray-scale
    8989format), <acronym>BMP</acronym>, and Targa.</para></sect3>
    90                                                                                
     90
    9191<sect3><title>djpeg</title>
    9292<para><command>djpeg</command> decompresses image files from
     
    9595format), <acronym>BMP</acronym>, or Targa
    9696format.</para></sect3>
    97                                                                                
     97
    9898<sect3><title>jpegtran</title>
    9999<para><command>jpegtran</command> is used for lossless transformation of
    100100<acronym>JPEG</acronym> files.</para></sect3>
    101                                                                                
     101
    102102<sect3><title>rdjpgcom</title>
    103103<para><command>rdjpgcom</command> displays text comments from within a
    104104<acronym>JPEG</acronym> file.</para></sect3>
    105                                                                                
     105
    106106<sect3><title>wrjpgcom</title>
    107107<para><command>wrjpgcom</command> inserts text comments into a
    108108<acronym>JPEG</acronym> file.</para></sect3>
    109                                                                                
     109
    110110<sect3><title>jpeg libraries</title>
    111111<para>These libraries are used by many programs for reading and writing
    112112jpeg format files.</para></sect3>
    113                                                                                
     113
    114114</sect2>
    115115
Note: See TracChangeset for help on using the changeset viewer.