source: gnome-systemd/applications/eog.xml@ f8f466e

krejzi/svn
Last change on this file since f8f466e was f8f466e, checked in by Krejzi <krejzi@…>, 9 years ago

begin updating gnome apps.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/krejzi@14828 af4574ff-66df-0310-9fd7-8a98e5e911e0

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