Changeset 08802956


Ignore:
Timestamp:
07/11/2004 03:24:31 PM (20 years ago)
Author:
Igor Živković <igor@…>
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:
4008b19
Parents:
70823f8
Message:

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netlibs/wvstreams.xml

    r70823f8 r08802956  
    44  %general-entities;
    55 
    6   <!ENTITY wvstreams-download-http "http://open.nit.ca/download/wvstreams-&wvstreams-version;.tar.gz">
    7   <!ENTITY wvstreams-download-ftp  "ftp://ftp.ing-steen.se/pub/unix/unsort/wvstreams-&wvstreams-version;.tar.gz">
    8   <!ENTITY wvstreams-size          "178 KB">
    9   <!ENTITY wvstreams-buildsize     "11.5 MB">
    10   <!ENTITY wvstreams-time          "0.17 SBU">
     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">
    1111]>
    1212
     
    1818<title>Introduction to <application>WvStreams</application></title>
    1919
    20 <para>The <application>WvStreams</application> package contains the
    21 network programming libraries required to compile wvdial.</para>
     20<para><application>WvStreams</application> is a library suite containing the
     21platform-independent C++ networking and utilities libraries for rapid
     22application development.</para>
    2223
    2324<sect3><title>Package information</title>
     
    3132
    3233<sect3><title>Additional downloads</title>
    33 <itemizedlist spacing='compact'>
    34 <listitem><para>Required Patch: <ulink
    35 url="&patch-root;/wvstreams-&wvstreams-version;-wvcrypto-1.patch"/></para></listitem>
    36 <listitem><para>Required Patch: <ulink
    37 url="&patch-root;/wvstreams-&wvstreams-version;-wvresolver-1.patch"/></para></listitem>
     34<itemizedlist spacing="compact">
     35<listitem><para>Required Patch for Tcl: <ulink
     36url="&patch-root;/wvstreams-&wvstreams-version;-tcl84-1.patch"/></para></listitem>
    3837</itemizedlist></sect3>
    3938
    4039<sect3><title><application>WvStreams</application> dependencies</title>
    41 <sect4><title>Required</title>
    42 <para><xref linkend="openssl"/>
     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>
    4356</para></sect4>
    4457</sect3>
     
    4962<title>Installation of <application>WvStreams</application></title>
    5063
     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
    5169<para>Install <application>WvStreams</application> by running the following
    5270commands:</para>
    5371
    54 <screen><userinput><command>patch -Np1 -i ../wvstreams-&wvstreams-version;-wvcrypto-1.patch &amp;&amp;
    55 patch -Np1 -i ../wvstreams-&wvstreams-version;-wvresolver-1.patch &amp;&amp;
    56 make PREFIX=/usr LDFLAGS="-lcrypt" &amp;&amp;
    57 make PREFIX=/usr install</command></userinput></screen>
    58 
    59 </sect2>
    60 
    61 <sect2>
    62 <title>Command explanations</title>
    63 
    64 <para><parameter>make PREFIX=/usr LDFLAGS="-lcrypt"</parameter>: This fixes
    65 <filename class="libraryfile">libwvstreams</filename>' issues  with
    66 <application>Open<acronym>SSL</acronym></application>'s crypto library.</para>
     72<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     73make &amp;&amp;
     74make install</command></userinput></screen>
    6775
    6876</sect2>
     
    8189
    8290<para>The <application>WvStreams</application> package contains the
    83 <filename class="libraryfile">libwvcrypto</filename>,
     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>,
    8496<filename class="libraryfile">libwvstreams</filename> and
    85 <filename class="libraryfile">libwvutils</filename> libraries.</para>
     97<filename class="libraryfile">libwvutils</filename>
     98libraries.</para>
    8699
    87100</sect2>
     
    89102<sect2><title>Description</title>
    90103
    91 <sect3><title>libwvcrypto</title>
    92 <para><filename class="libraryfile">libwvcrypto</filename> defines
    93 streams with built-in cryptography.</para></sect3>
     104<sect3><title>libuniconf, libwvstreams, libwvutils</title>
     105<para>
     106These libraries contain the base C++ classes for rapid application
     107development.
     108</para></sect3>
    94109
    95 <sect3><title>libwvstreams</title>
    96 <para><filename class="libraryfile">libwvstreams</filename> defines the
    97 basic properties of a stream.</para></sect3>
     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>
    98117
    99 <sect3><title>libwvutils</title>
    100 <para><filename class="libraryfile">libwvutils</filename> contains
    101 fundamental support utilities.</para></sect3>
     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>
    102136
    103137</sect2>
    104138
    105139</sect1>
    106 
  • connect/dialup/wvdial.xml

    r70823f8 r08802956  
    88  <!ENTITY wvdial-download-ftp  "ftp://ftp.ing-steen.se/pub/unix/unsort/wvdial-&wvdial-version;.tar.gz">
    99  <!ENTITY wvdial-size          "66 KB">
    10   <!ENTITY wvdial-buildsize     "2.3 MB">
     10  <!ENTITY wvdial-buildsize     "2.7 MB">
    1111  <!ENTITY wvdial-time          "0.06 SBU">
    1212]>
  • general.ent

    r70823f8 r08802956  
    1 <!ENTITY day          "10">
     1<!ENTITY day          "11">
    22<!ENTITY month        "07">
    33<!ENTITY year         "2004">
     
    138138<!-- Chapter 13 -->                 
    139139<!ENTITY ppp-version                  "2.4.2">
    140 <!ENTITY wvdial-version               "1.53">
     140<!ENTITY wvdial-version               "1.54.0">
    141141                                 
    142142<!-- Chapter 14 -->               
     
    149149<!-- Chapter 16 -->               
    150150<!ENTITY curl-version                 "7.11.2">
    151 <!ENTITY wvstreams-version            "3.70"> 
     151<!ENTITY wvstreams-version            "3.75.0"> 
    152152<!ENTITY gnet-version                 "2.0.5">   
    153153<!ENTITY libsoup-version              "1.99.28">
  • introduction/welcome/changelog.xml

    r70823f8 r08802956  
    1919<itemizedlist>
    2020
     21<listitem><para>July 11th, 2004 [igor]: Updated to WvStreams-3.75.0
     22and WvDial-1.54.0.</para></listitem>
     23
    2124<listitem><para>July 10th, 2004 [igor]: Updated to FreeType-2.1.9,
    2225added FreeType patch to Firefox.</para></listitem>
  • multimedia/libdriv/libvorbis.xml

    r70823f8 r08802956  
    3838<sect4><title>Required</title>
    3939<para><xref linkend="libogg"/></para></sect4>
     40<sect4><title>Optional</title>
     41<para>
     42<xref linkend="libxslt"/> and
     43<xref linkend="pst-typesetting-tex"/>
     44</para></sect4>
    4045</sect3>
    4146
     
    6671
    6772<sect2>
     73<title>Command explanations</title>
     74
     75<para><option>--enable-docs</option>: This switch enables
     76building the documentation.</para>
     77
     78</sect2>
     79
     80<sect2>
    6881<title>Contents</title>
    6982
  • multimedia/libdriv/speex.xml

    r70823f8 r08802956  
    3333
    3434<sect3><title><application>Speex</application> dependencies</title>
    35 <sect4><title>Recommended</title>
     35<sect4><title>Optional</title>
    3636<para><xref linkend="libogg"/>
    3737</para></sect4>
Note: See TracChangeset for help on using the changeset viewer.