source: gnome/applications/eog.xml@ 91318eb

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 91318eb was 91318eb, checked in by Pierre Labastie <pierre.labastie@…>, 16 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
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
[7e90f733]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">
[7aab8c1]9 <!ENTITY eog-md5sum "461d5502722896bf01791209b947bbd9">
[7e90f733]10 <!ENTITY eog-size "4.4 MB">
11 <!ENTITY eog-buildsize "43 MB">
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"/>,
[db1b990]89 <xref linkend="libexif"/>, and
[1ca1a68f]90 <xref linkend="librsvg"/>
[3bef2f0]91 </para>
92
93 <bridgehead renderas="sect4">Optional</bridgehead>
94 <para role="optional">
[ec6047d8]95 <xref linkend="gtk-doc"/> and
96 <xref linkend="libportal"/>
[3bef2f0]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
[6dc438c9]112<screen><userinput>mkdir build &amp;&amp;
113cd build &amp;&amp;
114
[91318eb]115meson setup --prefix=/usr \
116 --buildtype=release \
117 -Dlibportal=false \
118 .. &amp;&amp;
[6dc438c9]119ninja</userinput></screen>
[3bef2f0]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
[ea371d3]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>
[3bef2f0]139
140 </sect2>
141
142 <sect2 role="commands">
143 <title>Command Explanations</title>
144
[adf17153]145 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
146 href="../../xincludes/meson-buildtype-release.xml"/>
147
[6dc438c9]148 <para>
[ec6047d8]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>
[eb305e7b]156 <option>-Dgtk_doc=true</option>: Use this option if
[ec6047d8]157 <xref role="nodep" linkend="gtk-doc"/> is installed and you wish to rebuild
[6dc438c9]158 and install the API documentation.
159 </para>
[3bef2f0]160
161 </sect2>
162
163 <sect2 role="content">
164 <title>Contents</title>
165
166 <segmentedlist>
167 <segtitle>Installed Program</segtitle>
[843c02a9]168 <segtitle>Installed Library</segtitle>
[3bef2f0]169 <segtitle>Installed Directories</segtitle>
170
171 <seglistitem>
172 <seg>
173 eog
174 </seg>
[c3c56b2]175 <seg>
[843c02a9]176 libeog.so
[c3c56b2]177 </seg>
[3bef2f0]178 <seg>
[6e32b08e]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
[3bef2f0]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
[2c87187]198 image cataloging program. It has basic editing capabilities
[3bef2f0]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.