source: xsoft/other/feh.xml@ aeb6dda

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 aeb6dda was aeb6dda, checked in by Igor Živković <igor@…>, 8 years ago

Update to mesa-11.2.1.
Update to feh-2.15.2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17270 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • 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 "http://feh.finalrewind.org/feh-&feh-version;.tar.bz2">
8 <!ENTITY feh-download-ftp " ">
9 <!ENTITY feh-md5sum "56af710d9aea7d6ed0a7589f5d64cfc1">
10 <!ENTITY feh-size "2.0 MB">
11 <!ENTITY feh-buildsize "5.4 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 <othername>$LastChangedBy$</othername>
20 <date>$Date$</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 &lfs79_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46
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 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
89 <itemizedlist spacing="compact">
90 <listitem>
91 <para>
92 Optional patch, for the test suite:
93 <ulink
94 url="&patch-root;/feh-&feh-version;-disable_some_tests-1.patch"/>
95 </para>
96 </listitem>
97 </itemizedlist>
98
99 <bridgehead renderas="sect3">feh Dependencies</bridgehead>
100
101 <bridgehead renderas="sect4">Required</bridgehead>
102 <para role="required">
103 <xref linkend="libpng"/> and
104 <xref linkend="imlib2"/> (built with
105 <xref linkend="giflib"/> support, for the tests)
106 </para>
107
108 <bridgehead renderas="sect4">Recommended</bridgehead>
109 <para role="recommended">
110 <xref linkend="curl"/>
111 </para>
112
113 <bridgehead renderas="sect4">Optional</bridgehead>
114 <para role="optional">
115 <xref linkend="libexif"/>
116 </para>
117
118 <bridgehead renderas="sect4">Optional (runtime)</bridgehead>
119 <para role="optional">
120 <xref linkend="libjpeg"/> (for lossless image rotation), and
121 <xref linkend="imagemagick"/> (to load unsupported formats)
122 </para>
123
124 <bridgehead renderas="sect4">Optional (test suite)</bridgehead>
125 <para role="optional">
126 <xref linkend="perl-test-command"/> (required)
127 </para>
128
129 <para condition="html" role="usernotes">
130 User Notes: <ulink url="&blfs-wiki;/feh"/>
131 </para>
132
133 </sect2>
134
135 <sect2 role="installation">
136 <title>Installation of feh</title>
137
138 <para> Due to well-known problems when <application>feh</application> try to
139 load gif images (sometimes <application>imlib2</application> being blamed
140 for that), some tests fail. To avoid that, apply the following patch, if you
141 intend to run the test suite: </para>
142
143<screen><userinput>patch -Np1 -i ../feh-&feh-version;-disable_some_tests-1.patch</userinput></screen>
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 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.