mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
ff769b8c61
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3656 af4574ff-66df-0310-9fd7-8a98e5e911e0
94 lines
3.0 KiB
XML
94 lines
3.0 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;">
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
<?dbhtml filename="compface.html"?>
|
|
<title>Compface-&compface-version;</title>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application>Compface</application></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>
|
|
|
|
<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 &&
|
|
./configure --prefix=/usr &&
|
|
make &&
|
|
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>
|
|
|