Tagged compface.xml

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3926 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Manuel Canales Esparcia 2005-05-01 19:50:39 +00:00
parent b96124dd02
commit 88adcddc35
2 changed files with 125 additions and 80 deletions

View File

@ -74,7 +74,7 @@
</sect2>
<sect2 role="kernel" id='TEMPLATE-kernel'>
<sect2 role="installation">
<title>Installation of Bc</title>
<para>Install <application>bc</application> by running the following commands:</para>

View File

@ -4,90 +4,135 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY compface-download-http "http://www.ibiblio.org/pub/Linux/apps/graphics/convert/compface-&compface-version;.tar.gz">
<!ENTITY compface-download-ftp " ">
<!ENTITY compface-md5sum "c45b54f67cc5d3580a18e4113219bc26">
<!ENTITY compface-size "28 KB">
<!ENTITY compface-buildsize "520 KB">
<!ENTITY compface-time "0.01 SBU">
<!ENTITY compface-download-http "http://www.ibiblio.org/pub/Linux/apps/graphics/convert/compface-&compface-version;.tar.gz">
<!ENTITY compface-download-ftp " ">
<!ENTITY compface-md5sum "c45b54f67cc5d3580a18e4113219bc26">
<!ENTITY compface-size "28 KB">
<!ENTITY compface-buildsize "520 KB">
<!ENTITY compface-time "0.01 SBU">
]>
<sect1 id="compface" xreflabel="Compface-&compface-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="compface.html"?>
<title>Compface-&compface-version;</title>
<?dbhtml filename="compface.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Compface-&compface-version;</title>
<indexterm zone="compface">
<primary sortas="a-Compface">Compface</primary>
</indexterm>
<sect2>
<title>Introduction to <application>Compface</application></title>
<sect2 role="package">
<title>Introduction to Compface</title>
<para><application>Compface</application> provides utilities and a library to
convert from/to X-Face format, a 48x48 bitmap format used to carry thumbnails
of email authors in a mail header.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&compface-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&compface-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &compface-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &compface-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &compface-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &compface-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>Required Patch: <ulink
url="&patch-root;/compface-&compface-version;-errno-2.patch"/></para>
</listitem>
</itemizedlist>
</sect2>
<sect2 role="installation">
<title>Installation of Compface</title>
<para><application>Compface</application> provides utilities and a library to
convert from/to X-Face format, a 48x48 bitmap format used to carry thumbnails
of email authors in a mail header.</para>
<para>Install <application>Compface</application> by running the
following commands:</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP):
<ulink url="&compface-download-http;"/></para></listitem>
<listitem><para>Download (FTP):
<ulink url="&compface-download-ftp;"/></para></listitem>
<listitem><para>Download MD5 sum: &compface-md5sum;</para></listitem>
<listitem><para>Download size: &compface-size;</para></listitem>
<listitem><para>Estimated disk space required:
&compface-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&compface-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title>Additional downloads</title>
<itemizedlist spacing='compact'>
<listitem><para>Required Patch: <ulink
url="&patch-root;/compface-&compface-version;-errno-2.patch"/></para></listitem>
</itemizedlist>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>Compface</application></title>
<para>Install <application>Compface</application> by running the
following commands:</para>
<screen><userinput><command>patch -Np1 -i ../compface-&compface-version;-errno-2.patch &amp;&amp;
<screen><userinput>patch -Np1 -i ../compface-&compface-version;-errno-2.patch &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Contents</title>
<para>This package contains <command>compface</command>,
<command>uncompface</command> and
<filename class="libraryfile">libcompface</filename>.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>compface</title>
<para><command>compface</command> is a filter for generating highly compressed
representations of 48x48x1 face image files.</para></sect3>
<sect3><title>uncompface</title>
<para><command>uncompface</command> is an inverse filter which performs an
inverse transformation with no loss of data.</para></sect3>
<sect3><title>libcompface</title>
<para><filename class="libraryfile">libcompface</filename> allows the
compression and decompression algorithms to be used in other programs such as
<acronym>MTA</acronym>s.</para></sect3>
</sect2>
</sect1>
make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>compface and uncompface</seg>
<seg>libcompface.[so,a]</seg>
<seg>None</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="compface-prog">
<term><command>compface</command></term>
<listitem>
<para>is a filter for generating highly compressed representations
of 48x48x1 face image files.</para>
<indexterm zone="compface compface-prog">
<primary sortas="b-compface">compface</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="uncompface">
<term><command>uncompface</command></term>
<listitem>
<para>is an inverse filter which performs an inverse
transformation with no loss of data.</para>
<indexterm zone="compface uncompface">
<primary sortas="b-uncompface">uncompface</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libcompface">
<term><filename class='libraryfile'>libcompface.[so,a]</filename></term>
<listitem>
<para>allows the compression and decompression algorithms to be
used in other programs such as MTAs.</para>
<indexterm zone="compface libcompface">
<primary sortas="c-libcompface">libcompface.[so,a]</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>