source: xsoft/other/feh.xml@ 0ebd12a3

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 0ebd12a3 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 6.5 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 "https://feh.finalrewind.org/feh-&feh-version;.tar.bz2">
8 <!ENTITY feh-download-ftp " ">
9 <!ENTITY feh-md5sum "d83f1731515d31069908d4bda5f3489b">
10 <!ENTITY feh-size "2.0 MB">
11 <!ENTITY feh-buildsize "7.0 MB (with tests)">
12 <!ENTITY feh-time "less than 0.1 SBU (with tests)">
13]>
14
15<sect1 id="feh" xreflabel="feh-&feh-version;">
16 <?dbhtml filename="feh.html"?>
17
18
19 <title>feh-&feh-version;</title>
20
21 <indexterm zone="feh">
22 <primary sortas="a-feh">feh</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to feh</title>
27
28 <para>
29 <application>feh</application> is a fast, lightweight image viewer which
30 uses Imlib2. It is commandline-driven and supports multiple images
31 through slideshows, thumbnail browsing or multiple windows, and montages
32 or index prints (using TrueType fonts to display file info). Advanced
33 features include fast dynamic zooming, progressive loading, loading via
34 HTTP (with reload support for watching webcams), recursive file opening
35 (slideshow of a directory hierarchy), and mouse wheel/keyboard control.
36 </para>
37
38 &lfs112_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42
43<!-- Seems to work OK now
44 <note>
45 <para>
46 For some reason, using a browser, the link will not download the
47 package as a tarball, but instead, as a page. Therefore, you will need
48 to use <quote>Save link as</quote> or the <command>wget</command> or
49 another similar command, in the command line.
50 </para>
51 </note>
52-->
53 <listitem>
54 <para>
55 Download (HTTP): <ulink url="&feh-download-http;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download (FTP): <ulink url="&feh-download-ftp;"/>
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download MD5 sum: &feh-md5sum;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Download size: &feh-size;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated disk space required: &feh-buildsize;
76 </para>
77 </listitem>
78 <listitem>
79 <para>
80 Estimated build time: &feh-time;
81 </para>
82 </listitem>
83 </itemizedlist>
84
85<!-- I don't think this is needed as of 2.17. -renodr -->
86<!--
87 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
88 <itemizedlist spacing="compact">
89 <listitem>
90 <para>
91 Optional patch, for the test suite:
92 <ulink
93 url="&patch-root;/feh-&feh-version;-disable_some_tests-1.patch"/>
94 </para>
95 </listitem>
96 </itemizedlist>
97-->
98 <bridgehead renderas="sect3">feh Dependencies</bridgehead>
99
100 <bridgehead renderas="sect4">Required</bridgehead>
101 <para role="required">
102 <xref linkend="libpng"/> and
103 <xref linkend="imlib2"/> (built with
104 <xref linkend="giflib"/> support, for the tests)
105 </para>
106
107 <bridgehead renderas="sect4">Recommended</bridgehead>
108 <para role="recommended">
109 <xref linkend="curl"/>
110 </para>
111
112 <bridgehead renderas="sect4">Optional</bridgehead>
113 <para role="optional">
114 <xref linkend="libexif"/>
115 </para>
116
117 <bridgehead renderas="sect4">Optional (runtime)</bridgehead>
118 <para role="optional">
119 <xref role="runtime" linkend="libjpeg"/> (for lossless image rotation) and
120 <xref role="runtime" linkend="imagemagick"/> (to load unsupported formats)
121 </para>
122
123 <bridgehead renderas="sect4">Optional (test suite)</bridgehead>
124 <para role="optional">
125 <xref linkend="perl-test-command"/> (required)
126 </para>
127
128 <para condition="html" role="usernotes">
129 User Notes: <ulink url="&blfs-wiki;/feh"/>
130 </para>
131
132 </sect2>
133
134 <sect2 role="installation">
135 <title>Installation of feh</title>
136
137<!--
138 <para>
139 Due to well-known problems when <application>feh</application> try to
140 load gif images (sometimes <application>imlib2</application> being blamed
141 for that), some tests fail. To avoid that, apply the following patch, if
142 you intend to run the test suite:
143 </para>
144
145<screen><userinput>patch -Np1 -i ../feh-&feh-version;-disable_some_tests-1.patch</userinput></screen>
146-->
147
148 <para>
149 Install <application>feh</application> by running the following commands:
150 </para>
151
152<screen><userinput>sed -i "s:doc/feh:&amp;-&feh-version;:" config.mk &amp;&amp;
153make PREFIX=/usr</userinput></screen>
154
155 <para>
156 To test the results, issue: <command>make test</command>.
157 </para>
158
159 <para>
160 Now, as the <systemitem class="username">root</systemitem> user:
161 </para>
162
163<screen role="root"><userinput>make PREFIX=/usr install</userinput></screen>
164
165 </sect2>
166
167 <sect2 role="commands">
168 <title>Command Explanations</title>
169
170 <para>
171 <command>sed -i "s:doc/feh:&amp;-&feh-version;:" config.mk</command>: This
172 sed fixes the doc directory to a versioned one, as used in BLFS.
173 </para>
174
175 <para>
176 <option>curl=0</option>: Use this make flag if you don't have the cURL
177 package installed.
178 </para>
179
180 <para>
181 <option>exif=1</option>: This make flag enables builtin Exif tag display
182 support.
183 </para>
184
185 </sect2>
186
187 <sect2 role="content">
188 <title>Contents</title>
189
190 <segmentedlist>
191 <segtitle>Installed Program</segtitle>
192 <segtitle>Installed Libraries</segtitle>
193 <segtitle>Installed Directories</segtitle>
194
195 <seglistitem>
196 <seg>
197 feh
198 </seg>
199 <seg>
200 None
201 </seg>
202 <seg>
203 /usr/share/doc/feh-&feh-version; and
204 /usr/share/feh
205 </seg>
206 </seglistitem>
207 </segmentedlist>
208
209 <variablelist>
210 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
211 <?dbfo list-presentation="list"?>
212 <?dbhtml list-presentation="table"?>
213
214 <varlistentry id="feh-prog">
215 <term><command>feh</command></term>
216 <listitem>
217 <para>
218 is an image viewer and cataloguer
219 </para>
220 <indexterm zone="feh feh-prog">
221 <primary sortas="b-feh">feh</primary>
222 </indexterm>
223 </listitem>
224 </varlistentry>
225
226 </variablelist>
227
228 </sect2>
229
230</sect1>
Note: See TracBrowser for help on using the repository browser.