Changeset 93ebc67


Ignore:
Timestamp:
01/14/2013 11:37:08 PM (11 years ago)
Author:
Randy McMurchy <randy@…>
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:
b79d81d
Parents:
801e13a
Message:

Tweaked the MPlayer instructions and updated the default skin tarball

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r801e13a r93ebc67  
    44-->
    55
    6 <!ENTITY day          "13">                   <!-- Always 2 digits -->
     6<!ENTITY day          "15">                   <!-- Always 2 digits -->
    77<!ENTITY month        "01">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2013">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "January 13th, &year;">
     12<!ENTITY releasedate  "January 15th, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r801e13a r93ebc67  
    4646
    4747    <listitem>
     48      <para>January 15th, 2013</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[randy] - Tweaked the MPlayer instructions and updated the
     52          default skin tarball.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>January 13th, 2013</para>
    4959      <itemizedlist>
  • multimedia/videoutils/mplayer.xml

    r801e13a r93ebc67  
    1111  <!ENTITY mplayer-md5sum        "ac7bf1cfedc1c5c24bfc83107eefb1d9">
    1212  <!ENTITY mplayer-size          "11 MB">
    13   <!ENTITY mplayer-buildsize     "183 MB">
    14   <!ENTITY mplayer-time          "4 SBU">
    15 
    16   <!ENTITY mplayer-skin          "clearplayer-0.9">
     13  <!ENTITY mplayer-buildsize     "183 MB (120 MB using system-installed FFMpeg)">
     14  <!ENTITY mplayer-time          "4 SBU (1.5 SBU using system-installed FFMpeg)">
     15
     16  <!ENTITY mplayer-skin          "Clearlooks-1.5">
    1717  <!ENTITY mplayer-skin-download-http
    1818    "http://www.mplayerhq.hu/MPlayer/skins/&mplayer-skin;.tar.bz2">
    1919  <!ENTITY mplayer-skin-download-ftp
    2020    "ftp://ftp.mplayerhq.hu/MPlayer/skins/&mplayer-skin;.tar.bz2">
    21   <!ENTITY mplayer-skin-md5sum   "df5fd8e51fbc077ddc7b74d83afe1452">
    22   <!ENTITY mplayer-skin-size     "64 KB">
     21  <!ENTITY mplayer-skin-md5sum   "6b046a78fb15b243dc1eb5884276a750">
     22  <!ENTITY mplayer-skin-size     "40 KB">
    2323]>
    2424
     
    4242    <para>
    4343      <application>MPlayer</application> is a powerful audio/video player
    44       controlled via the command line or graphical interface which is able to
     44      controlled via the command line or a graphical interface that is able to
    4545      play almost every popular audio and video file format. With supported
    4646      video hardware and additional drivers, <application>MPlayer</application>
     
    156156    <bridgehead renderas="sect4">Optional CODECs</bridgehead>
    157157    <para role="optional">
     158      <xref linkend="ffmpeg"/>,
    158159      <xref linkend="libmad"/>,
    159160      <xref linkend="LZO"/>,
     
    184185    <para role="optional">
    185186      <ulink url="http://cihar.com/software/enca/">Enca</ulink>,
    186       <xref linkend="ffmpeg"/>,
    187187      <xref linkend="fontconfig"/>,
    188188      <xref linkend="freetype2"/>,
     
    193193      <ulink url="http://www.lirc.org/">LIRC</ulink> and
    194194      <ulink url="http://www.dolda2000.com/~fredrik/lirccd/">LIRC Client Daemon</ulink>,
    195       <xref linkend="unrar"/>,
    196       <xref linkend="libxslt"/> (required to build the HTML documentation),
    197       <xref linkend="DocBook"/> (required to build the HTML documentation) and
    198       <xref linkend="docbook-xsl"/> (required to build the HTML documentation)
     195      <xref linkend="unrar"/>, and
     196      <xref linkend="libxslt"/>,
     197      <xref linkend="DocBook"/> and
     198      <xref linkend="docbook-xsl"/> (all three required to build the HTML documentation)
    199199    </para>
    200200
     
    234234make</userinput></screen>
    235235
     236      <para>If you wish to rebuild the chunked HTML documentation and build
     237      a non-chunked HTML version of the docs, issue the following command:</para>
     238
     239<screen><userinput>make doc</userinput></screen>
     240
    236241      <para>This package does not come with a test suite.</para>
    237242
     
    243248
    244249      <para>
    245         To build and install the HTML documentation, run as
    246         <systemitem class="username">root</systemitem>:
    247       </para>
    248 
    249 <screen role="root"><userinput>make doc &amp;&amp;
    250 install -d /usr/share/doc/mplayer-&mplayer-version; &amp;&amp;
    251 cp -v DOCS/HTML/en/* /usr/share/doc/mplayer-&mplayer-version;</userinput></screen>
     250        To install the HTML documentation, issue the following commands as the
     251        <systemitem class="username">root</systemitem> user:
     252      </para>
     253
     254<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/mplayer-&mplayer-version; &amp;&amp;
     255install -v -m644    DOCS/HTML/en/* \
     256                    /usr/share/doc/mplayer-&mplayer-version;</userinput></screen>
    252257
    253258      <para>
     
    285290<screen role="root"><userinput>tar -xvf ../&mplayer-skin;.tar.bz2 \
    286291       -C /usr/share/mplayer/skins &amp;&amp;
    287 ln -sfv clearplayer /usr/share/mplayer/skins/default</userinput></screen>
     292ln -sfv Clearlooks /usr/share/mplayer/skins/default</userinput></screen>
    288293    </sect3>
    289294  </sect2>
     
    293298
    294299    <para>
    295       <parameter>--enable-gui</parameter>: This option is set to build GMPlayer,
    296       a Gtk+ 2 frontend for MPlayer.
     300      <parameter>--enable-gui</parameter>: This option builds the GUI interface
     301      into <command>mplayer</command>.
    297302    </para>
    298303
Note: See TracChangeset for help on using the changeset viewer.