source: xsoft/other/feh.xml@ 99b60d6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 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 99b60d6 was 99b60d6, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Fix feh md5sum

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

  • Property mode set to 100644
File size: 6.5 KB
RevLine 
[2277b263]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 " ">
[99b60d6]9 <!ENTITY feh-md5sum "8733b1323581c4cb3dac77c9489e58d5">
[a8f943ff]10 <!ENTITY feh-size "2.0 MB">
[dff94d4]11 <!ENTITY feh-buildsize "5.5 MB (with tests)">
[ba6578d]12 <!ENTITY feh-time "less than 0.1 SBU (with tests)">
[2277b263]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
[e912fc8]42 &lfs82_checked;
[2277b263]43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
[81537b4]46
[8fae20e]47<!-- Seems to work OK now
[81537b4]48 <note>
49 <para>
50 For some reason, using a browser, the link will not download the
51 package as a tarball, but instead, as a page. Therefore, you will need
52 to use <quote>Save link as</quote> or the <command>wget</command> or
53 another similar command, in the command line.
54 </para>
55 </note>
[8fae20e]56-->
[2277b263]57 <listitem>
58 <para>
59 Download (HTTP): <ulink url="&feh-download-http;"/>
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download (FTP): <ulink url="&feh-download-ftp;"/>
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Download MD5 sum: &feh-md5sum;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Download size: &feh-size;
75 </para>
76 </listitem>
77 <listitem>
78 <para>
79 Estimated disk space required: &feh-buildsize;
80 </para>
81 </listitem>
82 <listitem>
83 <para>
84 Estimated build time: &feh-time;
85 </para>
86 </listitem>
87 </itemizedlist>
88
[6a9a5f2]89<!-- I don't think this is needed as of 2.17. -renodr -->
90<!--
[ba6578d]91 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
92 <itemizedlist spacing="compact">
93 <listitem>
94 <para>
95 Optional patch, for the test suite:
96 <ulink
97 url="&patch-root;/feh-&feh-version;-disable_some_tests-1.patch"/>
98 </para>
99 </listitem>
100 </itemizedlist>
[6a9a5f2]101-->
[2277b263]102 <bridgehead renderas="sect3">feh Dependencies</bridgehead>
103
104 <bridgehead renderas="sect4">Required</bridgehead>
105 <para role="required">
106 <xref linkend="libpng"/> and
[395be1c]107 <xref linkend="imlib2"/> (built with
108 <xref linkend="giflib"/> support, for the tests)
[2277b263]109 </para>
110
111 <bridgehead renderas="sect4">Recommended</bridgehead>
112 <para role="recommended">
113 <xref linkend="curl"/>
114 </para>
115
116 <bridgehead renderas="sect4">Optional</bridgehead>
117 <para role="optional">
118 <xref linkend="libexif"/>
119 </para>
120
121 <bridgehead renderas="sect4">Optional (runtime)</bridgehead>
122 <para role="optional">
[c8b93dfd]123 <xref role="runtime" linkend="libjpeg"/> (for lossless image rotation) and
124 <xref role="runtime" linkend="imagemagick"/> (to load unsupported formats)
[2277b263]125 </para>
126
[d591de4]127 <bridgehead renderas="sect4">Optional (test suite)</bridgehead>
128 <para role="optional">
[1515d301]129 <xref linkend="perl-test-command"/> (required)
[d591de4]130 </para>
131
[2277b263]132 <para condition="html" role="usernotes">
133 User Notes: <ulink url="&blfs-wiki;/feh"/>
134 </para>
135
136 </sect2>
137
138 <sect2 role="installation">
139 <title>Installation of feh</title>
140
[6a9a5f2]141<!--
[ba6578d]142 <para> 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 you
145 intend to run the test suite: </para>
146
147<screen><userinput>patch -Np1 -i ../feh-&feh-version;-disable_some_tests-1.patch</userinput></screen>
[6a9a5f2]148-->
[ba6578d]149
[2277b263]150 <para>
151 Install <application>feh</application> by running the following commands:
152 </para>
153
[d591de4]154<screen><userinput>sed -i "s:doc/feh:&amp;-&feh-version;:" config.mk &amp;&amp;
[1f5d497]155make PREFIX=/usr</userinput></screen>
[2277b263]156
157 <para>
158 To test the results, issue: <command>make test</command>.
159 </para>
160
161 <para>
162 Now, as the <systemitem class="username">root</systemitem> user:
163 </para>
164
165<screen role="root"><userinput>make PREFIX=/usr install</userinput></screen>
166
167 </sect2>
168
169 <sect2 role="commands">
170 <title>Command Explanations</title>
171
[d591de4]172 <para>
173 <command>sed -i "s:doc/feh:&amp;-&feh-version;:" config.mk</command>: This
174 sed fixes the doc directory to a versioned one, as used in BLFS.
175 </para>
176
[2277b263]177 <para>
178 <option>curl=0</option>: Use this make flag if you don't have cURL
179 package installed.
180 </para>
181
182 <para>
183 <option>exif=1</option>: This make flag enables builtin Exif tag display
184 support.
185 </para>
186
187 </sect2>
188
189 <sect2 role="content">
190 <title>Contents</title>
191
192 <segmentedlist>
193 <segtitle>Installed Program</segtitle>
194 <segtitle>Installed Libraries</segtitle>
195 <segtitle>Installed Directories</segtitle>
196
197 <seglistitem>
198 <seg>
199 feh
200 </seg>
201 <seg>
202 None
203 </seg>
204 <seg>
[d591de4]205 /usr/share/doc/feh-&feh-version; and
[2277b263]206 /usr/share/feh
207 </seg>
208 </seglistitem>
209 </segmentedlist>
210
211 <variablelist>
212 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
213 <?dbfo list-presentation="list"?>
214 <?dbhtml list-presentation="table"?>
215
216 <varlistentry id="feh-prog">
217 <term><command>feh</command></term>
218 <listitem>
219 <para>
220 is an image viewer and cataloguer.
221 </para>
222 <indexterm zone="feh feh-prog">
223 <primary sortas="b-feh">feh</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
227
228 </variablelist>
229
230 </sect2>
231
232</sect1>
Note: See TracBrowser for help on using the repository browser.