[MPlayer-cvslog] CVS: main ChangeLog, 1.294, 1.295 Makefile, 1.355, 1.356 README, 1.31, 1.32

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


CVS change done by Diego Biurrun CVS

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

Modified Files:
	ChangeLog Makefile README 
Log Message:
Rename the default GUI skins directory from 'Skin' to 'skins', keeping
backwards compatibility.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/mplayer/main/ChangeLog,v
retrieving revision 1.294
retrieving revision 1.295
diff -u -r1.294 -r1.295
--- ChangeLog	25 Mar 2006 23:10:08 -0000	1.294
+++ ChangeLog	27 Mar 2006 11:39:13 -0000	1.295
@@ -122,6 +122,7 @@
     * bitexact decoding
 
     GUI:
+    * skins now reside in a directory named 'skins', not 'Skin'
     * ported to GTK2
     * long standing up side down vpotmeter bug fixed
     * don't hang on unreadable skin files

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.355
retrieving revision 1.356
diff -u -r1.355 -r1.356
--- Makefile	26 Mar 2006 21:44:55 -0000	1.355
+++ Makefile	27 Mar 2006 11:39:13 -0000	1.356
@@ -494,9 +494,9 @@
 	echo "*** for OSD/Subtitles support and extract to $(DATADIR)/font/" ; \
 	fi
 ifeq ($(GUI),yes)
-	@$(INSTALL) -d $(DATADIR)/Skin
+	@$(INSTALL) -d $(DATADIR)/skins
 	@echo "*** Download skin(s) at http://www.mplayerhq.hu/dload.html"
-	@echo "*** for GUI, and extract to $(DATADIR)/Skin/"
+	@echo "*** for GUI, and extract to $(DATADIR)/skins/"
 	@$(INSTALL) -d $(prefix)/share/pixmaps
 	$(INSTALL) -m 644 Gui/mplayer/pixmaps/mplayer-desktop.xpm $(prefix)/share/pixmaps/mplayer-desktop.xpm
 	@$(INSTALL) -d $(prefix)/share/applications

Index: README
===================================================================
RCS file: /cvsroot/mplayer/main/README,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- README	1 Mar 2006 10:01:37 -0000	1.31
+++ README	27 Mar 2006 11:39:13 -0000	1.32
@@ -210,11 +210,11 @@
 STEP6: Installing a GUI skin
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-Unpack the archive and put the contents in /usr/local/share/mplayer/Skin/ or
-~/.mplayer/Skin/. MPlayer will use the skin in the subdirectory named default
-of /usr/local/share/mplayer/Skin/ or ~/.mplayer/Skin/ unless told otherwise via
-the '-skin' switch. You should therefore rename your skin subdirectory or make
-a suitable symbolic link.
+Unpack the archive and put the contents in /usr/local/share/mplayer/skins/ or
+~/.mplayer/skins/. MPlayer will use the skin in the subdirectory named default
+of /usr/local/share/mplayer/skins/ or ~/.mplayer/skins/ unless told otherwise
+via the '-skin' switch. You should therefore rename your skin subdirectory or
+make a suitable symbolic link.
 
 
 __________________




More information about the MPlayer-cvslog mailing list