MPlayer: removed instructions for shared postprocessing library as it's

not needed, reported by Reimar Döffinger.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2972 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2004-11-19 12:06:15 +00:00
parent aa489e8fcf
commit 26f7934dc6
2 changed files with 9 additions and 15 deletions

View File

@ -22,6 +22,9 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>MPlayer: removed instructions for shared postprocessing
library as it's not needed, reported by Reimar Döffinger.</para></listitem>
<listitem><para>November 19th, 2004 [igor]: Updated to MySQL-4.1.7,
CVS-1.11.18 and ALSA-1.0.7.</para></listitem>

View File

@ -8,7 +8,7 @@
<!ENTITY mplayer-size "5.1 MB">
<!ENTITY mplayer-buildsize "74 MB (additional 19 MB for CODECs)">
<!ENTITY mplayer-time "1.80 SBU">
<!ENTITY mplayer-default-codec "essential-20040809.tar.bz2">
<!ENTITY mplayer-default-codec "essential-20041107.tar.bz2">
<!ENTITY mplayer-default-skin "Blue-1.4.tar.bz2">
<!ENTITY mplayer-default-font "font-arial-iso-8859-1">
]>
@ -167,10 +167,11 @@ to the <command>configure</command> script.</para>
script. You'll also need to extract at least one skin. Extract the desired
skin to the default location:</para>
<screen><userinput><command>install -d -m755 /usr/share/mplayer/Skin/default &amp;&amp;
<screen><userinput><command>install -d -m755 /usr/share/mplayer/Skin &amp;&amp;
tar xjvf ../&mplayer-default-skin; \
-C /usr/share/mplayer/Skin/default --strip-path=1 &amp;&amp;
chown -R root:root /usr/share/mplayer/Skin/default</command></userinput></screen>
-C /usr/share/mplayer/Skin &amp;&amp;
chown -R root:root /usr/share/mplayer/Skin/Blue &amp;&amp;
ln -sf Blue /usr/share/mplayer/Skin/default</command></userinput></screen>
</sect3>
<sect3>
@ -194,10 +195,9 @@ commands:</para>
<screen><userinput><command>patch -Np1 -i ../MPlayer-&mplayer-version;-kernel_2.6-1.patch &amp;&amp;
./configure --prefix=/usr --confdir=/etc/mplayer \
--enable-largefiles --enable-shared-pp &amp;&amp;
--enable-largefiles &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
make -C libavcodec/libpostproc install &amp;&amp;
install -d -m755 /usr/share/doc/mplayer &amp;&amp;
cp -R DOCS/* /usr/share/doc/mplayer &amp;&amp;
chown -R root:root /usr/share/doc/mplayer</command></userinput></screen>
@ -269,14 +269,6 @@ ATAPI CD/DVD-ROM drive</userinput></screen>
</sect2>
<sect2>
<title>Command explanations</title>
<para><parameter>--enable-shared-pp</parameter>: This enables building the
shared <filename class="libraryfile">libpostproc</filename> library (for
post processing) which features filters such as sharpen.</para>
</sect2>
<sect2>
<title>Configuring MPlayer</title>
@ -350,4 +342,3 @@ mencoder -forceidx &lt;name.avi&gt;</command></userinput></screen>
</sect2>
</sect1>