source: gnome/otherlibs/gnome-libs.xml@ 0a7c3921

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

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #4

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

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