Ignore:
Timestamp:
05/30/2005 03:59:12 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:
d612b9f
Parents:
e2952b2
Message:

Removed spaces from blank lines and excess spaces from the end of XML data

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

Location:
multimedia/videoutils
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/avifile.xml

    re2952b2 rd7ecaa6  
    255255        <term><command>kv41setup</command></term>
    256256        <listitem>
    257           <para>is a small tool which tells <application>video4linux</application> 
     257          <para>is a small tool which tells <application>video4linux</application>
    258258          about the current video mode.</para>
    259259          <indexterm zone="avifile kv41setup">
  • multimedia/videoutils/ffmpeg.xml

    re2952b2 rd7ecaa6  
    227227        <term><filename class='libraryfile'>libavcodec.so</filename></term>
    228228        <listitem>
    229           <para>is a library containing the <application>FFmpeg</application> 
     229          <para>is a library containing the <application>FFmpeg</application>
    230230          codecs (both encoding and decoding).</para>
    231231          <indexterm zone="ffmpeg libavcodec">
  • multimedia/videoutils/mplayer.xml

    re2952b2 rd7ecaa6  
    7878
    7979    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    80    
     80
    8181    <itemizedlist spacing='compact'>
    8282      <title>Patches</title>
     
    146146
    147147    <bridgehead renderas="sect3">MPlayer Dependencies</bridgehead>
    148    
     148
    149149    <bridgehead renderas="sect4">Optional Input Drivers and Libraries</bridgehead>
    150150    <para><xref linkend="cdparanoia"/>,
     
    153153    <xref linkend="samba3"/>,
    154154    <ulink url="http://www.live.com/mplayer/">LIVE.COM Streaming Media</ulink>,
    155     <ulink url="http://www.matroska.org/downloads/linux.html">libmatroska</ulink> 
     155    <ulink url="http://www.matroska.org/downloads/linux.html">libmatroska</ulink>
    156156    (requires
    157157    <ulink url="http://dl.matroska.org/downloads/libebml/">libebml</ulink>),
    158     <ulink url="http://www.linuxtv.org/">DVB drivers</ulink> 
     158    <ulink url="http://www.linuxtv.org/">DVB drivers</ulink>
    159159    and <ulink url="http://www.metzlerbros.org/dvb/">DVB</ulink></para>
    160    
     160
    161161    <bridgehead renderas="sect4">Optional Audio Output Drivers and Libraries</bridgehead>
    162162    <para><xref linkend="alsa"/>,
     
    169169    <ulink url="http://bio2jack.sourceforge.net/">bio2jack</ulink> (requires
    170170    <ulink url="http://jackit.sourceforge.net/">JACK</ulink>)</para>
    171    
     171
    172172    <bridgehead renderas="sect4">Optional Video Output Drivers and Libraries</bridgehead>
    173173    <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
     
    189189    <ulink url="http://freedesktop.org/Software/FriBidi">FriBidi</ulink> and
    190190    <ulink url="http://trific.ath.cx/software/enca/">Enca</ulink></para>
    191    
     191
    192192    <bridgehead renderas="sect4">Optional CODECs</bridgehead>
    193193    <para><xref linkend="libvorbis"/>,
     
    202202    <ulink url="http://www.divx.com/divx/linux/">DivX4Linux</ulink>,
    203203    <ulink url="http://sourceforge.net/projects/toolame">TooLAME</ulink>,
    204     <ulink url="http://www.dolda2000.cjb.net/~fredrik/lirccd/">lirccd</ulink> 
     204    <ulink url="http://www.dolda2000.cjb.net/~fredrik/lirccd/">lirccd</ulink>
    205205    and <ulink url="http://www.lirc.org/">LIRC</ulink></para>
    206206
     
    215215      <para>If you downloaded any proprietary CODECs (which can provide support
    216216      for additional audio and video formats such as Real, Indeo and QuickTime),
    217       extract them to <filename class="directory">/usr/lib/mplayer/codecs</filename> 
     217      extract them to <filename class="directory">/usr/lib/mplayer/codecs</filename>
    218218      using the following commands as the <systemitem
    219219      class="username">root</systemitem> user (substitute and/or add different
     
    226226
    227227      <para>If you installed any CODECs, ensure you add
    228       <option>--with-codecsdir=/usr/lib/mplayer/codecs</option> 
     228      <option>--with-codecsdir=/usr/lib/mplayer/codecs</option>
    229229      to the <command>configure</command> script.</para>
    230230
     
    236236      <para>To enable building the GUI version of
    237237      <application>MPlayer</application> (requires <xref linkend="GTK"/>), add
    238       <option>--enable-gui</option> to the <command>configure</command> 
     238      <option>--enable-gui</option> to the <command>configure</command>
    239239      script. You'll also need to extract at least one skin. Extract the desired
    240240      skin and create the default location (as the <systemitem
     
    254254
    255255      <para>To enable OSD (On Screen Display) and subtitles support, add
    256       <option>--enable-menu</option> to the <command>configure</command> 
     256      <option>--enable-menu</option> to the <command>configure</command>
    257257      script. You'll also need to set up at least one font (see font installation
    258258      instructions a little later).</para>
     
    270270      <para><application>MPlayer</application> can build a shared post-processing
    271271      library from the internal <application>FFmpeg</application> package which
    272       other packages can link to. This requires <application>MPlayer</application> 
     272      other packages can link to. This requires <application>MPlayer</application>
    273273      to link dynamically to this library instead of the default statically linked method.
    274       If you desire to build the shared library, add <option>--enable-shared-pp</option> 
    275       and <option>--disable-fastmemcpy</option> to the <command>configure</command> 
     274      If you desire to build the shared library, add <option>--enable-shared-pp</option>
     275      and <option>--disable-fastmemcpy</option> to the <command>configure</command>
    276276      script. The <option>--disable-fastmemcpy</option> parameter is required to
    277277      avoid <computeroutput>undefined reference</computeroutput> errors when other
     
    367367<screen role="root"><userinput>cat &gt;&gt; /etc/udev/rules.d/24-dvd.rules &lt;&lt; "EOF"
    368368<literal># Create a /dev/dvd symlink
    369  
     369
    370370KERNEL="<replaceable>[dvd drive]</replaceable>", SYMLINK="dvd"</literal>
    371  
     371
    372372EOF
    373373udevstart</userinput></screen>
     
    483483        <term><command>mencoder</command></term>
    484484        <listitem>
    485           <para>is used to encode any <application>MPlayer</application> 
     485          <para>is used to encode any <application>MPlayer</application>
    486486          playable movie to DivX4, <application>XviD</application> or any
    487487          CODEC in <filename class='libraryfile'>libavcodec</filename> with
  • multimedia/videoutils/videoutils.xml

    re2952b2 rd7ecaa6  
    1818  CODEC to install.</para>
    1919
    20   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ffmpeg.xml"/> 
    21   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="avifile.xml"/> 
    22   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mplayer.xml"/> 
    23   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xine-ui.xml"/> 
    24   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="transcode.xml"/> 
     20  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ffmpeg.xml"/>
     21  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="avifile.xml"/>
     22  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mplayer.xml"/>
     23  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xine-ui.xml"/>
     24  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="transcode.xml"/>
    2525
    2626</chapter>
  • multimedia/videoutils/xine-ui.xml

    re2952b2 rd7ecaa6  
    8686
    8787<!--
    88     <para>Apply the following patch if you have <application>cURL</application> 
     88    <para>Apply the following patch if you have <application>cURL</application>
    8989    installed and you wish to utilize it:</para>
    9090
Note: See TracChangeset for help on using the changeset viewer.