source: xsoft/other/feh.xml@ 1bf0fac

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 1bf0fac was 1bf0fac, checked in by Bruce Dubbs <bdubbs@…>, 10 months ago

Tag all of xsoft except libreoffice

  • Property mode set to 100644
File size: 6.4 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 "8adf6db9c5b18816df5ce539244d2329">
10 <!ENTITY feh-size "2.0 MB">
11 <!ENTITY feh-buildsize "5.7 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 &lfs120_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
129 </sect2>
130
131 <sect2 role="installation">
132 <title>Installation of feh</title>
133
134<!--
135 <para>
136 Due to well-known problems when <application>feh</application> try to
137 load gif images (sometimes <application>imlib2</application> being blamed
138 for that), some tests fail. To avoid that, apply the following patch, if
139 you intend to run the test suite:
140 </para>
141
142<screen><userinput>patch -Np1 -i ../feh-&feh-version;-disable_some_tests-1.patch</userinput></screen>
143-->
144
145 <para>
146 Install <application>feh</application> by running the following commands:
147 </para>
148
149<screen><userinput>sed -i "s:doc/feh:&amp;-&feh-version;:" config.mk &amp;&amp;
150make PREFIX=/usr</userinput></screen>
151
152 <para>
153 To test the results, issue: <command>make test</command>.
154 </para>
155
156 <para>
157 Now, as the <systemitem class="username">root</systemitem> user:
158 </para>
159
160<screen role="root"><userinput>make PREFIX=/usr install</userinput></screen>
161
162 </sect2>
163
164 <sect2 role="commands">
165 <title>Command Explanations</title>
166
167 <para>
168 <command>sed -i "s:doc/feh:&amp;-&feh-version;:" config.mk</command>: This
169 sed fixes the doc directory to a versioned one, as used in BLFS.
170 </para>
171
172 <para>
173 <option>curl=0</option>: Use this make flag if you don't have the cURL
174 package installed.
175 </para>
176
177 <para>
178 <option>exif=1</option>: This make flag enables builtin Exif tag display
179 support.
180 </para>
181
182 </sect2>
183
184 <sect2 role="content">
185 <title>Contents</title>
186
187 <segmentedlist>
188 <segtitle>Installed Program</segtitle>
189 <segtitle>Installed Libraries</segtitle>
190 <segtitle>Installed Directories</segtitle>
191
192 <seglistitem>
193 <seg>
194 feh
195 </seg>
196 <seg>
197 None
198 </seg>
199 <seg>
200 /usr/share/doc/feh-&feh-version; and
201 /usr/share/feh
202 </seg>
203 </seglistitem>
204 </segmentedlist>
205
206 <variablelist>
207 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
208 <?dbfo list-presentation="list"?>
209 <?dbhtml list-presentation="table"?>
210
211 <varlistentry id="feh-prog">
212 <term><command>feh</command></term>
213 <listitem>
214 <para>
215 is an image viewer and cataloguer
216 </para>
217 <indexterm zone="feh feh-prog">
218 <primary sortas="b-feh">feh</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 </variablelist>
224
225 </sect2>
226
227</sect1>
Note: See TracBrowser for help on using the repository browser.