mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
b849a36d53
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4153 af4574ff-66df-0310-9fd7-8a98e5e911e0
138 lines
4.4 KiB
XML
138 lines
4.4 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
|
<!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">
|
|
]>
|
|
|
|
<sect1 id="compface" xreflabel="Compface-&compface-version;">
|
|
<?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 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>Install <application>Compface</application> by running the
|
|
following commands:</para>
|
|
|
|
<screen><userinput>patch -Np1 -i ../compface-&compface-version;-errno-2.patch &&
|
|
./configure --prefix=/usr &&
|
|
make &&
|
|
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>Not determined at this time</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> |