source: gnome/otherlibs/gnome-libs.xml@ 7cdaed0

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 7cdaed0 was 9f12e36, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6192 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 "&gnome-download-http;/gnome-libs/1.4/gnome-libs-&gnome-libs-version;.tar.bz2">
8 <!ENTITY gnome-libs-download-ftp "&gnome-download-ftp;/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 role="required"><xref linkend="ORBit"/>,
71 <xref linkend="GTK"/>, and
72 <xref linkend="imlib"/></para>
73 <!-- <xref linkend="db"/> -->
74
75 <bridgehead renderas="sect4">Optional</bridgehead>
76 <para role="optional"><xref linkend="audiofile"/>,
77 <xref linkend="esound"/>, and
78 <xref linkend="gtk-doc"/></para>
79
80 <para condition="html" role="usernotes">User Notes:
81 <ulink url="&blfs-wiki;/gnome-libs"/></para>
82
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of GNOME Libraries</title>
87
88 <para>The installation process expects a
89 <systemitem class='groupname'>games</systemitem> group to exist on the
90 system. If you have not previously created this group, issue the following
91 command as the <systemitem class='username'>root</systemitem> user:</para>
92
93<screen role='root'><userinput>groupadd -g 60 games</userinput></screen>
94
95 <para>Install <application>GNOME Libraries</application>
96 by running the following commands:</para>
97
98<screen><userinput>patch -Np1 -i ../gnome-libs-&gnome-libs-version;-gcc4-1.patch &amp;&amp;
99./configure --prefix=/opt/gnome-1.4 --disable-gtk-doc &amp;&amp;
100make</userinput></screen>
101
102 <para>To test the results, issue: <command>make check</command>.</para>
103
104 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
105
106<screen role='root'><userinput>make install</userinput></screen>
107
108 </sect2>
109
110 <sect2 role="configuration">
111 <title>Configuring GNOME Libraries</title>
112
113 <sect3 id="gnome-libs-config">
114 <title>Config Files</title>
115
116 <para><filename>/opt/gnome-1.4/etc/mime-magic</filename>,
117 <filename>/opt/gnome-1.4/etc/paper.config</filename>,
118 <filename>/opt/gnome-1.4/etc/sound/events/gnome.soundlist</filename> and
119 <filename>/opt/gnome-1.4/etc/sound/events/gtk-events.soundlist</filename></para>
120
121 <indexterm zone="gnome-libs gnome-libs-config">
122 <primary sortas="e-opt-gnome-etc-mime-magic">
123 /opt/gnome-1.4/etc/mime-magic</primary>
124 </indexterm>
125
126 <indexterm zone="gnome-libs gnome-libs-config">
127 <primary sortas="e-opt-gnome-etc-paper.config">
128 /opt/gnome-1.4/etc/paper.config</primary>
129 </indexterm>
130
131 <indexterm zone="gnome-libs gnome-libs-config">
132 <primary sortas="e-opt-gnome-etc-sound-events-gnome.soundlist">
133 /opt/.../gnome.soundlist</primary>
134 </indexterm>
135
136 <indexterm zone="gnome-libs gnome-libs-config">
137 <primary sortas="e-opt-gnome-etc-sound-events-gtk-events.soundlist">
138 /opt/.../gtk-events.soundlist</primary>
139 </indexterm>
140
141 </sect3>
142
143 </sect2>
144
145 <sect2 role="content">
146 <title>Contents</title>
147
148 <segmentedlist>
149 <segtitle>Installed Programs</segtitle>
150 <segtitle>Installed Libraries</segtitle>
151 <segtitle>Installed Directories</segtitle>
152
153 <seglistitem>
154 <seg>dns-helper, gconfigger, gnome-bug, gnome-config,
155 gnome-dump-metadata, gnome-gen-mimedb, gnome-moz-remote,
156 gnome-name-service, gnome-pty-helper, gnome_segv, goad-browser,
157 libart-config, loadshlib and new-object</seg>
158 <seg>libart_lgpl.{so,a}, libgnome.{so,a}, libgnomeui.{so,a},
159 libgnomesupport.{so,a}, libgnorba.{so,a}, libgnorbagtk.{so,a},
160 libgtkxmhtml.{so,a}, and libzvt.{so,a}</seg>
161 <seg>/opt/gnome-1.4/doc,
162 /opt/gnome-1.4/etc/sound,
163 /opt/gnome-1.4/include/gnome-1.0,
164 /opt/gnome-1.4/lib/gnome-libs,
165 /opt/gnome-1.4/share/gnome,
166 /opt/gnome-1.4/share/gtk-doc/html/libart,
167 /opt/gnome-1.4/share/mime-info,
168 /opt/gnome-1.4/share/pixmaps,
169 /opt/gnome-1.4/share/type-convert and
170 /opt/gnome-1.4/var</seg>
171 </seglistitem>
172 </segmentedlist>
173
174 <variablelist>
175 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
176 <?dbfo list-presentation="list"?>
177 <?dbhtml list-presentation="table"?>
178
179 <varlistentry id="libart_lgpl1">
180 <term><filename class='libraryfile'>libart_lgpl.{so,a}</filename></term>
181 <listitem>
182 <para>is the LGPL component of <application>libart</application>.</para>
183 <indexterm zone="gnome-libs libart_lgpl1">
184 <primary sortas="c-libart_lgpl">libart_lgpl.{so,a}</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 <varlistentry id="libgnome1">
190 <term><filename class='libraryfile'>libgnome.{so,a}</filename></term>
191 <listitem>
192 <para>is the non-GUI part of the <application>GNOME</application>
193 library.</para>
194 <indexterm zone="gnome-libs libgnome1">
195 <primary sortas="c-libgnome">libgnome.{so,a}</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 <varlistentry id="libgnomeui1">
201 <term><filename class='libraryfile'>libgnomeui.{so,a}</filename></term>
202 <listitem>
203 <para>is the GUI part of the <application>GNOME</application>
204 library.</para>
205 <indexterm zone="gnome-libs libgnomeui1">
206 <primary sortas="c-libgnomeui">libgnomeui.{so,a}</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 <varlistentry id="libgnorbagtk1">
212 <term><filename class='libraryfile'>libgnorbagtk.{so,a}</filename></term>
213 <listitem>
214 <para>is the <application>GNOME</application>
215 <application>CORBA</application> <application>GTK</application>
216 framework.</para>
217 <indexterm zone="gnome-libs libgnorbagtk1">
218 <primary sortas="c-libgnorbagtk">libgnorbagtk.{so,a}</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 <varlistentry id="libzvt1">
224 <term><filename class='libraryfile'>libzvt.{so,a}</filename></term>
225 <listitem>
226 <para>provides the functions necessary to emulate
227 <command>xterm</command>.</para>
228 <indexterm zone="gnome-libs libzvt1">
229 <primary sortas="c-libzvt">libzvt.{so,a}</primary>
230 </indexterm>
231 </listitem>
232 </varlistentry>
233
234 </variablelist>
235
236 </sect2>
237
238</sect1>
Note: See TracBrowser for help on using the repository browser.