source: gnome/applications/eog.xml

trunk
Last change on this file was 360ca71, checked in by Douglas R. Reno <renodr@…>, 3 days ago

Update to EOG-45.3

  • Property mode set to 100644
File size: 5.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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-45;/eog-&eog-version;.tar.xz">
8 <!ENTITY eog-download-ftp " ">
9 <!ENTITY eog-md5sum "d70e1f25805f8d4af9223ca747c5eac3">
10 <!ENTITY eog-size "4.4 MB">
11 <!ENTITY eog-buildsize "42 MB">
12 <!ENTITY eog-time "0.3 SBU">
13]>
14
15<sect1 id="eog" xreflabel="EOG-&eog-version;">
16 <?dbhtml filename="eog.html"?>
17
18
19 <title>EOG-&eog-version;</title>
20
21 <indexterm zone="eog">
22 <primary sortas="a-EOG">EOG</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to EOG</title>
27
28 <para>
29 <application>EOG</application> is an application used for
30 viewing and cataloging image files on the
31 <application>GNOME</application> Desktop. It also has basic editing
32 capabilities.
33 </para>
34
35 &lfs121_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&eog-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&eog-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &eog-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &eog-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &eog-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &eog-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">EOG Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="adwaita-icon-theme"/>,
76 <xref linkend="exempi"/>,
77 <xref linkend="gnome-desktop"/>,
78 <xref linkend="libhandy1"/>,
79 <xref linkend="libjpeg"/>,
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 &gobject-introspection;,
87 <xref linkend="lcms2"/>,
88 <xref linkend="libexif"/>,
89 <xref linkend="librsvg"/>, and
90 <xref linkend="webp-pixbuf-loader"/>
91 </para>
92
93 <bridgehead renderas="sect4">Optional</bridgehead>
94 <para role="optional">
95 <xref linkend="gtk-doc"/> and
96 <xref linkend="libportal"/>
97 </para>
98
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of EOG</title>
103
104 <para>
105 Install <application>EOG</application> by running the
106 following commands:
107 </para>
108
109<screen><userinput>mkdir build &amp;&amp;
110cd build &amp;&amp;
111
112meson setup --prefix=/usr \
113 --buildtype=release \
114 -Dlibportal=false \
115 .. &amp;&amp;
116ninja</userinput></screen>
117
118 <para>
119 This package does not come with a test suite.
120 </para>
121
122 <para>
123 Now, as the <systemitem class="username">root</systemitem> user:
124 </para>
125
126<screen role="root"><userinput>ninja install</userinput></screen>
127
128 <para>
129 Still as the <systemitem class="username">root</systemitem> user,
130 rebuild the cache database of
131 MIME types handled by desktop files so <xref linkend="nautilus"/> will
132 be able to open image files with EOG.
133 </para>
134
135<screen role="root"><userinput>update-desktop-database</userinput></screen>
136
137 </sect2>
138
139 <sect2 role="commands">
140 <title>Command Explanations</title>
141
142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
143 href="../../xincludes/meson-buildtype-release.xml"/>
144
145 <para>
146 <parameter>-Dlibportal=false</parameter>: This parameter disables
147 building EOG with support for flatpak portals. Remove this parameter
148 if you have <xref role="nodep" linkend="libportal"/> installed and wish
149 to have support for flatpak portals.
150 </para>
151
152 <para>
153 <option>-Dgtk_doc=true</option>: Use this option if
154 <xref role="nodep" linkend="gtk-doc"/> is installed and you wish to rebuild
155 and install the API documentation.
156 </para>
157
158 </sect2>
159
160 <sect2 role="content">
161 <title>Contents</title>
162
163 <segmentedlist>
164 <segtitle>Installed Program</segtitle>
165 <segtitle>Installed Library</segtitle>
166 <segtitle>Installed Directories</segtitle>
167
168 <seglistitem>
169 <seg>
170 eog
171 </seg>
172 <seg>
173 libeog.so
174 </seg>
175 <seg>
176 /usr/include/eog-3.0,
177 /usr/lib/eog,
178 /usr/share/eog,
179 /usr/share/gtk-doc/html/eog (optional), and
180 /usr/share/help/*/eog
181 </seg>
182 </seglistitem>
183 </segmentedlist>
184
185 <variablelist>
186 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
187 <?dbfo list-presentation="list"?>
188 <?dbhtml list-presentation="table"?>
189
190 <varlistentry id="eog-prog">
191 <term><command>eog</command></term>
192 <listitem>
193 <para>
194 is a fast and functional image viewer as well as an
195 image cataloging program. It has basic editing capabilities
196 </para>
197 <indexterm zone="eog eog-prog">
198 <primary sortas="b-eog">eog</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 </variablelist>
204
205 </sect2>
206
207</sect1>
Note: See TracBrowser for help on using the repository browser.