Changeset b06ee7e5


Ignore:
Timestamp:
12/02/2004 09:18:52 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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
Children:
bd0a1b0
Parents:
139e755
Message:

Added MD5 sum to GnomeMeeting instructions

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/gnomemeeting.xml

    r139e755 rb06ee7e5  
    77<!ENTITY gnomemeeting-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnomemeeting/1.0/gnomemeeting-&gnomemeeting-version;.tar.bz2">
    88<!ENTITY gnomemeeting-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnomemeeting/1.0/gnomemeeting-&gnomemeeting-version;.tar.bz2">
     9<!ENTITY gnomemeeting-md5sum "f292e3143d67d4786d64ac5983e25d3f">
    910<!ENTITY gnomemeeting-size "2.9 MB">
    1011<!ENTITY gnomemeeting-buildsize "47 MB">
    1112<!ENTITY gnomemeeting-time "1.06 SBU">
    12 
    1313]>
    1414
     
    2424<title>Introduction to <application>GnomeMeeting</application></title>
    2525
    26 <para>
    27 <application>GnomeMeeting</application> is an H.323 compatible
     26<para><application>GnomeMeeting</application> is an H.323 compatible
    2827videoconferencing and
    2928<acronym>VOIP</acronym>/<acronym>IP</acronym>-Telephony application that
     
    3332<acronym>ILS</acronym> directory, gatekeeper support, making multi-user
    3433conference calls using an external <acronym>MCU</acronym>, using modern
    35 Quicknet telephony cards, and making PC-To-Phone calls.
    36 </para>
     34Quicknet telephony cards, and making <acronym>PC</acronym>-To-Phone
     35calls.</para>
    3736
    3837<sect3><title>Package information</title>
     
    4241<listitem><para>Download (FTP): <ulink
    4342url="&gnomemeeting-download-ftp;"/></para></listitem>
     43<listitem><para>Download MD5 sum: &gnomemeeting-md5sum;</para></listitem>
    4444<listitem><para>Download size: &gnomemeeting-size;</para></listitem>
    45 <listitem><para>Estimated Disk space required:
     45<listitem><para>Estimated disk space required:
    4646&gnomemeeting-buildsize;</para></listitem>
    4747<listitem><para>Estimated build time:
    4848&gnomemeeting-time;</para></listitem></itemizedlist>
    4949</sect3>
    50                                                                                
     50
    5151<sect3><title><application>GnomeMeeting</application> dependencies</title>
    5252<sect4><title>Required</title>
    53 <para>
    54 <xref linkend="libgnomeui"/>,
    55 <xref linkend="scrollkeeper"/>,
    56 <ulink url="http://sourceforge.net/projects/openh323">PWLib-1.6.5 (compiled with OpenLDAP support)</ulink> and
     53<para><xref linkend="libgnomeui"/>,
     54<xref linkend="scrollkeeper"/>,
     55<ulink url="http://sourceforge.net/projects/openh323">PWLib-1.6.5
     56(compiled with OpenLDAP support)</ulink> and
    5757<ulink url="http://sourceforge.net/projects/openh323">OpenH323-1.13.4</ulink>
    58 </para></sect4>
     58</para>
     59</sect4>
     60
    5961<sect4><title>Optional</title>
    60 <para>
    61 <xref linkend="SDL"/>
    62 </para></sect4>
     62<para><xref linkend="SDL"/> (required for full-screen video)</para>
     63</sect4>
    6364</sect3>
    6465
     
    6869<title>Installation of <application>GnomeMeeting</application></title>
    6970
    70 <para>Install <application>GnomeMeeting</application> by running the following commands:</para>
     71<para>Install <application>GnomeMeeting</application> by running the
     72following commands:</para>
    7173
    7274<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
     
    8183
    8284<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
    83 puts configuration files in <filename class="directory">/etc/gnome</filename> instead of
    84 <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
     85puts configuration files in <filename class="directory">/etc/gnome</filename>
     86instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
    8587
    8688<para><parameter>--localstatedir=/var/lib</parameter>: This switch
    87 puts <application>ScrollKeeper</application> files in <filename
    88 class="directory">/var/lib/scrollkeeper</filename>
    89 instead of <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
     89puts <application>ScrollKeeper</application> files in
     90<filename class="directory">/var/lib/scrollkeeper</filename> instead of
     91<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
    9092
    9193</sect2>
     
    9698<para>The <application>GnomeMeeting</application> package contains
    9799<command>gnomemeeting</command> and
    98 <command>gnomemeeting-config-tool</command>.
    99 </para>
     100<command>gnomemeeting-config-tool</command>.</para>
    100101
    101102</sect2>
  • introduction/welcome/changelog.xml

    r139e755 rb06ee7e5  
    2626Java Access Bridge-1.4.2; added --disable-gtk-doc to the librsvg build
    2727instructions which was inadvertently removed; updated to GNOME Speech-0.3.5,
    28 Gnopernicus-0.9.18 and GOK-0.11.16.</para></listitem>
     28Gnopernicus-0.9.18 and GOK-0.11.16; added MD5 sum to GnomeMeeting
     29instructions.</para></listitem>
    2930
    3031<listitem><para>December 1st, 2004 [randy]: Added a note to the
Note: See TracChangeset for help on using the changeset viewer.