mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
add feh
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15298 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
e77532af23
commit
2277b26391
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "03"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "04"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "01"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2015">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "January 3rd, &year;">
|
||||
<!ENTITY releasedate "January 4th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
|
||||
|
@ -44,6 +44,16 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>January 4th, 2015</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[igor] - Added feh-2.12. Fixes
|
||||
<ulink url="&blfs-ticket-root;5991">#5991</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>January 3rd, 2015</para>
|
||||
<itemizedlist>
|
||||
|
@ -591,6 +591,7 @@
|
||||
<!-- Chapter 36 -->
|
||||
<!ENTITY balsa-version "2.5.1">
|
||||
<!ENTITY ekiga-version "4.0.1">
|
||||
<!ENTITY feh-version "2.12">
|
||||
<!ENTITY fontforge-date "2014-11-26">
|
||||
<!ENTITY fontforge-version "20141126">
|
||||
<!ENTITY gparted-version "0.20.0">
|
||||
|
187
xsoft/other/feh.xml
Normal file
187
xsoft/other/feh.xml
Normal file
@ -0,0 +1,187 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY feh-download-http "http://feh.finalrewind.org/feh-&feh-version;.tar.bz2">
|
||||
<!ENTITY feh-download-ftp " ">
|
||||
<!ENTITY feh-md5sum "da59074c2e7b68fb08f555e366f827a9">
|
||||
<!ENTITY feh-size "2.0 MB">
|
||||
<!ENTITY feh-buildsize "6.5 MB">
|
||||
<!ENTITY feh-time "0.1 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="feh" xreflabel="feh-&feh-version;">
|
||||
<?dbhtml filename="feh.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>feh-&feh-version;</title>
|
||||
|
||||
<indexterm zone="feh">
|
||||
<primary sortas="a-feh">feh</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to feh</title>
|
||||
|
||||
<para>
|
||||
<application>feh</application> is a fast, lightweight image viewer which
|
||||
uses Imlib2. It is commandline-driven and supports multiple images
|
||||
through slideshows, thumbnail browsing or multiple windows, and montages
|
||||
or index prints (using TrueType fonts to display file info). Advanced
|
||||
features include fast dynamic zooming, progressive loading, loading via
|
||||
HTTP (with reload support for watching webcams), recursive file opening
|
||||
(slideshow of a directory hierarchy), and mouse wheel/keyboard control.
|
||||
</para>
|
||||
|
||||
&lfs76_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Download (HTTP): <ulink url="&feh-download-http;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download (FTP): <ulink url="&feh-download-ftp;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download MD5 sum: &feh-md5sum;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download size: &feh-size;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated disk space required: &feh-buildsize;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated build time: &feh-time;
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">feh Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="libpng"/> and
|
||||
<xref linkend="imlib2"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="curl"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="libexif"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional (runtime)</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="libjpeg"/> (for lossless image rotation), and
|
||||
<xref linkend="imagemagick"/> (to load unsupported formats)
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">
|
||||
User Notes: <ulink url="&blfs-wiki;/feh"/>
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of feh</title>
|
||||
|
||||
<para>
|
||||
Install <application>feh</application> by running the following commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>make</userinput></screen>
|
||||
|
||||
<para>
|
||||
To test the results, issue: <command>make test</command>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make PREFIX=/usr install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<option>curl=0</option>: Use this make flag if you don't have cURL
|
||||
package installed.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<option>exif=1</option>: This make flag enables builtin Exif tag display
|
||||
support.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Program</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>
|
||||
feh
|
||||
</seg>
|
||||
<seg>
|
||||
None
|
||||
</seg>
|
||||
<seg>
|
||||
/usr/share/doc/feh and
|
||||
/usr/share/feh
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="feh-prog">
|
||||
<term><command>feh</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is an image viewer and cataloguer.
|
||||
</para>
|
||||
<indexterm zone="feh feh-prog">
|
||||
<primary sortas="b-feh">feh</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -20,6 +20,7 @@ $Date$
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="balsa.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ekiga.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="feh.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fontforge.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gimp.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnash.xml"/>
|
||||
|
Loading…
Reference in New Issue
Block a user