source: gnome/applications/eog.xml@ f4f11ec4

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since f4f11ec4 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 5.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-42;/eog-&eog-version;.tar.xz">
8 <!ENTITY eog-download-ftp "&gnome-download-ftp;/eog/&gnome-42;/eog-&eog-version;.tar.xz">
9 <!ENTITY eog-md5sum "81d9e1e0bf9946021e27facec4524e3b">
10 <!ENTITY eog-size "4.3 MB">
11 <!ENTITY eog-buildsize "44 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
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 &lfs112_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="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 <xref linkend="gobject-introspection"/>,
87 <xref linkend="lcms2"/>,
88 <xref linkend="libexif"/>, and
89 <xref linkend="librsvg"/>
90 </para>
91
92 <bridgehead renderas="sect4">Optional</bridgehead>
93 <para role="optional">
94 <xref linkend="gtk-doc"/> and
95 <xref linkend="libportal"/>
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>mkdir build &amp;&amp;
112cd build &amp;&amp;
113
114meson --prefix=/usr --buildtype=release -Dlibportal=false .. &amp;&amp;
115ninja</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>ninja install</userinput></screen>
126
127 <para>
128 Still as the <systemitem class="username">root</systemitem> user,
129 rebuild the cache database of
130 MIME types handled by desktop files so <xref linkend="nautilus"/> will
131 be able to open image files with EOG.
132 </para>
133
134<screen role="root"><userinput>update-desktop-database</userinput></screen>
135
136 </sect2>
137
138 <sect2 role="commands">
139 <title>Command Explanations</title>
140
141 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
142 href="../../xincludes/meson-buildtype-release.xml"/>
143
144 <para>
145 <parameter>-Dlibportal=false</parameter>: This parameter disables
146 building EOG with support for flatpak portals. Remove this parameter
147 if you have <xref role="nodep" linkend="libportal"/> installed and wish
148 to have support for flatpak portals.
149 </para>
150
151 <para>
152 <option>-Dgtk_doc=true</option>: Use this option if
153 <xref role="nodep" linkend="gtk-doc"/> is installed and you wish to rebuild
154 and install the API documentation.
155 </para>
156
157 </sect2>
158
159 <sect2 role="content">
160 <title>Contents</title>
161
162 <segmentedlist>
163 <segtitle>Installed Program</segtitle>
164 <segtitle>Installed Library</segtitle>
165 <segtitle>Installed Directories</segtitle>
166
167 <seglistitem>
168 <seg>
169 eog
170 </seg>
171 <seg>
172 libeog.so
173 </seg>
174 <seg>
175 /usr/include/eog-3.0,
176 /usr/lib/eog,
177 /usr/share/eog,
178 /usr/share/gtk-doc/html/eog (optional), and
179 /usr/share/help/*/eog
180 </seg>
181 </seglistitem>
182 </segmentedlist>
183
184 <variablelist>
185 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
186 <?dbfo list-presentation="list"?>
187 <?dbhtml list-presentation="table"?>
188
189 <varlistentry id="eog-prog">
190 <term><command>eog</command></term>
191 <listitem>
192 <para>
193 is a fast and functional image viewer as well as an
194 image cataloging program. It has basic editing capabilities
195 </para>
196 <indexterm zone="eog eog-prog">
197 <primary sortas="b-eog">eog</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202 </variablelist>
203
204 </sect2>
205
206</sect1>
Note: See TracBrowser for help on using the repository browser.