Changeset bccef10


Ignore:
Timestamp:
06/15/2012 12:00:59 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:
80dbefa2
Parents:
2ffe965
Message:

added a note about ffmpeg to the mplayer page

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/mplayer.xml

    r2ffe965 rbccef10  
    1616  <!ENTITY mplayer-skin          "clearplayer-0.9">
    1717  <!ENTITY mplayer-skin-download-http
    18     "http://www.mplayerhq.hu/MPlayer/skins/&mplayer-skin;.tar.bz2">
     18    "http://www.mplayerhq.hu/MPlayer/skins/&mplayer-skin;.tar.xz">
    1919  <!ENTITY mplayer-skin-download-ftp
    20     "ftp://ftp.mplayerhq.hu/MPlayer/skins/&mplayer-skin;.tar.bz2">
    21   <!ENTITY mplayer-skin-md5sum   "df5fd8e51fbc077ddc7b74d83afe1452">
    22   <!ENTITY mplayer-skin-size     "64 KB">
     20    "ftp://ftp.mplayerhq.hu/MPlayer/skins/&mplayer-skin;.tar.xz">
     21  <!ENTITY mplayer-skin-md5sum   "1ebec30229bbf43c0b1353c3c5ceb39b">
     22  <!ENTITY mplayer-skin-size     "4 KB">
    2323]>
    2424
     
    144144    <para role="optional">
    145145      <xref linkend="aalib"/>,
    146       <xref linkend="libpng"/>,
     146      <ulink url="http://www.directfb.org/">DirectFB</ulink>,
     147      <xref linkend="giflib"/>,
     148      <ulink url="http://sam.zoy.org/projects/libcaca/">libcaca</ulink>,
    147149      <xref linkend="libjpeg"/>,
    148150      <xref linkend="libmng"/>,
    149       <xref linkend="giflib"/>,
    150       <ulink url="http://www.directfb.org/">DirectFB</ulink>,
    151       <ulink url="http://sam.zoy.org/projects/libcaca/">libcaca</ulink>,
    152       <ulink url="http://www.svgalib.org/">SVGAlib</ulink> and
    153       <xref linkend="openjpeg"/>
     151      <xref linkend="libpng"/>,
     152      <xref linkend="openjpeg"/> and
     153      <ulink url="http://www.svgalib.org/">SVGAlib</ulink>
    154154    </para>
    155155
     
    168168      <xref linkend="libvpx"/>,
    169169      <xref linkend="lame"/>,
    170       <ulink url="ftp://ftp.videolan.org/pub/videolan/vlc/0.8.2/contrib/toolame-02m-beta8.tar.bz2">tooLAME</ulink>,
    171170      <ulink url="http://sourceforge.net/projects/twolame/">TwoLAME</ulink>,
    172171      <ulink url="https://launchpad.net/libgsm">libgsm</ulink>,
     
    178177      <ulink url="http://www.videolan.org/developers/x264.html">x264</ulink>,
    179178      <ulink url="http://diracvideo.org/download/dirac-research/">Dirac</ulink>,
    180       <ulink url="http://diracvideo.org/download/schroedinger/">Schroedinger</ulink>,
     179      <ulink url="http://diracvideo.org/download/schroedinger/">Schroedinger</ulink> and
    181180      <ulink url="http://wiki.multimedia.cx/index.php?title=NUT">libnut</ulink>
    182       <!-- MPlayer can only use an internal version of this at the moment
    183       <xref linkend="ffmpeg"/> -->
    184181    </para>
    185182
    186183    <bridgehead renderas="sect4">Optional Miscellaneous Dependencies</bridgehead>
    187184    <para role="optional">
     185      <ulink url="http://cihar.com/software/enca/">Enca</ulink>,
     186      <xref linkend="ffmpeg"/>,
    188187      <xref linkend="fontconfig"/>,
    189188      <xref linkend="freetype2"/>,
    190189      <xref linkend="fribidi"/>,
    191       <xref linkend="unrar"/>,
    192190      <xref linkend="gtk2"/> (required for the GUI),
    193       <ulink url="http://cihar.com/software/enca/">Enca</ulink>,
    194191      <ulink url="http://www.ladspa.org/">LADSPA</ulink>,
    195192      <ulink url="http://sourceforge.net/projects/bs2b/">libbs2b</ulink>,
    196193      <ulink url="http://www.lirc.org/">LIRC</ulink> and
    197194      <ulink url="http://www.dolda2000.com/~fredrik/lirccd/">LIRC Client Daemon</ulink>,
     195      <xref linkend="unrar"/>,
    198196      <xref linkend="libxslt"/> (required to build the HTML documentation),
    199197      <xref linkend="DocBook"/> (required to build the HTML documentation) and
     
    286284
    287285<screen role="root"><userinput>tar -xvf ../&mplayer-skin;.tar.xz \
    288     -C /usr/share/mplayer/skins &amp;&amp;
     286       -C /usr/share/mplayer/skins &amp;&amp;
    289287ln -sfv clearplayer /usr/share/mplayer/skins/default</userinput></screen>
    290288    </sect3>
     
    302300      <parameter>--enable-menu</parameter>: This option is set to enable the
    303301      on-screen display.
     302    </para>
     303
     304    <para>
     305      <option>--disable-ffmpeg_a</option>: You can use this option if you have
     306      installed <xref linkend="ffmpeg"/>. MPlayer includes a copy of the FFmpeg
     307      source and without this option it will statically compile the included
     308      version of FFmpeg into itself. Dynamically linking to a system installed
     309      FFmpeg makes MPlayer and Mencoder about 9MB smaller. If MPlayer is crashy
     310      or unstable linked to a system installed FFmpeg, try recompiling MPlayer
     311      without this option (it is always more thoroughly tested with the included
     312      FFmpeg).
    304313    </para>
    305314  </sect2>
  • networking/textweb/w3m.xml

    r2ffe965 rbccef10  
    5757    </itemizedlist>
    5858
     59    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     60    <itemizedlist spacing="compact">
     61      <listitem>
     62        <para>
     63          Required patch:
     64          <ulink url="&patch-root;/w3m-&w3m-version;-bdwgc72-1.patch"/>
     65        </para>
     66      </listitem>
     67    </itemizedlist>
     68
    5969    <bridgehead renderas="sect3">W3m Dependencies</bridgehead>
    6070
     
    8696    commands:</para>
    8797
    88 <screen><userinput>sed -i 's/file_handle/file_foo/' istream.{c,h} &amp;&amp;
     98<screen><userinput>patch -p1 &lt; ../w3m-&w3m-version;-bdwgc72-1.patch &amp;&amp;
     99sed -i 's/file_handle/file_foo/' istream.{c,h} &amp;&amp;
    89100sed -i 's#gdk-pixbuf-xlib-2.0#&amp; x11#' configure &amp;&amp;
    90101./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     
    105116  <sect2 role="commands">
    106117    <title>Command Explanations</title>
     118
     119    <para>
     120      <command>patch -p1 &lt; ../w3m-&w3m-version;-bdwgc72-1.patch</command>:
     121      This patch fixes compiling w3m with GC-7.2 installed.
     122    </para>
    107123
    108124    <para><command>sed -i 's/file_handle/file_foo/' istream.{c,h}</command>:
Note: See TracChangeset for help on using the changeset viewer.