source: xsoft/other/feh.xml@ ae2aab61

systemd-13485
Last change on this file since ae2aab61 was ad6910d, checked in by Douglas R. Reno <renodr@…>, 9 years ago

librep: Fix a build error. Thanks goes to Lee Hancock for reporting.
reiserfsprogs: Fix a build issue. Thanks goes to Lee Hancock for reporting.
Akonadi: add libxslt as a required dependency. Thanks goes to Tommy Lincoln and Micheal Gruben for reporting.
feh: Require imlib to be compiled with giflib for the test suite. Thanks goes to Tommy Lincoln for reporting

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16320 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY feh-download-http "http://feh.finalrewind.org/feh-&feh-version;.tar.bz2">
8 <!ENTITY feh-download-ftp " ">
9 <!ENTITY feh-md5sum "18a70487dddf43682d4acc896bfed0d3">
10 <!ENTITY feh-size "2.1 MB">
11 <!ENTITY feh-buildsize "6.9 MB">
12 <!ENTITY feh-time "less than 0.1 SBU">
13]>
14
15<sect1 id="feh" xreflabel="feh-&feh-version;">
16 <?dbhtml filename="feh.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy: fernando $</othername>
20 <date>$Date: 2015-01-10 19:45:03 +0100 (Sat, 10 Jan 2015) $</date>
21 </sect1info>
22
23 <title>feh-&feh-version;</title>
24
25 <indexterm zone="feh">
26 <primary sortas="a-feh">feh</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to feh</title>
31
32 <para>
33 <application>feh</application> is a fast, lightweight image viewer which
34 uses Imlib2. It is commandline-driven and supports multiple images
35 through slideshows, thumbnail browsing or multiple windows, and montages
36 or index prints (using TrueType fonts to display file info). Advanced
37 features include fast dynamic zooming, progressive loading, loading via
38 HTTP (with reload support for watching webcams), recursive file opening
39 (slideshow of a directory hierarchy), and mouse wheel/keyboard control.
40 </para>
41
42 &lfs77_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&feh-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&feh-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &feh-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &feh-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &feh-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &feh-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">feh Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Required</bridgehead>
81 <para role="required">
82 <xref linkend="libpng"/> and
83 <xref linkend="imlib2"/> (built with
84 <xref linkend="giflib"/> support for the test suite.)
85 </para>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
89 <xref linkend="curl"/>
90 </para>
91
92 <bridgehead renderas="sect4">Optional</bridgehead>
93 <para role="optional">
94 <xref linkend="libexif"/> and
95 <xref linkend="perl-test-command"/>
96 (required to run the testsuite)
97 </para>
98
99 <bridgehead renderas="sect4">Optional (runtime)</bridgehead>
100 <para role="optional">
101 <xref linkend="libjpeg"/> (for lossless image rotation), and
102 <xref linkend="imagemagick"/> (to load unsupported formats)
103 </para>
104
105 <para condition="html" role="usernotes">
106 User Notes: <ulink url="&blfs-wiki;/feh"/>
107 </para>
108
109 </sect2>
110
111 <sect2 role="installation">
112 <title>Installation of feh</title>
113
114 <para>
115 Install <application>feh</application> by running the following commands:
116 </para>
117
118<screen><userinput>sed -i "s:doc/feh:&amp;-&feh-version;:" config.mk &amp;&amp;
119make PREFIX=/usr</userinput></screen>
120
121 <para>
122 To test the results, issue: <command>make test</command>.
123 </para>
124
125 <para>
126 Now, as the <systemitem class="username">root</systemitem> user:
127 </para>
128
129<screen role="root"><userinput>make PREFIX=/usr install</userinput></screen>
130
131 </sect2>
132
133 <sect2 role="commands">
134 <title>Command Explanations</title>
135
136 <para>
137 <command>sed -i "s:doc/feh:&amp;-&feh-version;:" config.mk</command>: This
138 sed fixes the doc directory to a versioned one, as used in BLFS.
139 </para>
140
141 <para>
142 <option>curl=0</option>: Use this make flag if you don't have cURL
143 package installed.
144 </para>
145
146 <para>
147 <option>exif=1</option>: This make flag enables builtin Exif tag display
148 support.
149 </para>
150
151 </sect2>
152
153 <sect2 role="content">
154 <title>Contents</title>
155
156 <segmentedlist>
157 <segtitle>Installed Program</segtitle>
158 <segtitle>Installed Libraries</segtitle>
159 <segtitle>Installed Directories</segtitle>
160
161 <seglistitem>
162 <seg>
163 feh
164 </seg>
165 <seg>
166 None
167 </seg>
168 <seg>
169 /usr/share/doc/feh-&feh-version; and
170 /usr/share/feh
171 </seg>
172 </seglistitem>
173 </segmentedlist>
174
175 <variablelist>
176 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
177 <?dbfo list-presentation="list"?>
178 <?dbhtml list-presentation="table"?>
179
180 <varlistentry id="feh-prog">
181 <term><command>feh</command></term>
182 <listitem>
183 <para>
184 is an image viewer and cataloguer.
185 </para>
186 <indexterm zone="feh feh-prog">
187 <primary sortas="b-feh">feh</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 </variablelist>
193
194 </sect2>
195
196</sect1>
Note: See TracBrowser for help on using the repository browser.