source: gnome/add/gnomemeeting.xml@ 005d8327

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 005d8327 was 08306aa, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to GnomeMeeting-1.2.2; modified the Evolution Data Server dependency in the GNOME Panel instructions

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

  • Property mode set to 100644
File size: 5.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 gnomemeeting-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnomemeeting/1.2/gnomemeeting-&gnomemeeting-version;.tar.bz2">
8 <!ENTITY gnomemeeting-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnomemeeting/1.2/gnomemeeting-&gnomemeeting-version;.tar.bz2">
9 <!ENTITY gnomemeeting-md5sum "d31506651c6d86764ed66b7b9f711809">
10 <!ENTITY gnomemeeting-size "4.1 MB">
11 <!ENTITY gnomemeeting-buildsize "52.6 MB">
12 <!ENTITY gnomemeeting-time "0.8 SBU">
13]>
14
15<sect1 id="gnomemeeting" xreflabel="GnomeMeeting-&gnomemeeting-version;">
16 <?dbhtml filename="gnomemeeting.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GnomeMeeting-&gnomemeeting-version;</title>
24
25 <indexterm zone="gnomemeeting">
26 <primary sortas="a-GnomeMeeting">GnomeMeeting</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GnomeMeeting</title>
31
32 <para><application>GnomeMeeting</application> is an H.323 compatible
33 videoconferencing and VOIP/IP-Telephony application that allows you to make
34 audio and video calls to remote users with H.323 hardware or software (such
35 as Microsoft Netmeeting). It supports all modern videoconferencing features,
36 such as registering to an ILS directory, gatekeeper support, making
37 multi-user conference calls using an external MCU, using modern Quicknet
38 telephony cards, and making PC-To-Phone calls.</para>
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&gnomemeeting-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&gnomemeeting-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &gnomemeeting-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &gnomemeeting-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &gnomemeeting-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &gnomemeeting-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">GnomeMeeting Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Required</bridgehead>
65 <para><xref linkend="libgnomeui"/>,
66 <xref linkend="scrollkeeper"/>,
67 <xref linkend="evolution-data-server"/>,
68 <xref linkend="openldap"/>,
69 <ulink url="http://sourceforge.net/projects/openh323">PWLib-1.8.7
70 (compiled with OpenLDAP support)</ulink> and <ulink
71 url="http://sourceforge.net/projects/openh323">OpenH323-1.15.6</ulink></para>
72
73 <bridgehead renderas="sect4">Optional</bridgehead>
74 <para><xref linkend="sdl"/> (required for full-screen video),
75 <xref linkend="dbus"/> and
76 <ulink url="http://www.porchdogsoft.com/products/howl/">Howl</ulink></para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of GnomeMeeting</title>
82
83 <para>Install <application>GnomeMeeting</application> by running the
84 following commands:</para>
85
86<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
87 --sysconfdir=/etc/gnome --localstatedir=/var/lib &amp;&amp;
88make</userinput></screen>
89
90 <para>This package does not come with a test suite.</para>
91
92 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
93
94<screen role="root"><userinput>make install</userinput></screen>
95
96 </sect2>
97
98 <sect2 role="commands">
99 <title>Command Explanations</title>
100
101 <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
102 puts configuration files in <filename class="directory">/etc/gnome</filename>
103 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
104
105 <para><parameter>--localstatedir=/var/lib</parameter>: This switch
106 puts <application>ScrollKeeper</application> files in
107 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
108 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
109
110 </sect2>
111
112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Programs</segtitle>
117 <segtitle>Installed Libraries</segtitle>
118 <segtitle>Installed Directories</segtitle>
119
120 <seglistitem>
121 <seg>gnomemeeting and gnomemeeting-config-tool</seg>
122 <seg>None</seg>
123 <seg>/etc/gnome/gconf/gconf.xml.defaults/apps/gnomemeeting,
124 /etc/gnome/gconf/gconf.xml.defaults/schemas/apps/gnomemeeting,
125 $GNOME_PREFIX/share/gnome/help/gnomemeeting,
126 $GNOME_PREFIX/share/gnomemeeting,
127 $GNOME_PREFIX/share/omf/gnomemeeting and
128 $GNOME_PREFIX/share/sounds/gnomemeeting</seg>
129 </seglistitem>
130 </segmentedlist>
131
132 <variablelist>
133 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
134 <?dbfo list-presentation="list"?>
135 <?dbhtml list-presentation="table"?>
136
137 <varlistentry id="gnomemeeting-prog">
138 <term><command>gnomemeeting</command></term>
139 <listitem>
140 <para>is a H.323 VOIP, telephony and video conferencing application
141 which uses the H.323 protocol.</para>
142 <indexterm zone="gnomemeeting gnomemeeting-prog">
143 <primary sortas="b-gnomemeeting">gnomemeeting</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147 </variablelist>
148
149 </sect2>
150
151</sect1>
Note: See TracBrowser for help on using the repository browser.