source: gnome/otherlibs/gnome-libs.xml@ e7307aa1

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 e7307aa1 was e7307aa1, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Typo fix. Gnome.

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

  • Property mode set to 100644
File size: 8.5 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 gnome-libs-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-libs/1.4/gnome-libs-&gnome-libs-version;.tar.bz2">
8 <!ENTITY gnome-libs-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-libs/1.4/gnome-libs-&gnome-libs-version;.tar.bz2">
9 <!ENTITY gnome-libs-md5sum "6111e91b143a90afb30f7a8c1e6cbbd6">
10 <!ENTITY gnome-libs-size "2.8 MB">
11 <!ENTITY gnome-libs-buildsize "70 MB">
12 <!ENTITY gnome-libs-time "1.4 SBU">
13]>
14
15<sect1 id="gnome-libs" xreflabel="GNOME Libraries-&gnome-libs-version;">
16 <?dbhtml filename="gnome-libs.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">gnome-libs-&gnome-libs-version;.tar</keyword>
23 <keyword role="ftpdir">gnome-libs</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>GNOME Libraries-&gnome-libs-version;</title>
28
29 <indexterm zone="gnome-libs">
30 <primary sortas="a-GNOME-Libraries">GNOME Libraries</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to GNOME Libraries</title>
35
36 <para>The <application>GNOME Libraries</application> package contains
37 the <application>GNOME</application> libraries. This is useful as a
38 foundation for the <application>GNOME</application> Desktop and
39 applications.</para>
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&gnome-libs-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&gnome-libs-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &gnome-libs-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &gnome-libs-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &gnome-libs-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &gnome-libs-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
64 <itemizedlist spacing="compact">
65 <listitem>
66 <para>Required patch: <ulink
67 url="&patch-root;/gnome-libs-&gnome-libs-version;-gcc4-1.patch"/></para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">GNOME Libraries Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required"><xref linkend="ORBit"/>,
75 <xref linkend="GTK"/>,
76 <xref linkend="imlib"/> and
77 <xref linkend="db"/></para>
78
79 <bridgehead renderas="sect4">Optional</bridgehead>
80 <para role="optional"><xref linkend="audiofile"/>,
81 <xref linkend="esound"/> and
82 <xref linkend="gtk-doc"/></para>
83
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of GNOME Libraries</title>
88
89 <para>The installation process expects a
90 <systemitem class='groupname'>games</systemitem> group to exist on the
91 system. If you have not previously created this group, issue the following
92 command as the <systemitem class='username'>root</systemitem> user:</para>
93
94<screen role='root'><userinput>groupadd -g 60 games</userinput></screen>
95
96 <para>Install <application>GNOME Libraries</application>
97 by running the following commands:</para>
98
99<screen><userinput>patch -Np1 -i ../gnome-libs-&gnome-libs-version;-gcc4-1.patch &amp;&amp;
100./configure --prefix=/opt/gnome-1.4 --disable-gtk-doc &amp;&amp;
101make</userinput></screen>
102
103 <para>To test the results, issue: <command>make check</command>.</para>
104
105 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
106
107<screen role='root'><userinput>make install</userinput></screen>
108
109 </sect2>
110
111 <sect2 role="configuration">
112 <title>Configuring GNOME Libraries</title>
113
114 <sect3 id="gnome-libs-config">
115 <title>Config Files</title>
116
117 <para><filename>/opt/gnome-1.4/etc/mime-magic</filename>,
118 <filename>/opt/gnome-1.4/etc/paper.config</filename>,
119 <filename>/opt/gnome-1.4/etc/sound/events/gnome.soundlist</filename> and
120 <filename>/opt/gnome-1.4/etc/sound/events/gtk-events.soundlist</filename></para>
121
122 <indexterm zone="gnome-libs gnome-libs-config">
123 <primary sortas="e-opt-gnome-etc-mime-magic">
124 /opt/gnome-1.4/etc/mime-magic</primary>
125 </indexterm>
126
127 <indexterm zone="gnome-libs gnome-libs-config">
128 <primary sortas="e-opt-gnome-etc-paper.config">
129 /opt/gnome-1.4/etc/paper.config</primary>
130 </indexterm>
131
132 <indexterm zone="gnome-libs gnome-libs-config">
133 <primary sortas="e-opt-gnome-etc-sound-events-gnome.soundlist">
134 /opt/.../gnome.soundlist</primary>
135 </indexterm>
136
137 <indexterm zone="gnome-libs gnome-libs-config">
138 <primary sortas="e-opt-gnome-etc-sound-events-gtk-events.soundlist">
139 /opt/.../gtk-events.soundlist</primary>
140 </indexterm>
141
142 </sect3>
143
144 </sect2>
145
146 <sect2 role="content">
147 <title>Contents</title>
148
149 <segmentedlist>
150 <segtitle>Installed Programs</segtitle>
151 <segtitle>Installed Libraries</segtitle>
152 <segtitle>Installed Directories</segtitle>
153
154 <seglistitem>
155 <seg>dns-helper, gconfigger, gnome-bug, gnome-config,
156 gnome-dump-metadata, gnome-gen-mimedb, gnome-moz-remote,
157 gnome-name-service, gnome-pty-helper, gnome_segv, goad-browser,
158 libart-config, loadshlib and new-object</seg>
159 <seg>libart_lgpl.[so,a], libgnome.[so,a], libgnomeui.[so,a],
160 libgnomesupport.[so,a], libgnorba.[so,a], libgnorbagtk.[so,a],
161 libgtkxmhtml.[so,a], and libzvt.[so,a]</seg>
162 <seg>/opt/gnome-1.4/doc,
163 /opt/gnome-1.4/etc/sound,
164 /opt/gnome-1.4/include/gnome-1.0,
165 /opt/gnome-1.4/lib/gnome-libs,
166 /opt/gnome-1.4/share/gnome,
167 /opt/gnome-1.4/share/gtk-doc/html/libart,
168 /opt/gnome-1.4/share/mime-info,
169 /opt/gnome-1.4/share/pixmaps,
170 /opt/gnome-1.4/share/type-convert and
171 /opt/gnome-1.4/var</seg>
172 </seglistitem>
173 </segmentedlist>
174
175 <variablelist>
176 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
177 <?dbfo list-presentation="list"?>
178 <?dbhtml list-presentation="table"?>
179
180 <varlistentry id="libart_lgpl1">
181 <term><filename class='libraryfile'>libart_lgpl.[so,a]</filename></term>
182 <listitem>
183 <para>is the LGPL component of <application>libart</application>.</para>
184 <indexterm zone="gnome-libs libart_lgpl1">
185 <primary sortas="c-libart_lgpl">libart_lgpl.[so,a]</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 <varlistentry id="libgnome1">
191 <term><filename class='libraryfile'>libgnome.[so,a]</filename></term>
192 <listitem>
193 <para>is the non-GUI part of the <application>GNOME</application>
194 library.</para>
195 <indexterm zone="gnome-libs libgnome1">
196 <primary sortas="c-libgnome">libgnome.[so,a]</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry id="libgnomeui1">
202 <term><filename class='libraryfile'>libgnomeui.[so,a]</filename></term>
203 <listitem>
204 <para>is the GUI part of the <application>GNOME</application>
205 library.</para>
206 <indexterm zone="gnome-libs libgnomeui1">
207 <primary sortas="c-libgnomeui">libgnomeui.[so,a]</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 <varlistentry id="libgnorbagtk1">
213 <term><filename class='libraryfile'>libgnorbagtk.[so,a]</filename></term>
214 <listitem>
215 <para>is the <application>GNOME</application>
216 <application>CORBA</application> <application>GTK</application>
217 framework.</para>
218 <indexterm zone="gnome-libs libgnorbagtk1">
219 <primary sortas="c-libgnorbagtk">libgnorbagtk.[so,a]</primary>
220 </indexterm>
221 </listitem>
222 </varlistentry>
223
224 <varlistentry id="libzvt1">
225 <term><filename class='libraryfile'>libzvt.[so,a]</filename></term>
226 <listitem>
227 <para>provides the functions necessary to emulate
228 <command>xterm</command>.</para>
229 <indexterm zone="gnome-libs libzvt1">
230 <primary sortas="c-libzvt">libzvt.[so,a]</primary>
231 </indexterm>
232 </listitem>
233 </varlistentry>
234
235 </variablelist>
236
237 </sect2>
238
239</sect1>
Note: See TracBrowser for help on using the repository browser.