source: gnome/applications/eog.xml@ 1c060d7

12.0 12.1 12.2 gimp3 ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128
Last change on this file since 1c060d7 was ed0e722, checked in by Douglas R. Reno <renodr@…>, 15 months ago

Update to eog-44.2

  • Property mode set to 100644
File size: 5.7 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-44;/eog-&eog-version;.tar.xz">
8 <!ENTITY eog-download-ftp "&gnome-download-ftp;/eog/&gnome-44;/eog-&eog-version;.tar.xz">
9 <!ENTITY eog-md5sum "ed3b0c1da047ad96a14cb355de4a760a">
10 <!ENTITY eog-size "4.4 MB">
11 <!ENTITY eog-buildsize "31 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 &lfs113_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="itstool"/>,
79 <xref linkend="libhandy1"/>,
80 <xref linkend="libjpeg"/>,
81 <xref linkend="libpeas"/>, and
82 <xref linkend="shared-mime-info"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="gobject-introspection"/>,
88 <xref linkend="lcms2"/>,
89 <xref linkend="libexif"/>,
90 <xref linkend="librsvg"/>, and
91 <xref linkend="webp-pixbuf-loader"/>
92 </para>
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
96 <xref linkend="gtk-doc"/> and
97 <xref linkend="libportal"/>
98 </para>
99
100 <para condition="html" role="usernotes">User Notes:
101 <ulink url="&blfs-wiki;/eog"/>
102 </para>
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of EOG</title>
107
108 <para>
109 Install <application>EOG</application> by running the
110 following commands:
111 </para>
112
113<screen><userinput>mkdir build &amp;&amp;
114cd build &amp;&amp;
115
116meson setup --prefix=/usr \
117 --buildtype=release \
118 -Dlibportal=false \
119 .. &amp;&amp;
120ninja</userinput></screen>
121
122 <para>
123 This package does not come with a test suite.
124 </para>
125
126 <para>
127 Now, as the <systemitem class="username">root</systemitem> user:
128 </para>
129
130<screen role="root"><userinput>ninja install</userinput></screen>
131
132 <para>
133 Still as the <systemitem class="username">root</systemitem> user,
134 rebuild the cache database of
135 MIME types handled by desktop files so <xref linkend="nautilus"/> will
136 be able to open image files with EOG.
137 </para>
138
139<screen role="root"><userinput>update-desktop-database</userinput></screen>
140
141 </sect2>
142
143 <sect2 role="commands">
144 <title>Command Explanations</title>
145
146 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
147 href="../../xincludes/meson-buildtype-release.xml"/>
148
149 <para>
150 <parameter>-Dlibportal=false</parameter>: This parameter disables
151 building EOG with support for flatpak portals. Remove this parameter
152 if you have <xref role="nodep" linkend="libportal"/> installed and wish
153 to have support for flatpak portals.
154 </para>
155
156 <para>
157 <option>-Dgtk_doc=true</option>: Use this option if
158 <xref role="nodep" linkend="gtk-doc"/> is installed and you wish to rebuild
159 and install the API documentation.
160 </para>
161
162 </sect2>
163
164 <sect2 role="content">
165 <title>Contents</title>
166
167 <segmentedlist>
168 <segtitle>Installed Program</segtitle>
169 <segtitle>Installed Library</segtitle>
170 <segtitle>Installed Directories</segtitle>
171
172 <seglistitem>
173 <seg>
174 eog
175 </seg>
176 <seg>
177 libeog.so
178 </seg>
179 <seg>
180 /usr/include/eog-3.0,
181 /usr/lib/eog,
182 /usr/share/eog,
183 /usr/share/gtk-doc/html/eog (optional), and
184 /usr/share/help/*/eog
185 </seg>
186 </seglistitem>
187 </segmentedlist>
188
189 <variablelist>
190 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
191 <?dbfo list-presentation="list"?>
192 <?dbhtml list-presentation="table"?>
193
194 <varlistentry id="eog-prog">
195 <term><command>eog</command></term>
196 <listitem>
197 <para>
198 is a fast and functional image viewer as well as an
199 image cataloging program. It has basic editing capabilities
200 </para>
201 <indexterm zone="eog eog-prog">
202 <primary sortas="b-eog">eog</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 </variablelist>
208
209 </sect2>
210
211</sect1>
Note: See TracBrowser for help on using the repository browser.