source: gnome/applications/eog.xml@ fb990982

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since fb990982 was fb990982, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Fix Python-2.7.6 to build with Readline-6.3, thanks to Igor Z. Updates to gjs-1.40.0,libpeas-1.10.0, gnome-icon-theme-3.12.0, gnome-desktop-3.12.0 and eog-3.12.0.

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

  • Property mode set to 100644
File size: 4.9 KB
RevLine 
[3bef2f0]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
[fb990982]7<!-- <!ENTITY eog-download-http "&gnome-download-http;/eog/&gnome-minor;/eog-&eog-version;.tar.xz">
8 <!ENTITY eog-download-ftp "&gnome-download-ftp;/eog/&gnome-minor;/eog-&eog-version;.tar.xz">-->
9 <!ENTITY eog-download-http "&gnome-download-http;/eog/3.12/eog-&eog-version;.tar.xz">
10 <!ENTITY eog-download-ftp "&gnome-download-ftp;/eog/3.12/eog-&eog-version;.tar.xz">
11 <!ENTITY eog-md5sum "dbd5951ab0336312e04a04497831882c">
12 <!ENTITY eog-size "3.5 MB">
13 <!ENTITY eog-buildsize "56 MB">
14 <!ENTITY eog-time "0.7 SBU">
[3bef2f0]15]>
16
17<sect1 id="eog" xreflabel="EOG-&eog-version;">
18 <?dbhtml filename="eog.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>EOG-&eog-version;</title>
26
27 <indexterm zone="eog">
28 <primary sortas="a-EOG">EOG</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to EOG</title>
33
34 <para>
[0d7900a]35 <application>EOG</application> is an application used for
36 viewing and cataloging image files on the
[3bef2f0]37 <application>GNOME</application> Desktop.
38 </para>
39
[682f45b2]40 &lfs75_checked;
[3bef2f0]41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&eog-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&eog-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &eog-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &eog-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &eog-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &eog-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">EOG Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="gnome-desktop"/>,
81 <xref linkend="gnome-icon-theme"/>,
[1ca1a68f]82 <xref linkend="libpeas"/>,
[91b65df]83 <xref linkend="shared-mime-info"/>, and
[1ca1a68f]84 <xref linkend="yelp-xsl"/>
[3bef2f0]85 </para>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
[1ca1a68f]89 <xref linkend="gobject-introspection"/> and
90 <xref linkend="librsvg"/>
[3bef2f0]91 </para>
92
93 <bridgehead renderas="sect4">Optional</bridgehead>
94 <para role="optional">
95 <xref linkend="exempi"/>,
96 <xref linkend="gtk-doc"/>,
[91b65df]97 <xref linkend="lcms2"/>, and
[3bef2f0]98 <xref linkend="libexif"/>
99 </para>
100
101 <para condition="html" role="usernotes">User Notes:
102 <ulink url="&blfs-wiki;/eog"/>
103 </para>
104 </sect2>
105
106 <sect2 role="installation">
107 <title>Installation of EOG</title>
108
109 <para>
110 Install <application>EOG</application> by running the
111 following commands:
112 </para>
113
114<screen><userinput>./configure --prefix=/usr &amp;&amp;
115make</userinput></screen>
116
117 <para>
118 This package does not come with a test suite.
119 </para>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>make install</userinput></screen>
126
127 </sect2>
128
129 <sect2 role="commands">
130 <title>Command Explanations</title>
131
132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
133 href="../../xincludes/gtk-doc-rebuild.xml"/>
134
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Program</segtitle>
[c3c56b2]142 <segtitle>Installed Libraries</segtitle>
[3bef2f0]143 <segtitle>Installed Directories</segtitle>
144
145 <seglistitem>
146 <seg>
147 eog
148 </seg>
[c3c56b2]149 <seg>
[fb990982]150 several libraries under /usr/lib/eog/plugins/
[c3c56b2]151 </seg>
[3bef2f0]152 <seg>
153 /usr/include/eog-3.0,
154 /usr/lib/eog,
155 /usr/share/eog,
[91b65df]156 /usr/share/gtk-doc/html/eog, and
[1ca1a68f]157 /usr/share/help/*/eog
[3bef2f0]158 </seg>
159 </seglistitem>
160 </segmentedlist>
161
162 <variablelist>
163 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
164 <?dbfo list-presentation="list"?>
165 <?dbhtml list-presentation="table"?>
166
167 <varlistentry id="eog-prog">
168 <term><command>eog</command></term>
169 <listitem>
170 <para>
171 is a fast and functional image viewer as well as an
172 image cataloging program.
173 </para>
174 <indexterm zone="eog eog-prog">
175 <primary sortas="b-eog">eog</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 </variablelist>
181
182 </sect2>
183
184</sect1>
Note: See TracBrowser for help on using the repository browser.