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

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 bccbdaea was bccbdaea, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Trailing spaces clean-up. Basicnet, book, and general parts.

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

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