mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
MPlayer svn_20120427 - url for anduin is updated but commented.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10064 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
9db3353e8c
commit
808c12fed0
@ -1019,7 +1019,7 @@ $Date$
|
||||
<!-- Chapter 40 -->
|
||||
<!ENTITY ffmpeg-version "0.10.2">
|
||||
<!ENTITY avifile-version "0.7.45">
|
||||
<!ENTITY mplayer-version "svn_20120315">
|
||||
<!ENTITY mplayer-version "svn_20120427">
|
||||
<!ENTITY xine-ui-version "0.99.6">
|
||||
<!ENTITY transcode-version "1.1.7">
|
||||
<!ENTITY vlc-version "2.0.1">
|
||||
|
@ -56,6 +56,9 @@
|
||||
<listitem>
|
||||
<para>[abenton] - Added Midori 0.4.5.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[ken] - Updated to MPlayer svn_20120427.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
|
@ -4,12 +4,13 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY mplayer-download-http "http://anduin.linuxfromscratch.org/sources/BLFS/svn/m/mplayer-svn_20120315.tar.xz">
|
||||
<!ENTITY mplayer-download-http "http://www.linuxfromscratch.org/~krejzi/mplayer-1.0~rc4+svn20120427.tar.xz">
|
||||
<!-- <!ENTITY mplayer-download-http "http://anduin.linuxfromscratch.org/sources/BLFS/svn/m/mplayer-svn_20120427.tar.xz">-->
|
||||
<!ENTITY mplayer-download-ftp " ">
|
||||
<!ENTITY mplayer-md5sum "bcd0f9986a4f14a89ea9fb5ffb15d857">
|
||||
<!ENTITY mplayer-size "9.9 MB">
|
||||
<!ENTITY mplayer-buildsize "137 MB">
|
||||
<!ENTITY mplayer-time "4.7 SBU">
|
||||
<!ENTITY mplayer-md5sum "f2723e317e5a6935af2460b48c3fa0c4 ">
|
||||
<!ENTITY mplayer-size "10 MB">
|
||||
<!ENTITY mplayer-buildsize "178 MB">
|
||||
<!ENTITY mplayer-time "2.2 SBU">
|
||||
|
||||
<!ENTITY mplayer-skin "Blue-1.8.tar.bz2">
|
||||
<!ENTITY mplayer-skin-md5sum "340368f4e33f767d9df109990fb29c02">
|
||||
@ -46,7 +47,7 @@
|
||||
<ulink url="http://www.mplayerhq.hu/">
|
||||
<application>MPlayer</application> web site</ulink>.</para>
|
||||
|
||||
&lfs70_checked;
|
||||
&lfs71_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -302,7 +303,7 @@ make</userinput></screen>
|
||||
|
||||
<screen role="root"><userinput>make doc &&
|
||||
install -d /usr/share/doc/mplayer-&mplayer-version; &&
|
||||
cp DOCS/HTML/en/* /usr/share/doc/mplayer-&mplayer-version;</userinput></screen>
|
||||
cp -v DOCS/HTML/en/* /usr/share/doc/mplayer-&mplayer-version;</userinput></screen>
|
||||
|
||||
<para>You will need <filename>codecs.conf</filename> only if you want to
|
||||
change its properties, as the main binary contains an internal copy of
|
||||
@ -311,13 +312,13 @@ cp DOCS/HTML/en/* /usr/share/doc/mplayer-&mplayer-version;</userinput></screen>
|
||||
known to cause errors and render the player unusable. If necessary,
|
||||
create the file using the following command.</para>
|
||||
|
||||
<screen role="root"><userinput>install -m644 etc/codecs.conf /etc/mplayer</userinput></screen>
|
||||
<screen role="root"><userinput>install -v -m644 etc/codecs.conf /etc/mplayer</userinput></screen>
|
||||
|
||||
<para>You may also want to copy all the default configuration files to
|
||||
<para>You may alternatively want to copy all the default configuration files to
|
||||
<filename class='directory'>/etc/mplayer</filename> for future reference
|
||||
or more customization ability.</para>
|
||||
|
||||
<screen role="root"><userinput>install -m644 etc/*.conf /etc/mplayer</userinput></screen>
|
||||
<screen role="root"><userinput>install -v -m644 etc/*.conf /etc/mplayer</userinput></screen>
|
||||
|
||||
<!-- Is this needed?
|
||||
<para><application>MPlayer</application> requires that the RTC run at a
|
||||
@ -337,10 +338,12 @@ cp DOCS/HTML/en/* /usr/share/doc/mplayer-&mplayer-version;</userinput></screen>
|
||||
create the default location (as the <systemitem class="username">root</systemitem>
|
||||
user):</para>
|
||||
|
||||
<!-- moved from within screen.../screen but kept in case ever needed.
|
||||
we are already root ; almost everything in the skin is a graphic
|
||||
chown -v -R root:root /usr/share/mplayer/skins/Blue &&
|
||||
chmod -v 755 /usr/share/mplayer/skins/Blue{,/icons} &&-->
|
||||
<screen role="root"><userinput>tar -xvf ../&mplayer-skin; \
|
||||
-C /usr/share/mplayer/skins &&
|
||||
chown -v -R root:root /usr/share/mplayer/skins/Blue &&
|
||||
chmod -v 755 /usr/share/mplayer/skins/Blue{,/icons} &&
|
||||
ln -sfv Blue /usr/share/mplayer/skins/default</userinput></screen>
|
||||
|
||||
</sect3>
|
||||
|
Loading…
Reference in New Issue
Block a user