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

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

Tagged guppi.xml

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

  • Property mode set to 100644
File size: 6.8 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.3 MB">
12 <!ENTITY gnome-libs-time "1.51 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">GNOME Libraries Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para><xref linkend="ORBit"/>,
63 <xref linkend="GTK"/>,
64 <xref linkend="imlib"/> and
65 <xref linkend="db"/></para>
66
67 <bridgehead renderas="sect4">Optional</bridgehead>
68 <para><xref linkend="audiofile"/>,
69 <xref linkend="esound"/> and
70 <xref linkend="gtk-doc"/></para>
71
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of GNOME Libraries</title>
76
77 <para>Install <application>GNOME Libraries</application>
78 by running the following commands:</para>
79
80<screen><userinput>./configure --prefix=/opt/gnome --disable-gtk-doc &amp;&amp;
81make &amp;&amp;
82make install</userinput></screen>
83
84 </sect2>
85
86 <sect2 role="configuration">
87 <title>Configuring GNOME Libraries</title>
88
89 <sect3 id="gnome-libs-config">
90 <title>Config Files</title>
91
92 <para><filename>/opt/gnome/etc/mime-magic</filename>,
93 <filename>/opt/gnome/etc/paper.config</filename>,
94 <filename>/opt/gnome/etc/sound/events/gnome.soundlist</filename> and
95 <filename>/opt/gnome/etc/sound/events/gtk-events.soundlist</filename></para>
96
97 <indexterm zone="gnome-libs gnome-libs-config">
98 <primary sortas="e-opt-gnome-etc-mime-magic">/opt/gnome/etc/mime-magic</primary>
99 </indexterm>
100
101 <indexterm zone="gnome-libs gnome-libs-config">
102 <primary sortas="e-opt-gnome-etc-paper.config">/opt/gnome/etc/paper.config</primary>
103 </indexterm>
104
105 <indexterm zone="gnome-libs gnome-libs-config">
106 <primary sortas="e-opt-gnome-etc-sound-events-gnome.soundlist">/opt/.../gnome.soundlist</primary>
107 </indexterm>
108
109 <indexterm zone="gnome-libs gnome-libs-config">
110 <primary sortas="e-opt-gnome-etc-sound-events-gtk-events.soundlist">/opt/.../gtk-events.soundlist</primary>
111 </indexterm>
112
113 </sect3>
114
115 </sect2>
116
117 <sect2 role="content">
118 <title>Contents</title>
119
120 <segmentedlist>
121 <segtitle>Installed Programs</segtitle>
122 <segtitle>Installed Libraries</segtitle>
123 <segtitle>Installed Directories</segtitle>
124
125 <seglistitem>
126 <seg>Many support programs</seg>
127 <seg>libart_lgpl.[so,a], libgnome.[so,a], libgnomeui.[so,a],
128 libgnomesupport.[so,a], libgnorba.[so,a], libgnorbagtk.[so,a],
129 libgtkxmhtml.[so,a], and libzvt.[so,a]</seg>
130 <seg>Not determined at this time</seg>
131 </seglistitem>
132 </segmentedlist>
133
134 <variablelist>
135 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
136 <?dbfo list-presentation="list"?>
137 <?dbhtml list-presentation="table"?>
138
139 <varlistentry id="libart_lgpl1">
140 <term><filename class='libraryfile'>libart_lgpl.[so,a]</filename></term>
141 <listitem>
142 <para>is the LGPL component of <application>libart</application>.</para>
143 <indexterm zone="gnome-libs libart_lgpl1">
144 <primary sortas="c-libart_lgpl">libart_lgpl.[so,a]</primary>
145 </indexterm>
146 </listitem>
147 </varlistentry>
148
149 <varlistentry id="libgnome1">
150 <term><filename class='libraryfile'>libgnome.[so,a]</filename></term>
151 <listitem>
152 <para>is the non-GUI part of the <application>GNOME</application>
153 library.</para>
154 <indexterm zone="gnome-libs libgnome1">
155 <primary sortas="c-libgnome">libgnome.[so,a]</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 <varlistentry id="libgnomeui1">
161 <term><filename class='libraryfile'>libgnomeui.[so,a]</filename></term>
162 <listitem>
163 <para>is the GUI part of the <application>GNOME</application>
164 library.</para>
165 <indexterm zone="gnome-libs libgnomeui1">
166 <primary sortas="c-libgnomeui">libgnomeui.[so,a]</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 <varlistentry id="libgnorbagtk1">
172 <term><filename class='libraryfile'>libgnorbagtk.[so,a]</filename></term>
173 <listitem>
174 <para>is the <application>GNOME</application>
175 <application>CORBA</application> <application>GTK</application>
176 framework.</para>
177 <indexterm zone="gnome-libs libgnorbagtk1">
178 <primary sortas="c-libgnorbagtk">libgnorbagtk.[so,a]</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 <varlistentry id="libzvt1">
184 <term><filename class='libraryfile'>libzvt.[so,a]</filename></term>
185 <listitem>
186 <para>provides the functions necessary to emulate
187 <command>xterm</command>.</para>
188 <indexterm zone="gnome-libs libzvt1">
189 <primary sortas="c-libzvt">libzvt.[so,a]</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 </variablelist>
195
196 </sect2>
197
198</sect1>
Note: See TracBrowser for help on using the repository browser.