glfs/xsoft/other/feh.xml
Fernando de Oliveira 213c5f7be8 feh-2.12: move warning to real <warning>. Thanks Armin for suggesting its placement.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15380 af4574ff-66df-0310-9fd7-8a98e5e911e0
2015-01-24 13:59:50 +00:00

209 lines
5.8 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY feh-download-http "http://feh.finalrewind.org/feh-&feh-version;.tar.bz2">
<!ENTITY feh-download-ftp " ">
<!ENTITY feh-md5sum "da59074c2e7b68fb08f555e366f827a9">
<!ENTITY feh-size "2.0 MB">
<!ENTITY feh-buildsize "6.5 MB">
<!ENTITY feh-time "0.1 SBU">
]>
<sect1 id="feh" xreflabel="feh-&feh-version;">
<?dbhtml filename="feh.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>feh-&feh-version;</title>
<indexterm zone="feh">
<primary sortas="a-feh">feh</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to feh</title>
<para>
<application>feh</application> is a fast, lightweight image viewer which
uses Imlib2. It is commandline-driven and supports multiple images
through slideshows, thumbnail browsing or multiple windows, and montages
or index prints (using TrueType fonts to display file info). Advanced
features include fast dynamic zooming, progressive loading, loading via
HTTP (with reload support for watching webcams), recursive file opening
(slideshow of a directory hierarchy), and mouse wheel/keyboard control.
</para>
&lfs76_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&feh-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&feh-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &feh-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &feh-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &feh-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &feh-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">feh Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="libpng"/> and
<xref linkend="imlib2"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="curl"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="libexif"/>
</para>
<bridgehead renderas="sect4">Optional (runtime)</bridgehead>
<para role="optional">
<xref linkend="libjpeg"/> (for lossless image rotation), and
<xref linkend="imagemagick"/> (to load unsupported formats)
</para>
<warning><para>Following this warning, we refer to <ulink
url="http://mdocml.bsd.lv/snapshots/">mdocml</ulink>. This package should
not be installed, because it will overwrite many files and programs of
<application>Man-DB</application>, installed in LFS. If you really wish to
install it, be sure to know exactly how to modify file and binary names
that it installs.</para></warning>
<bridgehead renderas="sect4">Optional (test suite)</bridgehead>
<para role="optional">
<ulink url="http://mdocml.bsd.lv/snapshots/">mdocml</ulink>
(test error treated as warning, in Linux), and
<ulink url="https://cpan.metacpan.org/authors/id/D/DA/DANBOO/">Test::Command</ulink>
(required)
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/feh"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of feh</title>
<para>
Install <application>feh</application> by running the following commands:
</para>
<screen><userinput>sed -i "s:doc/feh:&amp;-&feh-version;:" config.mk &amp;&amp;
make PREFIX=/usr</userinput></screen>
<para>
To test the results, issue: <command>make test</command>.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make PREFIX=/usr install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<command>sed -i "s:doc/feh:&amp;-&feh-version;:" config.mk</command>: This
sed fixes the doc directory to a versioned one, as used in BLFS.
</para>
<para>
<option>curl=0</option>: Use this make flag if you don't have cURL
package installed.
</para>
<para>
<option>exif=1</option>: This make flag enables builtin Exif tag display
support.
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
feh
</seg>
<seg>
None
</seg>
<seg>
/usr/share/doc/feh-&feh-version; and
/usr/share/feh
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="feh-prog">
<term><command>feh</command></term>
<listitem>
<para>
is an image viewer and cataloguer.
</para>
<indexterm zone="feh feh-prog">
<primary sortas="b-feh">feh</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>