source: gnome/add/eog.xml@ 2f2aeab

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 2f2aeab was 3adc68f4, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Tagged eog.xml

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

  • Property mode set to 100644
File size: 4.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY eog-download-http "http://ftp.gnome.org/pub/GNOME/sources/eog/&gnome-version;/eog-&eog-version;.tar.bz2">
8 <!ENTITY eog-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/eog/&gnome-version;/eog-&eog-version;.tar.bz2">
9 <!ENTITY eog-md5sum "2bad4006f3ccf15b0153d7b9facbc961">
10 <!ENTITY eog-size "834 KB">
11 <!ENTITY eog-buildsize "16.2 MB">
12 <!ENTITY eog-time "0.18 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>The <application>EOG</application> package contains Eye of
33 <application>GNOME</application>. This is useful for viewing and
34 cataloging image files.</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&eog-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&eog-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &eog-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &eog-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &eog-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &eog-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">EOG Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Required</bridgehead>
61 <para><xref linkend="eel"/></para>
62
63 <bridgehead renderas="sect4">Optional</bridgehead>
64 <para><xref linkend="libjpeg"/> and
65 <ulink url="http://sourceforge.net/projects/libexif/">libexif</ulink></para>
66
67 </sect2>
68
69 <sect2 role="installation">
70 <title>Installation of EOG</title>
71
72 <para>Install <application>EOG</application> by running the
73 following commands:</para>
74
75<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
76 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
77 --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
78make &amp;&amp;
79make install</userinput></screen>
80
81 </sect2>
82
83 <sect2 role="commands">
84 <title>Command Explanations</title>
85
86 <para><parameter>--libexecdir=`pkg-config --variable=prefix
87 ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
88 <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
89 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
90
91 <para><parameter>--localstatedir=/var/lib</parameter>: This switch
92 puts <application>ScrollKeeper</application> files in
93 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
94 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
95
96 <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
97 puts configuration files in <filename class="directory">/etc/gnome</filename>
98 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
99
100 </sect2>
101
102 <sect2 role="content">
103 <title>Contents</title>
104
105 <segmentedlist>
106 <segtitle>Installed Program</segtitle>
107 <segtitle>Installed Libraries</segtitle>
108 <segtitle>Installed Directories</segtitle>
109
110 <seglistitem>
111 <seg>eog</seg>
112 <seg>None</seg>
113 <seg>Not determined at this time</seg>
114 </seglistitem>
115 </segmentedlist>
116
117 <variablelist>
118 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
119 <?dbfo list-presentation="list"?>
120 <?dbhtml list-presentation="table"?>
121
122 <varlistentry id="eog-prog">
123 <term><command>eog</command></term>
124 <listitem>
125 <para>is a fast and functional image viewer as well as an
126 image cataloging program.</para>
127 <indexterm zone="eog eog-prog">
128 <primary sortas="b-eog">eog</primary>
129 </indexterm>
130 </listitem>
131 </varlistentry>
132
133 </variablelist>
134
135 </sect2>
136
137</sect1>
Note: See TracBrowser for help on using the repository browser.