source: xsoft/other/feh.xml@ 5e5d8c4

11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 5e5d8c4 was 5e5d8c4, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

A few more tags

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