Changeset 524ce73 for general


Ignore:
Timestamp:
03/27/2005 04:10:01 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.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:
54664502
Parents:
6549833
Message:

Updated build entities and added indexing tags to libjpeg

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libjpeg.xml

    r6549833 r524ce73  
    99<!ENTITY libjpeg-md5sum "dbd5f3b47ed13132f04c685d608a7547">
    1010<!ENTITY libjpeg-size "599 KB">
    11 <!ENTITY libjpeg-buildsize "3.7 MB">
    12 <!ENTITY libjpeg-time "0.26 SBU">
     11<!ENTITY libjpeg-buildsize "4.6 MB">
     12<!ENTITY libjpeg-time "0.15 SBU">
    1313]>
    1414
     
    2020<?dbhtml filename="libjpeg.html"?>
    2121<title>libjpeg-&libjpeg-version;</title>
     22<indexterm zone="libjpeg">
     23<primary sortas="a-Libjpeg">Libjpeg</primary></indexterm>
    2224
    2325<sect2>
     
    5153
    5254<screen><userinput><command>./configure --prefix=/usr --enable-static --enable-shared &amp;&amp;
    53 make &amp;&amp;
    54 make install</command></userinput></screen>
     55make</command></userinput></screen>
     56
     57<para>Now, as the root user:</para>
     58
     59<screen><userinput role='root'><command>make install</command></userinput></screen>
    5560
    5661</sect2>
     
    5964<title>Command explanations</title>
    6065
    61 <para><parameter>--enable-static --enable-shared</parameter>: These switches
    62 tell libjpeg to build both shared and static libraries.</para>
     66<para><parameter>--enable-static --enable-shared</parameter>: These switches
     67tell <application>libjpeg</application> to build both shared and static
     68libraries.</para>
    6369
    6470</sect2>
     
    7884<title>Contents</title>
    7985
    80 <para>The libjpeg package contains <command>cjpeg</command>,
    81 <command>djpeg</command>, <command>jpegtran</command>,
    82 <command>rdjpgcom</command>, <command>wrjpgcom</command> and
    83 <filename>libjpeg</filename> libraries.</para>
     86<segmentedlist>
     87<segtitle>Installed Programs</segtitle>
     88<segtitle>Installed Library</segtitle>
     89<segtitle>Installed Directories</segtitle>
    8490
    85 </sect2>
     91<seglistitem>
     92<seg>cjpeg, djpeg, jpegtran, rdjpgcom and wrjpgcom</seg>
     93<seg>libjpeg.[so,a]</seg>
     94<seg>None</seg>
     95</seglistitem>
     96</segmentedlist>
    8697
    87 <sect2><title>Description</title>
     98<variablelist>
     99<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     100<?dbfo list-presentation="list"?>
    88101
    89 <sect3><title>cjpeg</title>
    90 <para><command>cjpeg</command> compresses image files to produce a
    91 <acronym>JPEG</acronym>/<acronym>JFIF</acronym> file on the standard
    92 output.  Currently supported input file formats are:
    93 <acronym>PPM</acronym> (PBMPLUS color
    94 format), <acronym>PGM</acronym> (PBMPLUS gray-scale
    95 format), <acronym>BMP</acronym>, and Targa.</para></sect3>
     102<varlistentry id="cjpeg">
     103<term><command>cjpeg</command></term>
     104<listitem><para>compresses image files to produce a
     105<acronym>JPEG</acronym>/<acronym>JFIF</acronym> file on the standard
     106output. Currently supported input file formats are:
     107<acronym>PPM</acronym> (PBMPLUS color format), <acronym>PGM</acronym>
     108(PBMPLUS gray-scale format), <acronym>BMP</acronym>, and Targa.</para>
     109<indexterm zone="libjpeg cjpeg">
     110<primary sortas="b-cjpeg">cjpeg</primary>
     111</indexterm></listitem>
     112</varlistentry>
    96113
    97 <sect3><title>djpeg</title>
    98 <para><command>djpeg</command> decompresses image files from
    99 <acronym>JPEG/JFIF</acronym> format to either <acronym>PPM</acronym>
    100 (PBMPLUS color format), <acronym>PGM</acronym> (PBMPLUS gray-scale
    101 format), <acronym>BMP</acronym>, or Targa
    102 format.</para></sect3>
     114<varlistentry id="djpeg">
     115<term><command>djpeg</command></term>
     116<listitem><para>decompresses image files from
     117<acronym>JPEG</acronym>/<acronym>JFIF</acronym> format to either
     118<acronym>PPM</acronym> (PBMPLUS color format), <acronym>PGM</acronym>
     119(PBMPLUS gray-scale format), <acronym>BMP</acronym>, or Targa
     120format.</para>
     121<indexterm zone="libjpeg djpeg">
     122<primary sortas="b-djpeg">djpeg</primary>
     123</indexterm></listitem>
     124</varlistentry>
    103125
    104 <sect3><title>jpegtran</title>
    105 <para><command>jpegtran</command> is used for lossless transformation of
    106 <acronym>JPEG</acronym> files.</para></sect3>
     126<varlistentry id="jpegtran">
     127<term><command>jpegtran</command></term>
     128<listitem><para>is used for lossless transformation of
     129<acronym>JPEG</acronym> files.</para>
     130<indexterm zone="libjpeg jpegtran">
     131<primary sortas="b-jpegtran">jpegtran</primary>
     132</indexterm></listitem>
     133</varlistentry>
    107134
    108 <sect3><title>rdjpgcom</title>
    109 <para><command>rdjpgcom</command> displays text comments from within a
    110 <acronym>JPEG</acronym> file.</para></sect3>
     135<varlistentry id="rdjpgcom">
     136<term><command>rdjpgcom</command></term>
     137<listitem><para>displays text comments from within a <acronym>JPEG</acronym>
     138file.</para>
     139<indexterm zone="libjpeg rdjpgcom">
     140<primary sortas="b-rdjpgcom">rdjpgcom</primary>
     141</indexterm></listitem>
     142</varlistentry>
    111143
    112 <sect3><title>wrjpgcom</title>
    113 <para><command>wrjpgcom</command> inserts text comments into a
    114 <acronym>JPEG</acronym> file.</para></sect3>
     144<varlistentry id="wrjpgcom">
     145<term><command>wrjpgcom</command></term>
     146<listitem><para>inserts text comments into a <acronym>JPEG</acronym>
     147file.</para>
     148<indexterm zone="libjpeg wrjpgcom">
     149<primary sortas="b-wrjpgcom">wrjpgcom</primary>
     150</indexterm></listitem>
     151</varlistentry>
    115152
    116 <sect3><title>jpeg libraries</title>
    117 <para>These libraries are used by many programs for reading and writing
    118 jpeg format files.</para></sect3>
     153<varlistentry id="libjpeg-lib">
     154<term><filename class='libraryfile'>libjpeg.[so,a]</filename></term>
     155<listitem><para>library is used by many programs for reading and writing
     156<acronym>JPEG</acronym> format files.</para>
     157<indexterm zone="libjpeg libjpeg-lib">
     158<primary sortas="c-libjpeg">libjpeg.[so,a]</primary>
     159</indexterm></listitem>
     160</varlistentry>
     161</variablelist>
    119162
    120163</sect2>
Note: See TracChangeset for help on using the changeset viewer.