changeset 27631:42b15a81b468

misc fixes for the GUI section
author diego
date Thu, 25 Sep 2008 06:51:42 +0000
parents 6fe56f6147ea
children 8cc7db468b6b
files DOCS/xml/en/install.xml
diffstat 1 files changed, 6 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/en/install.xml	Wed Sep 24 20:49:27 2008 +0000
+++ b/DOCS/xml/en/install.xml	Thu Sep 25 06:51:42 2008 +0000
@@ -177,11 +177,9 @@
 <title>What about the GUI?</title>
 
 <para>
-The GUI needs GTK 1.2.x or GTK 2.0 (it isn't fully GTK, but the panels are).
-The skins are stored in PNG format, so GTK,
-<systemitem class="library">libpng</systemitem> (and their devel stuff, usually
-called <systemitem class="library">gtk-dev</systemitem>
-and <systemitem class="library">libpng-dev</systemitem>) has to be installed.
+The GUI needs GTK 1.2.x or GTK 2.0 (it isn't fully GTK, but the panels are),
+so <systemitem class="library">GTK</systemitem> (and the devel stuff, usually
+called <systemitem class="library">gtk-dev</systemitem>) has to be installed.
 You can build it by specifying <option>--enable-gui</option> during
 <filename>./configure</filename>. Then, to turn on GUI mode, you have to
 execute the <command>gmplayer</command> binary.
@@ -189,16 +187,16 @@
 
 <para>
 As <application>MPlayer</application> doesn't have a skin included, you
-have to download them if you want to use the GUI. See the <ulink
+have to download one if you want to use the GUI. See the <ulink
 url="http://www.mplayerhq.hu/dload.html">download page</ulink>.
-They should be extracted to the usual system-wide directory (<filename
+It should be extracted to the usual system-wide directory (<filename
 class="directory">$PREFIX/share/mplayer/skins</filename>), or to <filename
 class="directory">$HOME/.mplayer/skins</filename>.
 <application>MPlayer</application> by default looks in these directories
 for a directory named <filename class="directory">default</filename>, but
 you can use the <option>-skin <replaceable>newskin</replaceable></option>
 option, or the <literal>skin=newskin</literal> config file directive to use
-the skin in <filename class="directory">*/skins/newskin</filename>
+the skin in the <filename class="directory">*/skins/newskin</filename>
 directory.
 </para>
 </sect1>