source: gnome/applications/eog.xml@ b4a2e5a

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 b4a2e5a was b4a2e5a, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Update to eog-40.1

  • Property mode set to 100644
File size: 5.4 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
[eb305e7b]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">
[b4a2e5a]9 <!ENTITY eog-md5sum "3c93d3fb784ad5efd6c060be3230b7be">
[2582e64b]10 <!ENTITY eog-size "3.4 MB">
[b4a2e5a]11 <!ENTITY eog-buildsize "32 MB">
12 <!ENTITY eog-time "0.4 SBU">
[3bef2f0]13]>
14
15<sect1 id="eog" xreflabel="EOG-&eog-version;">
16 <?dbhtml filename="eog.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>EOG-&eog-version;</title>
23
24 <indexterm zone="eog">
25 <primary sortas="a-EOG">EOG</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to EOG</title>
30
31 <para>
[0d7900a]32 <application>EOG</application> is an application used for
33 viewing and cataloging image files on the
[ec6047d8]34 <application>GNOME</application> Desktop. It also has basic editing
[298fee30]35 capabilites.
[3bef2f0]36 </para>
37
[42abc3e6]38 &lfs101_checked;
[3bef2f0]39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&eog-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&eog-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &eog-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &eog-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &eog-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &eog-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">EOG Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
[43ca148]78 <xref linkend="adwaita-icon-theme"/>,
[db1b990]79 <xref linkend="exempi"/>,
[3bef2f0]80 <xref linkend="gnome-desktop"/>,
[843c02a9]81 <xref linkend="itstool"/>,
[43751fc6]82 <xref linkend="libjpeg"/>,
[843c02a9]83 <xref linkend="libpeas"/>, and
84 <xref linkend="shared-mime-info"/>
[3bef2f0]85 </para>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
[db1b990]89 <xref linkend="gobject-introspection"/>,
90 <xref linkend="lcms2"/>,
91 <xref linkend="libexif"/>, and
[1ca1a68f]92 <xref linkend="librsvg"/>
[3bef2f0]93 </para>
94
95 <bridgehead renderas="sect4">Optional</bridgehead>
96 <para role="optional">
[ec6047d8]97 <xref linkend="gtk-doc"/> and
98 <xref linkend="libportal"/>
[3bef2f0]99 </para>
100
101 <para condition="html" role="usernotes">User Notes:
102 <ulink url="&blfs-wiki;/eog"/>
103 </para>
104 </sect2>
105
106 <sect2 role="installation">
107 <title>Installation of EOG</title>
108
109 <para>
110 Install <application>EOG</application> by running the
111 following commands:
112 </para>
113
[6dc438c9]114<screen><userinput>mkdir build &amp;&amp;
115cd build &amp;&amp;
116
[ec6047d8]117meson --prefix=/usr -Dlibportal=false .. &amp;&amp;
[6dc438c9]118ninja</userinput></screen>
[3bef2f0]119
120 <para>
121 This package does not come with a test suite.
122 </para>
123
124 <para>
125 Now, as the <systemitem class="username">root</systemitem> user:
126 </para>
127
[ea371d3]128<screen role="root"><userinput>ninja install</userinput></screen>
129
130 <para>
131 Still as the <systemitem class="username">root</systemitem> user,
132 rebuild the cache database of
133 MIME types handled by desktop files so <xref linkend="nautilus"/> will
134 be able to open image files with EOG.
135 </para>
136
137<screen role="root"><userinput>update-desktop-database</userinput></screen>
[3bef2f0]138
139 </sect2>
140
141 <sect2 role="commands">
142 <title>Command Explanations</title>
143
[6dc438c9]144 <para>
[ec6047d8]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>
[eb305e7b]152 <option>-Dgtk_doc=true</option>: Use this option if
[ec6047d8]153 <xref role="nodep" linkend="gtk-doc"/> is installed and you wish to rebuild
[6dc438c9]154 and install the API documentation.
155 </para>
[3bef2f0]156
157 </sect2>
158
159 <sect2 role="content">
160 <title>Contents</title>
161
162 <segmentedlist>
163 <segtitle>Installed Program</segtitle>
[843c02a9]164 <segtitle>Installed Library</segtitle>
[3bef2f0]165 <segtitle>Installed Directories</segtitle>
166
167 <seglistitem>
168 <seg>
169 eog
170 </seg>
[c3c56b2]171 <seg>
[843c02a9]172 libeog.so
[c3c56b2]173 </seg>
[3bef2f0]174 <seg>
[298fee30]175 /usr/include/eog-3.0 and
[a78d8510]176 /usr/{lib,share,share/gtk-doc/html,share/help/*}/eog
[3bef2f0]177 </seg>
178 </seglistitem>
179 </segmentedlist>
180
181 <variablelist>
182 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
183 <?dbfo list-presentation="list"?>
184 <?dbhtml list-presentation="table"?>
185
186 <varlistentry id="eog-prog">
187 <term><command>eog</command></term>
188 <listitem>
189 <para>
190 is a fast and functional image viewer as well as an
[4c24eb0a]191 image cataloging program. It has basic editing capabilites
[3bef2f0]192 </para>
193 <indexterm zone="eog eog-prog">
194 <primary sortas="b-eog">eog</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 </variablelist>
200
201 </sect2>
202
203</sect1>
Note: See TracBrowser for help on using the repository browser.