Ignore:
Timestamp:
12/29/2011 03:35:25 AM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
98d5a95
Parents:
35bf1ea
Message:

Update to ffmpeg-0.9
Update Xine Libraries dependencies

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

File:
1 edited

Legend:

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

    r35bf1ea refcf979  
    3535    speakers.</para>
    3636
    37     &lfs67_checked;
     37    &lfs70_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6363    <bridgehead renderas="sect4">Required</bridgehead>
    6464    <para role="required">
    65       <xref linkend="x-window-system"/> and at least one of:
     65      <xref linkend="x-window-system"/>,
     66      <xref linkend="ffmpeg"/>, and at least one of:
    6667        <xref linkend="alsa"/>,
    6768        <xref linkend="esound"/>,
     
    7677
    7778    <bridgehead renderas="sect4">Optional</bridgehead>
    78     <para role="optional"><xref linkend="ffmpeg"/>, <xref linkend="flac"/>,
    79     <xref linkend="libtheora"/>, <xref linkend="libvorbis"/>,
    80     <xref linkend="sdl"/>, <xref linkend="speex"/>, <xref linkend="libfame"/>,
    81     <xref linkend="libmng"/>, <xref linkend="gnome-vfs"/>,
    82     <xref linkend="libmad"/>
    83     <xref linkend="samba3"/>, <xref linkend="imagemagick"/>,
    84     <ulink url="http://www.directfb.org/">DirectFB</ulink>, <ulink
    85     url="http://sourceforge.net/projects/dvd/">libdvdnav</ulink>,
    86     <ulink url="http://sam.zoy.org/projects/libcaca/">libcaca</ulink>,
    87     <ulink
    88     url="http://sourceforge.net/projects/modplug-xmms/">libmodplug</ulink>,
    89     <xref linkend="aalib"/>, <xref linkend="liba52"/>, libdts (now <ulink
    90     url="http://www.videolan.org/developers/libdca.html">libdca</ulink>),
    91     <ulink url="http://www.wavpack.com/">WavPack</ulink>, and
    92     <ulink url="http://dxr3.sourceforge.net/">libdxr3</ulink>.</para>
     79    <para role="optional">
     80      <xref linkend="flac"/>,
     81      <xref linkend="libtheora"/>,
     82      <xref linkend="libvorbis"/>,
     83      <xref linkend="sdl"/>,
     84      <xref linkend="speex"/>,
     85      <xref linkend="libfame"/>,
     86      <xref linkend="libmng"/>,
     87      <xref linkend="gnome-vfs"/>,
     88      <xref linkend="libmad"/>
     89      <xref linkend="samba3"/>,
     90      <xref linkend="imagemagick"/>,
     91      <ulink url="http://www.directfb.org/">DirectFB</ulink>,
     92      <ulink url="http://sourceforge.net/projects/dvd/">libdvdnav</ulink>,
     93      <ulink url="http://sam.zoy.org/projects/libcaca/">libcaca</ulink>,
     94      <ulink url="http://sourceforge.net/projects/modplug-xmms/">libmodplug</ulink>,
     95      <xref linkend="aalib"/>,
     96      <xref linkend="liba52"/>,
     97      libdts (now <ulink url="http://www.videolan.org/developers/libdca.html">libdca</ulink>),
     98      <ulink url="http://www.wavpack.com/">WavPack</ulink>, and
     99      <ulink url="http://dxr3.sourceforge.net/">libdxr3</ulink>
     100    </para>
    93101
    94102    <para>If the following packages are not found on the system, versions
     
    99107
    100108    <para>The following are needed to build the API documentation:
    101     <ulink
    102     url="http://sourceforge.net/projects/sgmltools-lite/">sgmltools-lite</ulink>
     109    <ulink url="http://sourceforge.net/projects/sgmltools-lite/">sgmltools-lite</ulink>
    103110    and <ulink url="http://www.xfig.org/">Transfig</ulink></para>
    104111
     
    114121    following commands:</para>
    115122
    116 <screen><userinput>./configure --prefix=/usr --docdir=/usr/share/doc/xine-lib-&xine-lib-version; &amp;&amp;
     123<screen><userinput>./configure --prefix=/usr          \
     124            --with-external-ffmpeg \
     125            --docdir=/usr/share/doc/xine-lib-&xine-lib-version; &amp;&amp;
     126
    117127make</userinput></screen>
    118128
     
    129139    <title>Command Explanations</title>
    130140
    131     <!--<para><option>
    132     sed -i 's/\(inline \)\(_x_is_fourcc\)/__\1int \2/' src/xine-engine/buffer.h
    133     &amp;&amp;</option>: This command enables c++ programs to use the header,
    134     for example in <xref linkend="kdemultimedia"/></para>-->
     141    <para><option>--with-external-ffmpeg</option>:
     142    The internal version of <application>ffmpeg</application> fails.
     143    This switch forces the use of the external version.
     144    </para>
    135145
    136146    <para><option>--docdir=/usr/share/xine-lib-&xine-lib-version;</option>:
Note: See TracChangeset for help on using the changeset viewer.