Changeset 93d50f5
- Timestamp:
- 05/11/2005 07:53:54 PM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- c64cd93
- Parents:
- fee89d1
- Location:
- multimedia/libdriv
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
multimedia/libdriv/libvorbis.xml
rfee89d1 r93d50f5 56 56 </itemizedlist> 57 57 58 <bridgehead renderas="sect3"> TEMPLATEDependencies</bridgehead>58 <bridgehead renderas="sect3">Libvorbis Dependencies</bridgehead> 59 59 60 60 <bridgehead renderas="sect4">Required</bridgehead> -
multimedia/libdriv/nas.xml
rfee89d1 r93d50f5 70 70 --> 71 71 72 <bridgehead renderas="sect3"> TEMPLATEDependencies</bridgehead>72 <bridgehead renderas="sect3">NAS Dependencies</bridgehead> 73 73 74 74 <bridgehead renderas="sect4">Required</bridgehead> -
multimedia/libdriv/sdl.xml
rfee89d1 r93d50f5 56 56 </itemizedlist> 57 57 58 <bridgehead renderas="sect3"> TEMPLATEDependencies</bridgehead>58 <bridgehead renderas="sect3">SDL Dependencies</bridgehead> 59 59 60 60 <bridgehead renderas="sect4">Optional</bridgehead> -
multimedia/libdriv/speex.xml
rfee89d1 r93d50f5 1 <?xml version="1.0" encoding="ISO-8859-1"?> 1 2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" 2 3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ … … 13 14 14 15 <sect1 id="speex" xreflabel="Speex-&speex-version;"> 15 <sect1info> 16 <othername>$LastChangedBy$</othername> 17 <date>$Date$</date> 18 </sect1info> 19 <?dbhtml filename="speex.html"?> 20 <title>Speex-&speex-version;</title> 16 <?dbhtml filename="speex.html"?> 21 17 22 <sect2> 23 <title>Introduction to <application>Speex</application></title> 18 <sect1info> 19 <othername>$LastChangedBy$</othername> 20 <date>$Date$</date> 21 </sect1info> 24 22 25 <para><application>Speex</application> is an audio compression format designed 26 especially for speech. It is well-adapted to Internet applications and 27 provides useful features that are not present in most other 28 <acronym>CODEC</acronym>s.</para> 23 <title>Speex-&speex-version;</title> 29 24 30 <sect3><title>Package information</title> 31 <itemizedlist spacing='compact'> 32 <listitem><para>Download (HTTP): 33 <ulink url="&speex-download-http;"/></para></listitem> 34 <listitem><para>Download (FTP): 35 <ulink url="&speex-download-ftp;"/></para></listitem> 36 <listitem><para>Download MD5 sum: &speex-md5sum;</para></listitem> 37 <listitem><para>Download size: &speex-size;</para></listitem> 38 <listitem><para>Estimated disk space required: 39 &speex-buildsize;</para></listitem> 40 <listitem><para>Estimated build time: 41 &speex-time;</para></listitem></itemizedlist> 42 </sect3> 25 <indexterm zone="speex"> 26 <primary sortas="a-Speex">Speex</primary> 27 </indexterm> 43 28 44 <sect3><title><application>Speex</application> dependencies</title> 45 <sect4><title>Optional</title> 46 <para><xref linkend="libogg"/></para> 47 </sect4> 48 </sect3> 29 <sect2 role="package"> 30 <title>Introduction to Speex</title> 49 31 50 </sect2> 32 <para><application>Speex</application> is an audio compression format 33 designed especially for speech. It is well-adapted to Internet applications and 34 provides useful features that are not present in most other CODECs.</para> 51 35 52 <sect2> 53 <title>Installation of <application>Speex</application></title> 36 <bridgehead renderas="sect3">Package Information</bridgehead> 37 <itemizedlist spacing="compact"> 38 <listitem> 39 <para>Download (HTTP): <ulink url="&speex-download-http;"/></para> 40 </listitem> 41 <listitem> 42 <para>Download (FTP): <ulink url="&speex-download-ftp;"/></para> 43 </listitem> 44 <listitem> 45 <para>Download MD5 sum: &speex-md5sum;</para> 46 </listitem> 47 <listitem> 48 <para>Download size: &speex-size;</para> 49 </listitem> 50 <listitem> 51 <para>Estimated disk space required: &speex-buildsize;</para> 52 </listitem> 53 <listitem> 54 <para>Estimated build time: &speex-time;</para> 55 </listitem> 56 </itemizedlist> 54 57 55 <para>Install <application>Speex</application> by running the 56 following commands:</para> 58 <bridgehead renderas="sect3">TEMPLATE Dependencies</bridgehead> 57 59 58 <screen><userinput><command>./configure --prefix=/usr && 60 <bridgehead renderas="sect4">Optional</bridgehead> 61 <para><xref linkend="libogg"/></para> 62 63 </sect2> 64 65 <sect2 role="installation"> 66 <title>Installation of Speex</title> 67 68 <para>Install <application>Speex</application> by running the 69 following commands:</para> 70 71 <screen><userinput>./configure --prefix=/usr && 59 72 make && 60 make install</ command></userinput></screen>73 make install</userinput></screen> 61 74 62 </sect2>75 </sect2> 63 76 64 <sect2>65 <title>Contents</title>77 <sect2 role="content"> 78 <title>Contents</title> 66 79 67 <para>The <application>Speex</application> package provides 68 <command>speexdec</command>, 69 <command>speexenc</command> and 70 <filename class="libraryfile">libspeex</filename>.</para>80 <segmentedlist> 81 <segtitle>Installed Programs</segtitle> 82 <segtitle>Installed Libraries</segtitle> 83 <segtitle>Installed Directories</segtitle> 71 84 72 </sect2> 85 <seglistitem> 86 <seg>speexdec and speexenc</seg> 87 <seg>libspeex.[so,a]</seg> 88 <seg>None</seg> 89 </seglistitem> 90 </segmentedlist> 73 91 74 <sect2><title>Description</title> 92 <variablelist> 93 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 94 <?dbfo list-presentation="list"?> 95 <?dbhtml list-presentation="table"?> 75 96 76 <sect3><title>speexdec</title> 77 <para><command>speexdec</command> decodes a <application>Speex</application> 78 file and produces a <acronym>WAV</acronym> or raw file.</para></sect3> 97 <varlistentry id="speexdec"> 98 <term><command>speexdec</command></term> 99 <listitem> 100 <para>decodes a <application>Speex</application> file and 101 produces a WAV or raw file.</para> 102 <indexterm zone="speex speexdec"> 103 <primary sortas="b-speexdec">speexdec</primary> 104 </indexterm> 105 </listitem> 106 </varlistentry> 79 107 80 <sect3><title>speexenc</title> 81 <para><command>speexenc</command> encodes a <acronym>WAV</acronym> or 82 raw files using <application>Speex</application>.</para></sect3> 108 <varlistentry id="speexenc"> 109 <term><command>speexenc</command></term> 110 <listitem> 111 <para>encodes a WAV or raw files using 112 <application>Speex</application>.</para> 113 <indexterm zone="speex speexenc"> 114 <primary sortas="b-speexenc">speexenc</primary> 115 </indexterm> 116 </listitem> 117 </varlistentry> 83 118 84 <sect3><title>libspeex</title> 85 <para><filename class="libraryfile">libspeex</filename> provides 86 functions for the audio encoding/decoding programs.</para></sect3> 119 <varlistentry id="libspeex"> 120 <term><filename class='libraryfile'>libspeex.[so,a]</filename></term> 121 <listitem> 122 <para>provides functions for the audio encoding/decoding programs.</para> 123 <indexterm zone="speex libspeex"> 124 <primary sortas="c-libspeex">libspeex.[so,a]</primary> 125 </indexterm> 126 </listitem> 127 </varlistentry> 87 128 88 </sect2> 129 </variablelist> 130 131 </sect2> 89 132 90 133 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.