source: basicnet/netlibs/wvstreams.xml@ 08802956

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
Last change on this file since 08802956 was 08802956, checked in by Igor Živković <igor@…>, 20 years ago

Updated to WvStreams-3.75.0 and WvDial-1.54.0.

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

  • Property mode set to 100644
File size: 4.7 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY wvstreams-download-http "http://people.nit.ca/~jim/wvstreams-&wvstreams-version;.tar.gz">
7 <!ENTITY wvstreams-download-ftp " ">
8 <!ENTITY wvstreams-size "514 KB">
9 <!ENTITY wvstreams-buildsize "28 MB">
10 <!ENTITY wvstreams-time "0.50 SBU">
11]>
12
13<sect1 id="wvstreams" xreflabel="WvStreams-&wvstreams-version;">
14<?dbhtml filename="wvstreams.html"?>
15<title>WvStreams-&wvstreams-version;</title>
16
17<sect2>
18<title>Introduction to <application>WvStreams</application></title>
19
20<para><application>WvStreams</application> is a library suite containing the
21platform-independent C++ networking and utilities libraries for rapid
22application development.</para>
23
24<sect3><title>Package information</title>
25<itemizedlist spacing='compact'>
26<listitem><para>Download (HTTP): <ulink url="&wvstreams-download-http;"/></para></listitem>
27<listitem><para>Download (FTP): <ulink url="&wvstreams-download-ftp;"/></para></listitem>
28<listitem><para>Download size: &wvstreams-size;</para></listitem>
29<listitem><para>Estimated Disk space required: &wvstreams-buildsize;</para></listitem>
30<listitem><para>Estimated build time: &wvstreams-time;</para></listitem></itemizedlist>
31</sect3>
32
33<sect3><title>Additional downloads</title>
34<itemizedlist spacing="compact">
35<listitem><para>Required Patch for Tcl: <ulink
36url="&patch-root;/wvstreams-&wvstreams-version;-tcl84-1.patch"/></para></listitem>
37</itemizedlist></sect3>
38
39<sect3><title><application>WvStreams</application> dependencies</title>
40<sect4><title>Optional</title>
41<para>
42<xref linkend="fam"/>,
43<xref linkend="db"/>,
44<xref linkend="gdbm"/>,
45<xref linkend="libogg"/>,
46<xref linkend="openssl"/>,
47<xref linkend="Linux_PAM"/>,
48<xref linkend="tcl"/>,
49<xref linkend="qt"/>,
50<xref linkend="speex"/>,
51<xref linkend="libvorbis"/>,
52<ulink url="http://www.fftw.org/">FFTW-2.<replaceable>X</replaceable></ulink>,
53<ulink url="http://www.swig.org">SWIG</ulink>,
54<ulink url="http://valgrind.kde.org/">Valgrind</ulink> and
55<ulink url="http://xplc.sourceforge.net/">XPLC</ulink>
56</para></sect4>
57</sect3>
58
59</sect2>
60
61<sect2>
62<title>Installation of <application>WvStreams</application></title>
63
64<para>If you have <application>Tcl</application> and SWIG installed and wish to
65utilize them apply the following patch:</para>
66
67<screen><userinput><command>patch -Np1 -i ../wvstreams-&wvstreams-version;-tcl84-1.patch</command></userinput></screen>
68
69<para>Install <application>WvStreams</application> by running the following
70commands:</para>
71
72<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
73make &amp;&amp;
74make install</command></userinput></screen>
75
76</sect2>
77
78<sect2>
79<title>Configuring <application>WvStreams</application></title>
80
81<sect3><title>Configuration Information</title>
82<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
83</sect3>
84
85</sect2>
86
87<sect2>
88<title>Contents</title>
89
90<para>The <application>WvStreams</application> package contains the
91<filename class="libraryfile">libuniconf</filename>,
92<filename class="libraryfile">libwvfft</filename>,
93<filename class="libraryfile">libwvoggspeex</filename>,
94<filename class="libraryfile">libwvoggvorbis</filename>,
95<filename class="libraryfile">libwvqt</filename>,
96<filename class="libraryfile">libwvstreams</filename> and
97<filename class="libraryfile">libwvutils</filename>
98libraries.</para>
99
100</sect2>
101
102<sect2><title>Description</title>
103
104<sect3><title>libuniconf, libwvstreams, libwvutils</title>
105<para>
106These libraries contain the base C++ classes for rapid application
107development.
108</para></sect3>
109
110<sect3><title>libwvfft</title>
111<para><filename class="libraryfile">libwvfft</filename>
112enables <application>WvStreams</application> programs to easily handle
113Fast-Fourier transforms, instead of forcing the programmer to use the
114much harder to use <filename class="libraryfile">libfftw</filename>
115interface.
116</para></sect3>
117
118<sect3><title>libwvoggspeex</title>
119<para><filename class="libraryfile">libwvoggspeex</filename>
120enables quick and painless creation of audio streams using the Speex
121Voice over <acronym>IP</acronym> <acronym>CODEC</acronym>.
122</para></sect3>
123
124<sect3><title>libwvoggvorbis</title>
125<para><filename class="libraryfile">libwvoggvorbis</filename>
126enables quick and painless creation of audio streams using the OggVorbis
127<acronym>CODEC</acronym>.
128</para></sect3>
129
130<sect3><title>libwvqt</title>
131<para><filename class="libraryfile">libwvqt</filename>
132enables <application>WvStreams</application> to act as the I/O and
133configuration back end for <application>Qt</application> and
134<application><acronym>KDE</acronym></application>.
135</para></sect3>
136
137</sect2>
138
139</sect1>
Note: See TracBrowser for help on using the repository browser.