glfs/gnome/applications/eog.xml
Pierre Labastie 6dc438c9c5 Eog uses meson now, and autotools are not available anymore
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20049 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-04-07 08:57:25 +00:00

187 lines
4.8 KiB
XML

<?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 eog-download-http "&gnome-download-http;/eog/&gnome-minor-28;/eog-&eog-version;.tar.xz">
<!ENTITY eog-download-ftp "&gnome-download-ftp;/eog/&gnome-minor-28;/eog-&eog-version;.tar.xz">
<!ENTITY eog-md5sum "0ba26c69809aa01717bc17709b75ee52">
<!ENTITY eog-size "4.9 MB">
<!ENTITY eog-buildsize "33 MB">
<!ENTITY eog-time "0.2 SBU (using parallelism=4)">
]>
<sect1 id="eog" xreflabel="EOG-&eog-version;">
<?dbhtml filename="eog.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>EOG-&eog-version;</title>
<indexterm zone="eog">
<primary sortas="a-EOG">EOG</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to EOG</title>
<para>
<application>EOG</application> is an application used for
viewing and cataloging image files on the
<application>GNOME</application> Desktop. It has basic editing
capabilites.
</para>
&lfs82_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&eog-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&eog-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &eog-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &eog-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &eog-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &eog-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">EOG Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="adwaita-icon-theme"/>,
<xref linkend="exempi"/>,
<xref linkend="gnome-desktop"/>,
<xref linkend="itstool"/>,
<xref linkend="libpeas"/>, and
<xref linkend="shared-mime-info"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="gobject-introspection"/>,
<xref linkend="lcms2"/>,
<xref linkend="libexif"/>, and
<xref linkend="librsvg"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="gtk-doc"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/eog"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of EOG</title>
<para>
Install <application>EOG</application> by running the
following commands:
</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
meson --prefix=/usr &amp;&amp;
ninja</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>ninja install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<option>-Dgtk-doc=true</option>: Use this parameter if
<application>GTK-Doc</application> is installed and you wish to rebuild
and install the API documentation.
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
eog
</seg>
<seg>
libeog.so
</seg>
<seg>
/usr/include/eog-3.0 and
/usr/{lib,share,share/gtk-doc/html,share/help/*}/eog
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="eog-prog">
<term><command>eog</command></term>
<listitem>
<para>
is a fast and functional image viewer as well as an
image cataloging program. It has basic editing capabilites.
</para>
<indexterm zone="eog eog-prog">
<primary sortas="b-eog">eog</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>