source: gnome/applications/eog.xml@ 976c15a

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 976c15a was 91318eb, checked in by Pierre Labastie <pierre.labastie@…>, 15 months ago

Add "setup" to meson commands

I've not been very consistent on typography, but it is a start

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