Changeset 64fecc4


Ignore:
Timestamp:
02/24/2012 09:57:28 PM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
48651a8
Parents:
64cb61a
Message:

Added some command explanations for possible options to the xine-lib page

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/xine-lib.xml

    r64cb61a r64fecc4  
    160160    <filename class="directory">/usr/lib</filename> you will need to tell
    161161    the <command>configure</command> command where to find it.</para>
     162
     163    <para><option>--with-external-dvdnav</option>: If you have installed
     164    <xref linkend="libdvdnav"/> use this option to make
     165    <application>Xine-lib</application> link its
     166    <filename class="libraryfile">xineplug_decode_dxr3_spu.so</filename>,
     167    <filename class="libraryfile">xineplug_decode_spu.so</filename> and
     168    <filename class="libraryfile">xineplug_inp_dvd.so</filename> plugins to
     169    <application>Libdvdnav</application>.</para>
     170
     171    <para><option>--enable-a52dec=external</option>: If you have installed
     172    <xref linkend="liba52"/> use this option to make
     173    <application>Xine-lib</application> link its
     174    <filename class="libraryfile">xineplug_decode_a52.so</filename> plugin to
     175    <application>Liba52</application>.</para>
     176
     177    <para><option>--with-external-libmad</option>: If you have installed
     178    <xref linkend="libmad"/> use this option to make
     179    <application>Xine-lib</application> link its
     180    <filename class="libraryfile">xineplug_decode_mad.so</filename> plugin to
     181    <application>Libmad</application>.</para>
    162182  </sect2>
    163183
  • template/template.xml

    r64cb61a r64fecc4  
    102102  <!-- Optional section for packages that need a specific kernel
    103103  configuration-->
    104   <sect2 role="kernel" id='TEMPLATE-kernel'>
     104  <sect2 role="kernel" id="TEMPLATE-kernel">
    105105    <title>Kernel Configuration</title>
    106106
     
    265265
    266266      <varlistentry id="libLIBRARY1">
    267         <term><filename class='libraryfile'>libLIBRARY1.{so,a}</filename></term>
     267        <term><filename class="libraryfile">libLIBRARY1.{so,a}</filename></term>
    268268        <listitem>
    269269          <para>contains functions that .....</para>
Note: See TracChangeset for help on using the changeset viewer.