source: gnome/applications/eog.xml@ 849543ca

12.0 12.1 12.2 gimp3 kea 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 xry111/xf86-video-removal
Last change on this file since 849543ca was ed0e722, checked in by Douglas R. Reno <renodr@…>, 16 months ago

Update to eog-44.2

  • Property mode set to 100644
File size: 5.7 KB
RevLine 
[3bef2f0]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
[ed0e722]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">
[7e90f733]10 <!ENTITY eog-size "4.4 MB">
[ed0e722]11 <!ENTITY eog-buildsize "31 MB">
[7e90f733]12 <!ENTITY eog-time "0.3 SBU">
[3bef2f0]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>
[0d7900a]29 <application>EOG</application> is an application used for
30 viewing and cataloging image files on the
[ec6047d8]31 <application>GNOME</application> Desktop. It also has basic editing
[2c87187]32 capabilities.
[3bef2f0]33 </para>
34
[456e627]35 &lfs113_checked;
[3bef2f0]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">
[43ca148]75 <xref linkend="adwaita-icon-theme"/>,
[db1b990]76 <xref linkend="exempi"/>,
[3bef2f0]77 <xref linkend="gnome-desktop"/>,
[843c02a9]78 <xref linkend="itstool"/>,
[3fd1cb7]79 <xref linkend="libhandy1"/>,
[43751fc6]80 <xref linkend="libjpeg"/>,
[843c02a9]81 <xref linkend="libpeas"/>, and
82 <xref linkend="shared-mime-info"/>
[3bef2f0]83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
[db1b990]87 <xref linkend="gobject-introspection"/>,
[8558044]88 <xref linkend="lcms2"/>,
[ed0e722]89 <xref linkend="libexif"/>,
90 <xref linkend="librsvg"/>, and
91 <xref linkend="webp-pixbuf-loader"/>
[3bef2f0]92 </para>
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
[ec6047d8]96 <xref linkend="gtk-doc"/> and
97 <xref linkend="libportal"/>
[3bef2f0]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
[6dc438c9]113<screen><userinput>mkdir build &amp;&amp;
114cd build &amp;&amp;
115
[91318eb]116meson setup --prefix=/usr \
117 --buildtype=release \
118 -Dlibportal=false \
119 .. &amp;&amp;
[6dc438c9]120ninja</userinput></screen>
[3bef2f0]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
[ea371d3]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>
[3bef2f0]140
141 </sect2>
142
143 <sect2 role="commands">
144 <title>Command Explanations</title>
145
[adf17153]146 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
147 href="../../xincludes/meson-buildtype-release.xml"/>
148
[6dc438c9]149 <para>
[ec6047d8]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>
[eb305e7b]157 <option>-Dgtk_doc=true</option>: Use this option if
[ec6047d8]158 <xref role="nodep" linkend="gtk-doc"/> is installed and you wish to rebuild
[6dc438c9]159 and install the API documentation.
160 </para>
[3bef2f0]161
162 </sect2>
163
164 <sect2 role="content">
165 <title>Contents</title>
166
167 <segmentedlist>
168 <segtitle>Installed Program</segtitle>
[843c02a9]169 <segtitle>Installed Library</segtitle>
[3bef2f0]170 <segtitle>Installed Directories</segtitle>
171
172 <seglistitem>
173 <seg>
174 eog
175 </seg>
[c3c56b2]176 <seg>
[843c02a9]177 libeog.so
[c3c56b2]178 </seg>
[3bef2f0]179 <seg>
[6e32b08e]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
[3bef2f0]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
[2c87187]199 image cataloging program. It has basic editing capabilities
[3bef2f0]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.