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