source: gnome/applications/eog.xml@ ccded7e

11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ccded7e was eb305e7b, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Adapt Cheese to changes in vala-0.52
Update to epiphany-40.0
Update to gedit-40.0
Update to gnome-weather-40.0
Update to gnome-terminal-3.40.0
Update to gnome-system-monitor-40.0
Update to gnome-screenshot-40.0
Update to gnome-maps-40.0
Update to gnome-disk-utility-40.0
Update to gnome-calculator-40.0
Update to evince-40.1
Update to eog-40.0
Update to baobab-40.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24455 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.5 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-40;/eog-&eog-version;.tar.xz">
8 <!ENTITY eog-download-ftp "&gnome-download-ftp;/eog/&gnome-40;/eog-&eog-version;.tar.xz">
9 <!ENTITY eog-md5sum "9713a3dbd0b25264f47aca9a85508b12">
10 <!ENTITY eog-size "3.4 MB">
11 <!ENTITY eog-buildsize "47 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 <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. It also has basic editing
36 capabilites.
37 </para>
38
39 &lfs101_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&eog-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&eog-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &eog-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &eog-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &eog-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &eog-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">EOG Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="adwaita-icon-theme"/>,
80 <xref linkend="exempi"/>,
81 <xref linkend="gnome-desktop"/>,
82 <xref linkend="itstool"/>,
83 <xref linkend="libjpeg"/>,
84 <xref linkend="libpeas"/>, and
85 <xref linkend="shared-mime-info"/>
86 </para>
87
88 <bridgehead renderas="sect4">Recommended</bridgehead>
89 <para role="recommended">
90 <xref linkend="gobject-introspection"/>,
91 <xref linkend="lcms2"/>,
92 <xref linkend="libexif"/>, and
93 <xref linkend="librsvg"/>
94 </para>
95
96 <bridgehead renderas="sect4">Optional</bridgehead>
97 <para role="optional">
98 <xref linkend="gtk-doc"/> and
99 <xref linkend="libportal"/>
100 </para>
101
102 <para condition="html" role="usernotes">User Notes:
103 <ulink url="&blfs-wiki;/eog"/>
104 </para>
105 </sect2>
106
107 <sect2 role="installation">
108 <title>Installation of EOG</title>
109
110 <para>
111 Install <application>EOG</application> by running the
112 following commands:
113 </para>
114
115<screen><userinput>mkdir build &amp;&amp;
116cd build &amp;&amp;
117
118meson --prefix=/usr -Dlibportal=false .. &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 <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 and
177 /usr/{lib,share,share/gtk-doc/html,share/help/*}/eog
178 </seg>
179 </seglistitem>
180 </segmentedlist>
181
182 <variablelist>
183 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
184 <?dbfo list-presentation="list"?>
185 <?dbhtml list-presentation="table"?>
186
187 <varlistentry id="eog-prog">
188 <term><command>eog</command></term>
189 <listitem>
190 <para>
191 is a fast and functional image viewer as well as an
192 image cataloging program. It has basic editing capabilites
193 </para>
194 <indexterm zone="eog eog-prog">
195 <primary sortas="b-eog">eog</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 </variablelist>
201
202 </sect2>
203
204</sect1>
Note: See TracBrowser for help on using the repository browser.