2004-06-13 06:56:28 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2007-04-05 03:42:53 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2004-06-13 06:56:28 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2017-02-19 03:34:36 +08:00
|
|
|
<!ENTITY compface-download-http "&sources-anduin-http;/compface/compface-&compface-version;.tar.gz">
|
2023-10-16 03:43:08 +08:00
|
|
|
<!ENTITY compface-download-ftp " ">
|
2017-08-16 02:49:48 +08:00
|
|
|
<!ENTITY compface-md5sum "62f4f79c0861ad292ba3cf77b4c48319">
|
|
|
|
<!ENTITY compface-size "47 KB">
|
|
|
|
<!ENTITY compface-buildsize "520 KB">
|
|
|
|
<!ENTITY compface-time "less than 0.1 SBU">
|
2004-06-13 06:56:28 +08:00
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="compface" xreflabel="Compface-&compface-version;">
|
2005-05-02 03:50:39 +08:00
|
|
|
<?dbhtml filename="compface.html"?>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
|
|
|
|
2005-05-02 03:50:39 +08:00
|
|
|
<title>Compface-&compface-version;</title>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 03:50:39 +08:00
|
|
|
<indexterm zone="compface">
|
|
|
|
<primary sortas="a-Compface">Compface</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to Compface</title>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2020-03-18 18:00:14 +08:00
|
|
|
<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>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2023-08-17 08:32:11 +08:00
|
|
|
&lfs120_checked;
|
2012-05-12 03:40:10 +08:00
|
|
|
|
2005-05-02 03:50:39 +08:00
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
2020-03-18 18:00:14 +08:00
|
|
|
<para>
|
|
|
|
Download (HTTP): <ulink url="&compface-download-http;"/>
|
|
|
|
</para>
|
2005-05-02 03:50:39 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2020-03-18 18:00:14 +08:00
|
|
|
<para>
|
|
|
|
Download (FTP): <ulink url="&compface-download-ftp;"/>
|
|
|
|
</para>
|
2005-05-02 03:50:39 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2020-03-18 18:00:14 +08:00
|
|
|
<para>
|
|
|
|
Download MD5 sum: &compface-md5sum;
|
|
|
|
</para>
|
2005-05-02 03:50:39 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2020-03-18 18:00:14 +08:00
|
|
|
<para>
|
|
|
|
Download size: &compface-size;
|
|
|
|
</para>
|
2005-05-02 03:50:39 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2020-03-18 18:00:14 +08:00
|
|
|
<para>
|
|
|
|
Estimated disk space required: &compface-buildsize;
|
|
|
|
</para>
|
2005-05-02 03:50:39 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2020-03-18 18:00:14 +08:00
|
|
|
<para>
|
|
|
|
Estimated build time: &compface-time;
|
|
|
|
</para>
|
2005-05-02 03:50:39 +08:00
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 03:50:39 +08:00
|
|
|
</sect2>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 03:50:39 +08:00
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of Compface</title>
|
|
|
|
|
2020-03-18 18:00:14 +08:00
|
|
|
<para>
|
|
|
|
Install <application>Compface</application> by running the
|
|
|
|
following commands:
|
|
|
|
</para>
|
2005-05-02 03:50:39 +08:00
|
|
|
|
2014-02-24 03:35:28 +08:00
|
|
|
<screen><userinput>./configure --prefix=/usr --mandir=/usr/share/man &&
|
2005-06-16 22:24:15 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
2020-03-18 18:00:14 +08:00
|
|
|
<para>
|
|
|
|
This package does not come with a test suite.
|
|
|
|
</para>
|
2005-06-16 22:24:15 +08:00
|
|
|
|
2020-03-18 18:00:14 +08:00
|
|
|
<para>
|
|
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
|
|
</para>
|
2005-06-16 22:24:15 +08:00
|
|
|
|
2007-11-23 05:22:21 +08:00
|
|
|
<screen role="root"><userinput>make install &&
|
|
|
|
install -m755 -v xbm2xface.pl /usr/bin</userinput></screen>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 03:50:39 +08:00
|
|
|
</sect2>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 03:50:39 +08:00
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 03:50:39 +08:00
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Library</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 03:50:39 +08:00
|
|
|
<seglistitem>
|
2007-11-23 05:22:21 +08:00
|
|
|
<seg>compface, uncompface and xbm2xface.pl</seg>
|
2006-04-11 02:35:56 +08:00
|
|
|
<seg>libcompface.{so,a}</seg>
|
2005-06-16 22:24:15 +08:00
|
|
|
<seg>None</seg>
|
2005-05-02 03:50:39 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 03:50:39 +08:00
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 03:50:39 +08:00
|
|
|
<varlistentry id="compface-prog">
|
|
|
|
<term><command>compface</command></term>
|
|
|
|
<listitem>
|
2020-03-18 18:00:14 +08:00
|
|
|
<para>
|
|
|
|
is a filter for generating highly compressed representations
|
2021-02-19 23:20:16 +08:00
|
|
|
of 48x48x1 face image files
|
2020-03-18 18:00:14 +08:00
|
|
|
</para>
|
2005-05-02 03:50:39 +08:00
|
|
|
<indexterm zone="compface compface-prog">
|
|
|
|
<primary sortas="b-compface">compface</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 03:50:39 +08:00
|
|
|
<varlistentry id="uncompface">
|
|
|
|
<term><command>uncompface</command></term>
|
|
|
|
<listitem>
|
2020-03-18 18:00:14 +08:00
|
|
|
<para>
|
|
|
|
is an inverse filter which performs an inverse
|
2021-02-19 23:20:16 +08:00
|
|
|
transformation with no loss of data
|
2020-03-18 18:00:14 +08:00
|
|
|
</para>
|
2005-05-02 03:50:39 +08:00
|
|
|
<indexterm zone="compface uncompface">
|
|
|
|
<primary sortas="b-uncompface">uncompface</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2007-11-23 05:22:21 +08:00
|
|
|
<varlistentry id="xbm2xface">
|
|
|
|
<term><command>xbm2xface.pl</command></term>
|
|
|
|
<listitem>
|
2020-03-18 18:00:14 +08:00
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
is a script to generate xfaces
|
2020-03-18 18:00:14 +08:00
|
|
|
</para>
|
2007-11-23 05:22:21 +08:00
|
|
|
<indexterm zone="compface xbm2xface">
|
|
|
|
<primary sortas="b-xbm2xface.pl">xbm2xface.pl</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2005-05-02 03:50:39 +08:00
|
|
|
<varlistentry id="libcompface">
|
2021-02-19 23:20:16 +08:00
|
|
|
<term><filename class="libraryfile">libcompface.{so,a}</filename></term>
|
2005-05-02 03:50:39 +08:00
|
|
|
<listitem>
|
2020-03-18 18:00:14 +08:00
|
|
|
<para>
|
|
|
|
allows the compression and decompression algorithms to be
|
2021-02-19 23:20:16 +08:00
|
|
|
used in other programs such as MTAs
|
2020-03-18 18:00:14 +08:00
|
|
|
</para>
|
2005-05-02 03:50:39 +08:00
|
|
|
<indexterm zone="compface libcompface">
|
2006-04-11 02:35:56 +08:00
|
|
|
<primary sortas="c-libcompface">libcompface.{so,a}</primary>
|
2005-05-02 03:50:39 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 03:50:39 +08:00
|
|
|
</variablelist>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 03:50:39 +08:00
|
|
|
</sect2>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-06-16 22:24:15 +08:00
|
|
|
</sect1>
|