Changeset 50b692d for multimedia/libdriv


Ignore:
Timestamp:
05/30/2005 09:53:21 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.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:
79ccca0
Parents:
33d63e8d
Message:

Removed excess spaces from the ends of lines in the source files

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

Location:
multimedia/libdriv
Files:
21 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/arts.xml

    r33d63e8d r50b692d  
    1616  <title>aRts-&arts-version;</title>
    1717
    18   <para>The Analog Real-time Synthesizer (<application>aRts</application>) 
    19   provides software that can simulate a complete <quote>modular analog 
    20   synthesizer</quote> on your computer. It creates sounds and music using 
    21   small modules like oscillators for creating waveforms, various filters, modules 
    22   for playing data on your speakers, mixers, and faders. You can build a 
    23   complete setup with the GUI of the system, using the modules: generators, 
     18  <para>The Analog Real-time Synthesizer (<application>aRts</application>)
     19  provides software that can simulate a complete <quote>modular analog
     20  synthesizer</quote> on your computer. It creates sounds and music using
     21  small modules like oscillators for creating waveforms, various filters, modules
     22  for playing data on your speakers, mixers, and faders. You can build a
     23  complete setup with the GUI of the system, using the modules: generators,
    2424  effects and output &mdash; connected to each other.</para>
    2525
    26   <para><application>aRts</application> provides necessary libraries 
    27   for <application>KDE</application>, however it can be installed as a 
    28   standalone package. The installation instructions for 
    29   <application>aRts</application> can be found in the 
     26  <para><application>aRts</application> provides necessary libraries
     27  for <application>KDE</application>, however it can be installed as a
     28  standalone package. The installation instructions for
     29  <application>aRts</application> can be found in the
    3030  <xref linkend="aRts"/> portion of the <application>KDE</application>
    3131  installation instructions.</para>
  • multimedia/libdriv/audiofile.xml

    r33d63e8d r50b692d  
    3030    <title>Introduction to Audio File</title>
    3131
    32     <para>The <application>Audio File</application> package contains the 
    33     audio file libraries and two sound file support programs. These are useful 
     32    <para>The <application>Audio File</application> package contains the
     33    audio file libraries and two sound file support programs. These are useful
    3434    to support basic sound file formats.</para>
    3535
     
    6161    <title>Installation of Audio File</title>
    6262
    63     <para>Install <application>Audio File</application> by running the following 
     63    <para>Install <application>Audio File</application> by running the following
    6464    commands:</para>
    6565
     
    9696        <term><command>audiofile-config</command></term>
    9797        <listitem>
    98           <para>is used during the compile process by programs linking to this 
     98          <para>is used during the compile process by programs linking to this
    9999          library.</para>
    100100          <indexterm zone="audiofile audiofile-config">
     
    107107        <term><command>sfinfo</command></term>
    108108        <listitem>
    109           <para>displays the sound file format, audio encoding, sampling 
     109          <para>displays the sound file format, audio encoding, sampling
    110110          rate and duration for audio formats supported by this library.</para>
    111111          <indexterm zone="audiofile sfinfo">
     
    118118        <term><command>sfconvert</command></term>
    119119        <listitem>
    120           <para>converts sound file formats where the original format and 
     120          <para>converts sound file formats where the original format and
    121121          destination format are supported by this library.</para>
    122122          <indexterm zone="audiofile sfconvert">
     
    129129        <term><filename class='libraryfile'>libaudiofile.[so,a]</filename></term>
    130130        <listitem>
    131           <para>contains functions used by programs to support AIFF, 
     131          <para>contains functions used by programs to support AIFF,
    132132          AIFF-compressed, Sun/NeXT, WAV and BIC audio formats.</para>
    133133          <indexterm zone="audiofile libaudiofile">
  • multimedia/libdriv/esound.xml

    r33d63e8d r50b692d  
    3030    <title>Introduction to EsounD</title>
    3131
    32     <para>The <application>EsounD</application> package contains 
    33     the Enlightened Sound Daemon. This is useful for mixing together 
     32    <para>The <application>EsounD</application> package contains
     33    the Enlightened Sound Daemon. This is useful for mixing together
    3434    several digitized audio streams for playback by a single device.</para>
    3535
     
    6262
    6363    <bridgehead renderas="sect4">Optional</bridgehead>
    64     <para><xref linkend="alsa"/>, 
    65     <xref linkend="tcpwrappers"/> and 
     64    <para><xref linkend="alsa"/>,
     65    <xref linkend="tcpwrappers"/> and
    6666    <xref linkend="docbook-utils"/></para>
    6767
     
    7171    <title>Installation of EsounD</title>
    7272
    73     <para>Install <application>EsounD</application> by running the following 
     73    <para>Install <application>EsounD</application> by running the following
    7474    commands:</para>
    7575
     
    8989    <title>Command Explanations</title>
    9090
    91     <para><parameter>--sysconfdir=/etc</parameter>: This switch puts 
    92     configuration files in <filename class="directory">/etc</filename> instead 
     91    <para><parameter>--sysconfdir=/etc</parameter>: This switch puts
     92    configuration files in <filename class="directory">/etc</filename> instead
    9393    of <filename class="directory">/usr/etc</filename>.</para>
    9494
     
    113113
    114114      <para>Instructions and information about the configuration file is
    115       located in the <filename>TIPS</filename> file in the 
     115      located in the <filename>TIPS</filename> file in the
    116116      <application>EsounD</application> source directory.</para>
    117117
     
    129129
    130130      <seglistitem>
    131         <seg>esd, esdcat, esdctl, esd-config, esddsp, esdfilt, esdloop, esdmon, 
     131        <seg>esd, esdcat, esdctl, esd-config, esddsp, esdfilt, esdloop, esdmon,
    132132        esdplay, esdrec, and esdsample</seg>
    133133        <seg>libesd.[so,a] and libesddsp.[so,a]</seg>
     
    154154        <term><command>esd-config</command></term>
    155155        <listitem>
    156           <para>is used by <command>configure</command> to determine the 
    157           compiler and linker flags that should be used to compile and link programs 
     156          <para>is used by <command>configure</command> to determine the
     157          compiler and linker flags that should be used to compile and link programs
    158158          that use <application>EsounD</application>.</para>
    159159          <indexterm zone="esound esd-config">
     
    216216        <term><command>esdplay</command></term>
    217217        <listitem>
    218           <para>plays the named file on 
     218          <para>plays the named file on
    219219          <application>EsoundD</application>.</para>
    220220          <indexterm zone="esound esdplay">
     
    248248        <listitem>
    249249          <para>contains functions used by the <application>EsounD</application>
    250           programs as well as other programs to read, write and play various sound 
     250          programs as well as other programs to read, write and play various sound
    251251          format files.</para>
    252252          <indexterm zone="esound libesd">
  • multimedia/libdriv/flac.xml

    r33d63e8d r50b692d  
    3030    <title>Introduction to FLAC</title>
    3131
    32     <para><application>FLAC</application> is an audio CODEC similar to 
     32    <para><application>FLAC</application> is an audio CODEC similar to
    3333    MP3, but lossless, meaning that audio is compressed without losing any
    3434    information.</para>
     
    5959
    6060    <bridgehead renderas="sect4">Optional</bridgehead>
    61     <para><xref linkend="libogg"/>, 
    62     <xref linkend="xmms"/>, 
    63     <xref linkend="NASM"/>, 
    64     <xref linkend="docbook-utils"/>, 
    65     <xref linkend="doxygen"/> and 
     61    <para><xref linkend="libogg"/>,
     62    <xref linkend="xmms"/>,
     63    <xref linkend="NASM"/>,
     64    <xref linkend="docbook-utils"/>,
     65    <xref linkend="doxygen"/> and
    6666    <ulink url="http://valgrind.kde.org/">Valgrind</ulink></para>
    6767
     
    8282
    8383    <note>
    84       <para>If you passed the <option>--enable-exhaustive-tests</option> and 
    85       <option>--enable-valgrind-testing</option> parameters to 
    86       <command>configure</command> and then run the 
    87       <command>make check</command> tests, it will take a 
    88       <emphasis>very</emphasis> long time (about 150 SBUs) and use 
     84      <para>If you passed the <option>--enable-exhaustive-tests</option> and
     85      <option>--enable-valgrind-testing</option> parameters to
     86      <command>configure</command> and then run the
     87      <command>make check</command> tests, it will take a
     88      <emphasis>very</emphasis> long time (about 150 SBUs) and use
    8989      about 375 MB of disk space.</para>
    9090    </note>
     
    9595    <title>Command Explanations</title>
    9696
    97     <para><command>LIBS=-lm ./configure --prefix=/usr</command>: 
    98     <filename class="libraryfile">libFLAC</filename> uses a function from the math 
    99     library but is not linked with <filename class="libraryfile">libm</filename>. 
    100     Passing the environment variable to <command>configure</command> satisfies 
     97    <para><command>LIBS=-lm ./configure --prefix=/usr</command>:
     98    <filename class="libraryfile">libFLAC</filename> uses a function from the math
     99    library but is not linked with <filename class="libraryfile">libm</filename>.
     100    Passing the environment variable to <command>configure</command> satisfies
    101101    this dependency.</para>
    102102
     
    113113      <seglistitem>
    114114        <seg>flac and metaflac</seg>
    115         <seg>libFLAC.[so,a], libFLAC++.[so,a], libOggFLAC.[so,a], 
     115        <seg>libFLAC.[so,a], libFLAC++.[so,a], libOggFLAC.[so,a],
    116116        libOggFLAC++.[so,a], and libxmms-flac.[so,a]</seg>
    117117        <seg>Not determined at this time</seg>
     
    127127        <term><command>flac</command></term>
    128128        <listitem>
    129           <para>is a command-line utility for encoding, decoding and 
     129          <para>is a command-line utility for encoding, decoding and
    130130          converting FLAC files.</para>
    131131          <indexterm zone="flac flac-prog">
     
    138138        <term><command>metaflac</command></term>
    139139        <listitem>
    140           <para>is a program for listing, adding, removing, or editing 
     140          <para>is a program for listing, adding, removing, or editing
    141141          metadata in one or more FLAC files.</para>
    142142          <indexterm zone="flac metaflac">
     
    149149        <term><filename class='libraryfile'>lib[,Ogg]FLAC[,++].[so,a]</filename></term>
    150150        <listitem>
    151           <para>these libraries provide native FLAC and Ogg FLAC C/C++ APIs 
     151          <para>these libraries provide native FLAC and Ogg FLAC C/C++ APIs
    152152          for programs utilizing FLAC.</para>
    153153          <indexterm zone="flac libflac">
  • multimedia/libdriv/id3lib.xml

    r33d63e8d r50b692d  
    3030    <title>Introduction to Id3lib</title>
    3131
    32     <para><application>id3lib</application> is a library for reading, 
     32    <para><application>id3lib</application> is a library for reading,
    3333    writing and manipulating ID3v1 and ID3v2 tags.</para>
    3434
     
    138138        <term><filename class='libraryfile'>libid3.[so,a]</filename></term>
    139139        <listitem>
    140           <para>provides functions for the ID3v1/v2 tag editing 
     140          <para>provides functions for the ID3v1/v2 tag editing
    141141          programs as well as other external programs and libraries.</para>
    142142          <indexterm zone="id3lib libid3">
  • multimedia/libdriv/liba52.xml

    r33d63e8d r50b692d  
    3131
    3232    <para><application>liba52</application> is a free library for decoding
    33     ATSC A/52 (also known as AC-3) streams. The A/52 standard is used 
     33    ATSC A/52 (also known as AC-3) streams. The A/52 standard is used
    3434    in a variety of applications, including digital television and DVD.</para>
    3535
     
    118118        <term><filename class='libraryfile'>liba52.[so,a]</filename></term>
    119119        <listitem>
    120           <para>provides functions for the programs dealing with 
     120          <para>provides functions for the programs dealing with
    121121          ATSC A/52 streams.</para>
    122122          <indexterm zone="liba52 liba52-lib">
  • multimedia/libdriv/libao.xml

    r33d63e8d r50b692d  
    3030    <title>Introduction to Libao</title>
    3131
    32     <para>The <application>libao</application> package contains a 
    33     cross-platform audio library. This is useful to output audio on a wide variety 
    34     of platforms. It currently supports WAV files, OSS (Open Sound System), 
    35     ESD (Enlighten Sound Daemon), ALSA (Advanced Linux Sound Architecture), 
    36     NAS (Network Audio system) and Polypaudio (next generation 
     32    <para>The <application>libao</application> package contains a
     33    cross-platform audio library. This is useful to output audio on a wide variety
     34    of platforms. It currently supports WAV files, OSS (Open Sound System),
     35    ESD (Enlighten Sound Daemon), ALSA (Advanced Linux Sound Architecture),
     36    NAS (Network Audio system) and Polypaudio (next generation
    3737    <application>GNOME</application> sound architecture).</para>
    3838
     
    6262
    6363    <bridgehead renderas="sect4">Optional</bridgehead>
    64     <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>), 
    65     <xref linkend="esound"/>, 
    66     <xref linkend="alsa"/>, 
    67     <xref linkend="arts"/>, 
    68     <xref linkend="nas"/> and 
     64    <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
     65    <xref linkend="esound"/>,
     66    <xref linkend="alsa"/>,
     67    <xref linkend="arts"/>,
     68    <xref linkend="nas"/> and
    6969    <ulink url="http://0pointer.de/lennart/projects/polypaudio/">Polypaudio</ulink></para>
    7070
     
    7474    <title>Installation of Libao</title>
    7575
    76     <para>Install <application>libao</application> by running the following 
     76    <para>Install <application>libao</application> by running the following
    7777    commands:</para>
    7878
     
    9292      <title>Config Files</title>
    9393
    94     <para><filename>/etc/libao.conf</filename> and 
     94    <para><filename>/etc/libao.conf</filename> and
    9595    <filename>~/.libao</filename></para>
    9696
     
    108108      <title>Configuration Information</title>
    109109
    110       <para>Currently, the only configuration option available is setting the 
     110      <para>Currently, the only configuration option available is setting the
    111111      default output device. Issue <command>man libao.conf</command>
    112112      for details.</para>
     
    139139        <term><filename class='libraryfile'>libao.[so,a]</filename></term>
    140140        <listitem>
    141           <para>provide functions for programs wishing to output sound over 
     141          <para>provide functions for programs wishing to output sound over
    142142          supported platforms.</para>
    143143          <indexterm zone="libao libao-lib">
  • multimedia/libdriv/libdriv.xml

    r33d63e8d r50b692d  
    1111  <title>Multimedia Libraries and Drivers</title>
    1212
    13   <para>Many multimedia programs require libraries and/or drivers in order 
     13  <para>Many multimedia programs require libraries and/or drivers in order
    1414  to function properly.  The packages in this section fall into this category.
    1515  Generally you only need to install these if you are installing a program
  • multimedia/libdriv/libdv.xml

    r33d63e8d r50b692d  
    3030    <title>Introduction to Libdv</title>
    3131
    32     <para><application>libdv</application> (Quasar DV) is a software CODEC 
     32    <para><application>libdv</application> (Quasar DV) is a software CODEC
    3333    for DV video, the encoding format used by most digital camcorders.</para>
    3434
     
    5858
    5959    <bridgehead renderas="sect4">Optional</bridgehead>
    60     <para><xref linkend="popt"/>, 
    61     <xref linkend="pkgconfig"/>, 
    62     <xref linkend="sdl"/>, 
    63     <xref linkend="GTK"/> and 
     60    <para><xref linkend="popt"/>,
     61    <xref linkend="pkgconfig"/>,
     62    <xref linkend="sdl"/>,
     63    <xref linkend="GTK"/> and
    6464    X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para>
    6565
     
    8080
    8181    <note>
    82       <para>The <command>configure</command> check for 
     82      <para>The <command>configure</command> check for
    8383      <application>GTK+</application> is broken. If <application>GTK+</application>
    84       is not installed, also pass <option>--disable-gtk</option> to the 
     84      is not installed, also pass <option>--disable-gtk</option> to the
    8585      <command>configure</command> script.</para>
    8686    </note>
     
    121121        <term><command>dvconnect</command></term>
    122122        <listitem>
    123           <para>is a small utility to send or capture raw data from and to the 
     123          <para>is a small utility to send or capture raw data from and to the
    124124          camcorder.</para>
    125125          <indexterm zone="libdv dvconnect">
     
    152152        <term><filename class='libraryfile'>libdv.[so,a]</filename></term>
    153153        <listitem>
    154           <para>provides functions for programs interacting with the 
     154          <para>provides functions for programs interacting with the
    155155          Quasar DV CODEC.</para>
    156156          <indexterm zone="libdv libdv-lib">
  • multimedia/libdriv/libdvdcss.xml

    r33d63e8d r50b692d  
    3030    <title>Introduction to Libdvdcss</title>
    3131
    32     <para><application>libdvdcss</application> is a simple library 
    33     designed for accessing DVDs as a block device without having to 
     32    <para><application>libdvdcss</application> is a simple library
     33    designed for accessing DVDs as a block device without having to
    3434    bother about the decryption.</para>
    3535
     
    7272make</userinput></screen>
    7373
    74     <para>If you have <application>Doxygen</application> installed and 
     74    <para>If you have <application>Doxygen</application> installed and
    7575    wish to build the HTML documentation, issue the following command:</para>
    7676
     
    8181<screen role="root"><userinput>make install</userinput></screen>
    8282
    83     <para>If you built the HTML documentation, install it using the following 
     83    <para>If you built the HTML documentation, install it using the following
    8484    commands as the <systemitem class="username">root</systemitem> user:</para>
    8585
     
    112112        <term><filename class='libraryfile'>libdvdcss.[so,a]</filename></term>
    113113        <listitem>
    114           <para>provides the functionality that is required for transparent 
     114          <para>provides the functionality that is required for transparent
    115115          DVD access with CSS decryption.</para>
    116116          <indexterm zone="libdvdcss libdvdcss-lib">
  • multimedia/libdriv/libdvdread.xml

    r33d63e8d r50b692d  
    3030    <title>Introduction to Libdvdread</title>
    3131
    32     <para><application>libdvdread</application> is a library which 
     32    <para><application>libdvdread</application> is a library which
    3333    provides a simple foundation for reading DVDs.</para>
    3434
     
    7777    <title>Command Explanations</title>
    7878
    79     <para><option>--with-libdvdcss</option>: This switch is needed if 
    80     you want <application>libdvdread</application> to be able to read 
     79    <para><option>--with-libdvdcss</option>: This switch is needed if
     80    you want <application>libdvdread</application> to be able to read
    8181    CSS encrypted DVDs.</para>
    8282
  • multimedia/libdriv/libfame.xml

    r33d63e8d r50b692d  
    3030    <title>Introduction to libFAME</title>
    3131
    32     <para><application>libFAME</application> is a fast (real-time) MPEG-1 as 
     32    <para><application>libFAME</application> is a fast (real-time) MPEG-1 as
    3333    well as MPEG-4 rectangular and arbitrary shaped video encoding library.</para>
    3434
     
    5858    <itemizedlist spacing='compact'>
    5959    <listitem>
    60     <para>Required Patch: <ulink 
     60    <para>Required Patch: <ulink
    6161    url="&patch-root;/libfame-&libfame-version;-gcc34-1.patch"/></para>
    6262    </listitem>
     
    6868    <title>Installation of libFAME</title>
    6969
    70     <para>Install <application>libFAME</application> by running 
     70    <para>Install <application>libFAME</application> by running
    7171    the following commands:</para>
    7272
     
    101101        <term><command>libfame-config</command></term>
    102102        <listitem>
    103           <para>provides configuration information for 
     103          <para>provides configuration information for
    104104          <filename class="libraryfile">libfame</filename>.</para>
    105105          <indexterm zone="libfame libfame-config">
  • multimedia/libdriv/libmikmod.xml

    r33d63e8d r50b692d  
    3131
    3232    <para><application>libmikmod</application> is a sound library capable of
    33     playing audio samples as well as tracker modules. Supported module formats 
     33    playing audio samples as well as tracker modules. Supported module formats
    3434    include MOD, S3M, XM, IT, MED, MTM and 669.</para>
    3535
     
    5959    <itemizedlist spacing='compact'>
    6060      <listitem>
    61         <para>Recommended Patch: <ulink 
     61        <para>Recommended Patch: <ulink
    6262        url="http://mikmod.raphnet.net/files/libmikmod-3.1.11-a.diff"/></para>
    6363      </listitem>
     
    6767
    6868    <bridgehead renderas="sect4">Optional</bridgehead>
    69     <para><xref linkend="alsa"/>, 
    70     <xref linkend="esound"/>, 
    71     <ulink url="http://www.perex.cz/~perex/ultra/">libGUS</ulink>, 
    72     <ulink url="http://osalp.sourceforge.net/">AFlib</ulink> and 
     69    <para><xref linkend="alsa"/>,
     70    <xref linkend="esound"/>,
     71    <ulink url="http://www.perex.cz/~perex/ultra/">libGUS</ulink>,
     72    <ulink url="http://osalp.sourceforge.net/">AFlib</ulink> and
    7373    <ulink url="http://www.anime.net/~sam9407/">SAM9407 driver</ulink></para>
    7474
     
    104104    <title>Command Explanations</title>
    105105
    106     <para><command>sed -i -e ...</command>: This increments the package micro 
     106    <para><command>sed -i -e ...</command>: This increments the package micro
    107107    version and also modifies the <application>ALSA</application> header search
    108     routine so that the package properly discovers the 
    109     <application>ALSA</application> library.  It also fixes a problem 
     108    routine so that the package properly discovers the
     109    <application>ALSA</application> library.  It also fixes a problem
    110110    which makes <application>autoconf</application> fail.</para>
    111111
    112     <para><command>autoconf</command>: This generates a new 
     112    <para><command>autoconf</command>: This generates a new
    113113    <command>configure</command> script, required because of the changes to
    114114    <filename>configure.in</filename>.</para>
     
    139139        <term><command>libmikmod-config</command></term>
    140140        <listitem>
    141           <para>provides version information, compiler, and linker flags 
     141          <para>provides version information, compiler, and linker flags
    142142          to programs that utilize <application>libmikmod</application>.</para>
    143143          <indexterm zone="libmikmod libmikmod-config">
     
    150150        <term><filename class='libraryfile'>libmikmod.[so,a]</filename></term>
    151151        <listitem>
    152           <para>contains functions that are required to play various tracker module 
     152          <para>contains functions that are required to play various tracker module
    153153            files.</para>
    154154          <indexterm zone="libmikmod libmikmod-lib">
  • multimedia/libdriv/libmpeg3.xml

    r33d63e8d r50b692d  
    3030    <title>Introduction to Libmpeg3</title>
    3131
    32     <para><application>Libmpeg3</application> supports advanced 
     32    <para><application>Libmpeg3</application> supports advanced
    3333    editing and manipulation of MPEG streams.</para>
    3434
     
    5858    <itemizedlist spacing='compact'>
    5959      <listitem>
    60         <para>Required Patch: <ulink 
     60        <para>Required Patch: <ulink
    6161        url="&patch-root;/libmpeg3-&libmpeg3-version;-gcc34-1.patch"/></para>
    6262      </listitem>
     
    8888
    8989    <para><command>cp -v i686/libmpeg3.a /usr/lib &amp;&amp; cp -v
    90     {libmpeg3,mpeg3private,mpeg3protos}.h /usr/include</command>: Since 
    91     <command>make install</command> doesn't copy the library and header files to 
     90    {libmpeg3,mpeg3private,mpeg3protos}.h /usr/include</command>: Since
     91    <command>make install</command> doesn't copy the library and header files to
    9292    proper locations, it is done manually.</para>
    9393
     
    117117        <term><command>mpeg3cat</command></term>
    118118        <listitem>
    119           <para>concatenates elementary streams or demultiplexes a program 
     119          <para>concatenates elementary streams or demultiplexes a program
    120120          stream (separates components of the stream).</para>
    121121          <indexterm zone="libmpeg3 mpeg3cat">
     
    148148        <term><filename class='libraryfile'>libmpeg3.[so,a]</filename></term>
    149149        <listitem>
    150           <para>decodes several MPEG standards into uncompressed data 
     150          <para>decodes several MPEG standards into uncompressed data
    151151          suitable for editing and playback.</para>
    152152          <indexterm zone="libmpeg3 libmpeg3-lib">
  • multimedia/libdriv/libogg.xml

    r33d63e8d r50b692d  
    3030    <title>Introduction to Libogg</title>
    3131
    32     <para>The <application>libogg</application> package contains the Ogg file 
    33     structure. This is useful for creating (encoding) or playing (decoding) a 
     32    <para>The <application>libogg</application> package contains the Ogg file
     33    structure. This is useful for creating (encoding) or playing (decoding) a
    3434    single physical bit stream.</para>
    3535
     
    6161    <title>Installation of Libogg</title>
    6262
    63     <para>Install <application>libogg</application> by running the following 
     63    <para>Install <application>libogg</application> by running the following
    6464    commands:</para>
    6565
  • multimedia/libdriv/libvorbis.xml

    r33d63e8d r50b692d  
    3030    <title>Introduction to Libvorbis</title>
    3131
    32     <para>The <application>libvorbis</application> package contains a general 
    33     purpose audio and music encoding format. This is useful for creating (encoding) 
     32    <para>The <application>libvorbis</application> package contains a general
     33    purpose audio and music encoding format. This is useful for creating (encoding)
    3434    and playing (decoding) sound in an open (patent free) format.</para>
    3535
     
    6262
    6363    <bridgehead renderas="sect4">Optional</bridgehead>
    64     <para><xref linkend="pkgconfig"/>, and 
    65     <xref linkend="libxslt"/> and 
     64    <para><xref linkend="pkgconfig"/>, and
     65    <xref linkend="libxslt"/> and
    6666    <ulink url="http://www.tei-c.org/Software/passivetex/">PassiveTeX</ulink>
    6767    (to build the PDF documentation)</para>
     
    7272    <title>Installation of Libvorbis</title>
    7373
    74     <para>Install <application>libvorbis</application> by running the following 
     74    <para>Install <application>libvorbis</application> by running the following
    7575    commands:</para>
    7676
     
    7878make</userinput></screen>
    7979
    80     <para><application>libvorbis</application> is known to cause compiler errors 
     80    <para><application>libvorbis</application> is known to cause compiler errors
    8181    on certain machines. If you get errors, insert this command after running
    8282    the configure script:</para>
     
    9595    <title>Command Explanations</title>
    9696
    97     <para><option>--enable-docs</option>: This switch enables building the 
     97    <para><option>--enable-docs</option>: This switch enables building the
    9898    documentation.</para>
    9999
  • multimedia/libdriv/nas.xml

    r33d63e8d r50b692d  
    3131
    3232    <para>The Network Audio System is a network transparent, client/server audio
    33     transport system used to read , write and play audio files in many formats 
    34     including <filename>.au</filename>, <filename>.snd</filename>, 
    35     <filename>.voc</filename>, <filename>.wav</filename>, 
    36     <filename>.aiff</filename>, <filename>.aif</filename> and 
    37     <filename>.iff</filename>. It can be described as the audio equivalent of an 
     33    transport system used to read , write and play audio files in many formats
     34    including <filename>.au</filename>, <filename>.snd</filename>,
     35    <filename>.voc</filename>, <filename>.wav</filename>,
     36    <filename>.aiff</filename>, <filename>.aif</filename> and
     37    <filename>.iff</filename>. It can be described as the audio equivalent of an
    3838    <application>X</application> server.</para>
    3939
     
    6060    </itemizedlist>
    6161
    62 <!-- 
     62<!--
    6363    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6464    <itemizedlist spacing='compact'>
    6565      <listitem>
    66         <para>Required Patch: <ulink 
     66        <para>Required Patch: <ulink
    6767        url="&patch-root;/nas-&nas-version;-bison_fix-1.patch"/></para>
    6868      </listitem>
     
    8080    <title>Installation of NAS</title>
    8181
    82     <para>Install <application>NAS</application> by running the 
     82    <para>Install <application>NAS</application> by running the
    8383    following commands:</para>
    8484
     
    9595    <title>Command Explanations</title>
    9696
    97     <para><command>xmkmf</command>; <command>make World</command>: 
     97    <para><command>xmkmf</command>; <command>make World</command>:
    9898    These commands use the standard for compiling <application>X</application>
    9999    based applications.</para>
     
    123123<screen role="root"><userinput>install -v -m644 /etc/nas/nasd.conf.eg /etc/nas/nasd.conf</userinput></screen>
    124124
    125       <para>Edit the new configuration file to suit your network and system 
     125      <para>Edit the new configuration file to suit your network and system
    126126      needs.</para>
    127127
     
    141141<screen role="root"><userinput>make install-nas</userinput></screen>
    142142
    143       <para>The init script uses a default parameter to allow access to all hosts on 
     143      <para>The init script uses a default parameter to allow access to all hosts on
    144144      the network. Review the <command>nasd</command> man page for other available
    145145      parameters if you need to modify the script.</para>
     
    158158
    159159      <seglistitem>
    160         <seg>auconvert, auctl, audemo, audial, auedit, auinfo, aupanel, auphone, 
    161         auplay, aurecord, auscope, autool, auwave, checkmail, issndfile, nasd, 
     160        <seg>auconvert, auctl, audemo, audial, auedit, auinfo, aupanel, auphone,
     161        auplay, aurecord, auscope, autool, auwave, checkmail, issndfile, nasd,
    162162        playbucket, and soundtoh</seg>
    163163        <seg>libaudio.[so,a]</seg>
     
    174174        <term><command>au[utilities]</command></term>
    175175        <listitem>
    176           <para>are a collection of tools to convert, play, edit, record, 
    177           and manipulate sound files. See the respective man page for each utility 
     176          <para>are a collection of tools to convert, play, edit, record,
     177          and manipulate sound files. See the respective man page for each utility
    178178          for a full description of each one.</para>
    179179          <indexterm zone="nas au-utilities">
     
    216216        <term><command>playbucket</command></term>
    217217        <listitem>
    218           <para>plays, or creates, the bucket corresponding to the 
     218          <para>plays, or creates, the bucket corresponding to the
    219219          specified file.</para>
    220220          <indexterm zone="nas playbucket">
  • multimedia/libdriv/openquicktime.xml

    r33d63e8d r50b692d  
    3030    <title>Introduction to OpenQuicktime</title>
    3131
    32     <para><application>OpenQuicktime</application> is a small library that handles 
    33     the Quicktime file format on most varieties of Unix. Audio and video decoding 
     32    <para><application>OpenQuicktime</application> is a small library that handles
     33    the Quicktime file format on most varieties of Unix. Audio and video decoding
    3434    and encoding is provided using a plug-in mechanism.</para>
    3535
     
    5959    <itemizedlist spacing='compact'>
    6060      <listitem>
    61         <para>Required patch: <ulink 
     61        <para>Required patch: <ulink
    6262        url="&patch-root;/openquicktime-&openquicktime-version;-gcc34-1.patch"></ulink></para>
    6363      </listitem>
     
    114114        <term><command>dechunk</command></term>
    115115        <listitem>
    116           <para>extracts RGB frames from a movie and writes them as 
     116          <para>extracts RGB frames from a movie and writes them as
    117117          PPM images.</para>
    118118          <indexterm zone="openquicktime dechunk">
     
    155155        <term><command>recover</command></term>
    156156        <listitem>
    157           <para>this program recovers JPEG and PCM audio from a 
     157          <para>this program recovers JPEG and PCM audio from a
    158158          corrupted movie.</para>
    159159          <indexterm zone="openquicktime recover">
  • multimedia/libdriv/sdl.xml

    r33d63e8d r50b692d  
    3131
    3232    <para>The Simple DirectMedia Layer (<application>SDL</application>
    33     for short) is a cross-platform library designed to make it easy to write 
     33    for short) is a cross-platform library designed to make it easy to write
    3434    multimedia software, such as games and emulators.</para>
    3535
     
    5959
    6060    <bridgehead renderas="sect4">Optional</bridgehead>
    61     <para><xref linkend="alsa"/>, 
     61    <para><xref linkend="alsa"/>,
    6262    <xref linkend="esound"/>,
    6363    <xref linkend="arts"/>,
    6464    <xref linkend="nas"/>,
    65     <xref linkend="NASM"/>, 
     65    <xref linkend="NASM"/>,
    6666    X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
    6767    <xref linkend="aalib"/>,
    68     <ulink url="http://www.directfb.org/">DirectFB</ulink>, 
    69     <ulink url="http://www.svgalib.org/">SVGAlib</ulink>, 
    70     <ulink url="http://www.gnu.org/software/pth/">GNU Pth</ulink>, 
    71     <ulink url="http://www.trolltech.com/download/qtopia/">Qtopia</ulink> and 
     68    <ulink url="http://www.directfb.org/">DirectFB</ulink>,
     69    <ulink url="http://www.svgalib.org/">SVGAlib</ulink>,
     70    <ulink url="http://www.gnu.org/software/pth/">GNU Pth</ulink>,
     71    <ulink url="http://www.trolltech.com/download/qtopia/">Qtopia</ulink> and
    7272    <ulink url="http://picogui.org/">PicoGUI</ulink></para>
    7373
     
    7777    <title>Installation of SDL</title>
    7878
    79     <para>Install <application>SDL</application> by running the 
     79    <para>Install <application>SDL</application> by running the
    8080    following commands:</para>
    8181
     
    9595
    9696    <para><parameter>--disable-debug</parameter>: This switch configures
    97     <application>SDL</application> to build with aggressive 
     97    <application>SDL</application> to build with aggressive
    9898    optimizations.</para>
    9999
     
    107107    <title>Testing SDL</title>
    108108
    109     <para>It is advisable to test the installation of 
     109    <para>It is advisable to test the installation of
    110110    <application>SDL</application> using the included
    111111    test programs. It is not required to install any of the resulting binaries
     
    156156        <term><command>sdl-config</command></term>
    157157        <listitem>
    158           <para>determines the compile and linker flags that should be used to 
    159           compile and link programs that use 
     158          <para>determines the compile and linker flags that should be used to
     159          compile and link programs that use
    160160          <filename class='libraryfile'>libSDL</filename>.</para>
    161161          <indexterm zone="sdl sdl-config">
  • multimedia/libdriv/speex.xml

    r33d63e8d r50b692d  
    3030    <title>Introduction to Speex</title>
    3131
    32     <para><application>Speex</application> is an audio compression format 
     32    <para><application>Speex</application> is an audio compression format
    3333    designed especially for speech. It is well-adapted to Internet applications and
    3434    provides useful features that are not present in most other CODECs.</para>
     
    9898        <term><command>speexdec</command></term>
    9999        <listitem>
    100           <para>decodes a <application>Speex</application> file and 
     100          <para>decodes a <application>Speex</application> file and
    101101          produces a WAV or raw file.</para>
    102102          <indexterm zone="speex speexdec">
     
    109109        <term><command>speexenc</command></term>
    110110        <listitem>
    111           <para>encodes a WAV or raw files using 
     111          <para>encodes a WAV or raw files using
    112112          <application>Speex</application>.</para>
    113113          <indexterm zone="speex speexenc">
  • multimedia/libdriv/xvid.xml

    r33d63e8d r50b692d  
    3333OpenDivX or Xvid?
    3434
    35 OpenDivX is a free implementation of the mpeg4-codec. Alas, the 
     35OpenDivX is a free implementation of the mpeg4-codec. Alas, the
    3636developers at ProjectMayo didn't gratefully release their actual source
    3737in compileable versions, so the displeasure of the users majority
    3838canalized into a new project named Xvid.
    3939
    40 Xvid development was interrupted in Autumn 2002 due to a code-theft 
     40Xvid development was interrupted in Autumn 2002 due to a code-theft
    4141the developers at Sigma design committed but it is continued now.
    4242
    43 For worse luck, OpenDivX and Xvid are using the same header file 
     43For worse luck, OpenDivX and Xvid are using the same header file
    4444names (an issue that wouldn't be resolved easily) and function
    4545namespace, so you'll have to choose which one to use.
     
    8585    <title>Installation of XviD</title>
    8686
    87     <para>Install <application>XviD</application> by running the following 
     87    <para>Install <application>XviD</application> by running the following
    8888    commands:</para>
    8989
     
    140140      <term><filename class='libraryfile'>libxvidcore.[so,a]</filename></term>
    141141      <listitem>
    142         <para>provides functions to encode and decode most 
     142        <para>provides functions to encode and decode most
    143143        MPEG-4 video data.</para>
    144144        <indexterm zone="xvid libxvidcore">
     
    156156Image Frames contain full images. P-Frames contain patterns of what changes in
    157157the image, thusly saving a lot of space.</para>
    158 <para><emphasis>PMVFast and EPZS with diamond a sqare pattern motion 
     158<para><emphasis>PMVFast and EPZS with diamond a sqare pattern motion
    159159estimation</emphasis></para>
    160160<para>Fast Motion detection that can refer a square or diamond
Note: See TracChangeset for help on using the changeset viewer.