[MPlayer-DOCS] CVS: main/DOCS/xml/en install.xml, 1.62, 1.63 skin.xml, 1.14, 1.15

Diego Biurrun CVS syncmail at mplayerhq.hu
Mon Mar 27 13:39:56 CEST 2006


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var2/tmp/cvs-serv23243/DOCS/xml/en

Modified Files:
	install.xml skin.xml 
Log Message:
Rename the default GUI skins directory from 'Skin' to 'skins', keeping
backwards compatibility.


Index: install.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/install.xml,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- install.xml	1 Mar 2006 10:01:39 -0000	1.62
+++ install.xml	27 Mar 2006 11:39:23 -0000	1.63
@@ -547,13 +547,13 @@
 have to download them 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
-class="directory">$PREFIX/share/mplayer/Skin</filename>), or to <filename
-class="directory">$HOME/.mplayer/Skin</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">*/Skin/newskin</filename>
+the skin in <filename class="directory">*/skins/newskin</filename>
 directory.
 </para>
 </sect1>

Index: skin.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/skin.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- skin.xml	31 Dec 2005 14:03:47 -0000	1.14
+++ skin.xml	27 Mar 2006 11:39:23 -0000	1.15
@@ -18,13 +18,13 @@
 The directories searched for skins are (in order):
 <orderedlist>
 <listitem><para>
-<filename class="directory">$(DATADIR)/Skin/</filename>
+<filename class="directory">$(DATADIR)/skins/</filename>
 </para></listitem>
 <listitem><para>
-<filename class="directory">$(PREFIX)/share/mplayer/Skin/</filename>
+<filename class="directory">$(PREFIX)/share/mplayer/skins/</filename>
 </para></listitem>
 <listitem><para>
-<filename class="directory">~/.mplayer/Skin/</filename>
+<filename class="directory">~/.mplayer/skins/</filename>
 </para></listitem>
 </orderedlist>
 </para>
@@ -38,7 +38,7 @@
 <para>
 Every skin is installed into its own directory under one of the directories
 listed above, for example:
-<screen>$(PREFIX)/share/mplayer/Skin/default/</screen>
+<screen>$(PREFIX)/share/mplayer/skins/default/</screen>
 </para>
 </sect2>
 
@@ -253,7 +253,7 @@
 
 <para>
 The name of an image file must be given without leading directories - images
-are searched for in the <filename class="directory">Skin</filename> directory.
+are searched for in the <filename class="directory">skins</filename> directory.
 You may (but you need not) specify the extension of the file. If the file does
 not exist, <application>MPlayer</application> tries to load the file
 <filename>&lt;filename&gt;.&lt;ext&gt;</filename>, where <literal>png</literal>




More information about the MPlayer-DOCS mailing list