mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
fixed mplayer fonts permissions and ln syntax
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1436 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
ba4b44552f
commit
1b91c9e245
@ -13,7 +13,7 @@ file to your <filename class="directory">~/.mplayer</filename> directory. For e
|
||||
<screen><userinput><command>ln -sf /usr/X11R6/lib/X11/fonts/TTF/luxisri.ttf ~/.mplayer/subfont.ttf
|
||||
</command></userinput></screen>
|
||||
otherwise
|
||||
<screen><userinput><command>ln -sf ../font-arial-<replaceable>[font size]</replaceable>-iso-8859-1/* /usr/share/mplayer/font</command></userinput></screen>
|
||||
<screen><userinput><command>ln -sf /usr/share/mplayer/font/font-arial-<replaceable>[font size]</replaceable>-iso-8859-1/* /usr/share/mplayer/font</command></userinput></screen>
|
||||
You can chose your font size of 14, 18, 24 or 28.
|
||||
</para>
|
||||
|
||||
|
@ -20,8 +20,8 @@ tar xjvf ../default-1.7.tar.bz2 -C /usr/share/mplayer/Skin
|
||||
<para>If <application>FreeType</application> is in use, the only advantage of prerendered fonts is
|
||||
that they are faster. Install them like this:</para>
|
||||
|
||||
<screen><userinput><command>tar xjvf ../font-arial-iso-8859-1.tar.bz2 -C /usr/share/mplayer/font
|
||||
</command></userinput></screen>
|
||||
<screen><userinput><command>tar xjvf ../font-arial-iso-8859-1.tar.bz2 -C /usr/share/mplayer/font &&
|
||||
chown -R root:root /usr/share/mplayer/font</command></userinput></screen>
|
||||
|
||||
<sect3>
|
||||
<title>Installation for <acronym>DVD</acronym> playback</title>
|
||||
|
Loading…
Reference in New Issue
Block a user