mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Added new package, libnice-0.0.8.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8499 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
07897b16ec
commit
97d40fb8a9
166
basicnet/netlibs/libnice.xml
Normal file
166
basicnet/netlibs/libnice.xml
Normal file
@ -0,0 +1,166 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY libnice-download-http "http://nice.freedesktop.org/releases/libnice-&libnice-version;.tar.gz">
|
||||
<!ENTITY libnice-download-ftp " ">
|
||||
<!ENTITY libnice-md5sum "53ef2dea810d5b9e0cde5a55640a1f42">
|
||||
<!ENTITY libnice-size "610 KB">
|
||||
<!ENTITY libnice-buildsize "12 MB">
|
||||
<!ENTITY libnice-time "0.4 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="libnice" xreflabel="libnice-&libnice-version;">
|
||||
<?dbhtml filename="libnice.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>libnice-&libnice-version;</title>
|
||||
|
||||
<indexterm zone="libnice">
|
||||
<primary sortas="a-libnice">libnice</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to libnice</title>
|
||||
|
||||
<para>The <application>libnice</application> package is an implementation of
|
||||
the IETF's draft Interactice Connectivity Establishment standard (ICE). It
|
||||
provides <application>GLib</application>-based library,
|
||||
<application>libnice</application> and <application>GStreamer</application>
|
||||
elements.</para>
|
||||
|
||||
&lfs65_built;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&libnice-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&libnice-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &libnice-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &libnice-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &libnice-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &libnice-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">libnice Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="glib2"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="gstreamer"/></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/libnice"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of libnice</title>
|
||||
|
||||
<para>Install <application>libnice</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><option>--with-gstreamer</option>: This option enables GStreamer functionality.</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>stunbdc and stund</seg>
|
||||
<seg>libnice.{so,a} and libgstnice.{so,a}</seg>
|
||||
<seg>/usr/{include/{nice,stun/usages},share/gtk-doc/html/libnice}</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<!--<varlistentry id="stunbdc">
|
||||
<term><command>stunbdc</command></term>
|
||||
<listitem>
|
||||
<para>does this .....</para>
|
||||
<indexterm zone="libnice stunbdc">
|
||||
<primary sortas="b-stunbdc">stunbdc</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="stund">
|
||||
<term><command>stund</command></term>
|
||||
<listitem>
|
||||
<para>does this .....</para>
|
||||
<indexterm zone="libnice stund">
|
||||
<primary sortas="b-stund">stund</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>-->
|
||||
|
||||
<varlistentry id="libnice-lib">
|
||||
<term><filename class='libraryfile'>libnice.{so,a}</filename></term>
|
||||
<listitem>
|
||||
<para>contains the <application>libnice</application> API functions.</para>
|
||||
<indexterm zone="libnice libnice-lib">
|
||||
<primary sortas="c-libnice">libnice.{so,a}</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libgstnice">
|
||||
<term><filename class='libraryfile'>libgstnice.{so,a}</filename></term>
|
||||
<listitem>
|
||||
<para>is the <application>gstreamer</application> module.</para>
|
||||
<indexterm zone="libnice libgstnice">
|
||||
<primary sortas="c-libgstnice">libgstnice.{so,a}</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -23,8 +23,9 @@ $Date$
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="curl.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnet.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libnice.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libpcap.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libproxy.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libsoup.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libpcap.xml"/>
|
||||
|
||||
</chapter>
|
||||
|
@ -408,9 +408,10 @@ $Date$
|
||||
<!ENTITY curl-version "7.20.0">
|
||||
<!ENTITY wvstreams-version "4.2.2">
|
||||
<!ENTITY gnet-version "2.0.7">
|
||||
<!ENTITY libnice-version "0.0.8">
|
||||
<!ENTITY libpcap-version "1.0.0">
|
||||
<!ENTITY libproxy-version "0.2.3">
|
||||
<!ENTITY libsoup-version "2.28.2">
|
||||
<!ENTITY libpcap-version "1.0.0">
|
||||
|
||||
<!-- Chapter 17 -->
|
||||
<!ENTITY Links-version "2.2">
|
||||
|
@ -43,6 +43,9 @@
|
||||
<listitem>
|
||||
<para>August 14th, 2010</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[wblaszcz] - Added new package, libnice-0.0.8.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[wblaszcz] - Updated to Intltool-0.41.1.</para>
|
||||
</listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user