source: gnome/applications/eog.xml@ 09f3da9

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 09f3da9 was c828e9cb, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Update to EOG-3.20.3
Update to Epiphany-3.20.3
Update to Evince-3.20.1
Update to gnome-screenshot-3.20.1
Update to gparted-0.26.1
(systemd/gnome merge staging) Update to seahorse-3.20.0
(systemd/gnome merge staging) Update to vinagre-3.20.2
(systemd/gnome merge) Moved vinagre over to trunk
Tags and Typo Fixes

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

  • Property mode set to 100644
File size: 4.9 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 eog-download-http "&gnome-download-http;/eog/&gnome-minor-20;/eog-&eog-version;.tar.xz">
8 <!ENTITY eog-download-ftp "&gnome-download-ftp;/eog/&gnome-minor-20;/eog-&eog-version;.tar.xz">
9 <!ENTITY eog-md5sum "b5edc37274731163ae89c5560da86676">
10 <!ENTITY eog-size "4.4 MB">
11 <!ENTITY eog-buildsize "57 MB">
12 <!ENTITY eog-time "0.7 SBU">
13]>
14
15<sect1 id="eog" xreflabel="EOG-&eog-version;">
16 <?dbhtml filename="eog.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>EOG-&eog-version;</title>
24
25 <indexterm zone="eog">
26 <primary sortas="a-EOG">EOG</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to EOG</title>
31
32 <para>
33 <application>EOG</application> is an application used for
34 viewing and cataloging image files on the
35 <application>GNOME</application> Desktop. It has basic editing
36 capabilites.
37 </para>
38
39 &lfs79_checked;
40 &gcc6_checked;
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="adwaita-icon-theme"/>,
81 <xref linkend="gnome-desktop"/>,
82 <xref linkend="itstool"/>,
83 <xref linkend="libpeas"/>, and
84 <xref linkend="shared-mime-info"/>
85 </para>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
89 <xref linkend="gobject-introspection"/> and
90 <xref linkend="librsvg"/>
91 </para>
92
93 <bridgehead renderas="sect4">Optional</bridgehead>
94 <para role="optional">
95 <xref linkend="exempi"/>,
96 <xref linkend="gtk-doc"/>,
97 <xref linkend="lcms2"/>, and
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<!-- As of 3.20.3, this no longer seems to be needed.
133 <para><envar>X11_CFLAGS="-Wno-error=format-nonliteral"</envar>:
134 Ignore a warning that was flagged as an error.</para>
135-->
136
137 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
138 href="../../xincludes/gtk-doc-rebuild.xml"/>
139
140 </sect2>
141
142 <sect2 role="content">
143 <title>Contents</title>
144
145 <segmentedlist>
146 <segtitle>Installed Program</segtitle>
147 <segtitle>Installed Library</segtitle>
148 <segtitle>Installed Directories</segtitle>
149
150 <seglistitem>
151 <seg>
152 eog
153 </seg>
154 <seg>
155 libeog.so
156 </seg>
157 <seg>
158 /usr/include/eog-3.0 and
159 /usr/{lib,share,share/gtk-doc/html,share/help/*}/eog
160 </seg>
161 </seglistitem>
162 </segmentedlist>
163
164 <variablelist>
165 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
166 <?dbfo list-presentation="list"?>
167 <?dbhtml list-presentation="table"?>
168
169 <varlistentry id="eog-prog">
170 <term><command>eog</command></term>
171 <listitem>
172 <para>
173 is a fast and functional image viewer as well as an
174 image cataloging program. It has basic editing capabilites.
175 </para>
176 <indexterm zone="eog eog-prog">
177 <primary sortas="b-eog">eog</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 </variablelist>
183
184 </sect2>
185
186</sect1>
Note: See TracBrowser for help on using the repository browser.