Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : eplayer

Dir     : misc/eplayer/src


Modified Files:
        callbacks.c callbacks.h eplayer.c eplayer.h interface.c 
        interface.h playlist.c playlist.h playlist_item.c 
        playlist_item.h plugin.c plugin.h track.c track.h utils.c 
        utils.h 


Log Message:
i just realized we don't have RCS headers in the source files
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/src/callbacks.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- callbacks.c 1 Feb 2004 11:51:01 -0000       1.37
+++ callbacks.c 1 Feb 2004 12:03:53 -0000       1.38
@@ -1,3 +1,7 @@
+/*
+ * $Id: callbacks.c,v 1.38 2004/02/01 12:03:53 tsauerbeck Exp $
+ */
+
 #include <config.h>
 #include <Edje.h>
 #include <Esmart/container.h>
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/src/callbacks.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- callbacks.h 1 Feb 2004 11:51:01 -0000       1.18
+++ callbacks.h 1 Feb 2004 12:03:53 -0000       1.19
@@ -1,6 +1,10 @@
 #ifndef __CALLBACKS_H
 #define __CALLBACKS_H
 
+/*
+ * $Id: callbacks.h,v 1.19 2004/02/01 12:03:53 tsauerbeck Exp $
+ */
+
 #include <Evas.h>
 #include <Ewl.h>
 
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/src/eplayer.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- eplayer.c   1 Feb 2004 11:51:01 -0000       1.31
+++ eplayer.c   1 Feb 2004 12:03:53 -0000       1.32
@@ -1,6 +1,10 @@
 /* Eplayer OggVorbis Player - Phase 3 - Started 5/6/03 */
 /* Edje Overhaul startnig phase 4 - Started 7/30/03 */
 
+/*
+ * $Id: eplayer.c,v 1.32 2004/02/01 12:03:53 tsauerbeck Exp $
+ */
+
 #include <config.h>
 #include <Edje.h>
 #include <Edb.h>
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/src/eplayer.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- eplayer.h   1 Feb 2004 11:51:01 -0000       1.24
+++ eplayer.h   1 Feb 2004 12:03:53 -0000       1.25
@@ -1,6 +1,10 @@
 #ifndef __EPLAYER_H
 #define __EPLAYER_H
 
+/*
+ * $Id: eplayer.h,v 1.25 2004/02/01 12:03:53 tsauerbeck Exp $
+ */
+
 #include <Ecore.h>
 #include <Ecore_Evas.h>
 #include <Ecore_Fb.h>
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/src/interface.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -3 -r1.43 -r1.44
--- interface.c 1 Feb 2004 11:51:01 -0000       1.43
+++ interface.c 1 Feb 2004 12:03:53 -0000       1.44
@@ -1,3 +1,7 @@
+/*
+ * $Id: interface.c,v 1.44 2004/02/01 12:03:53 tsauerbeck Exp $
+ */
+
 #include <config.h>
 #include <assert.h>
 #include "eplayer.h"
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/src/interface.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- interface.h 31 Jan 2004 10:55:25 -0000      1.9
+++ interface.h 1 Feb 2004 12:03:53 -0000       1.10
@@ -1,6 +1,10 @@
 #ifndef __INTERFACE_H
 #define __INTERFACE_H
 
+/*
+ * $Id: interface.h,v 1.10 2004/02/01 12:03:53 tsauerbeck Exp $
+ */
+
 #include "eplayer.h"
 
 bool ui_init(ePlayer *player);
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/src/playlist.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- playlist.c  1 Feb 2004 11:51:01 -0000       1.20
+++ playlist.c  1 Feb 2004 12:03:53 -0000       1.21
@@ -1,3 +1,7 @@
+/*
+ * $Id: playlist.c,v 1.21 2004/02/01 12:03:53 tsauerbeck Exp $
+ */
+
 #include <config.h>
 #include <stdio.h>
 #include <stdlib.h>
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/src/playlist.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- playlist.h  1 Feb 2004 11:51:01 -0000       1.12
+++ playlist.h  1 Feb 2004 12:03:53 -0000       1.13
@@ -1,6 +1,10 @@
 #ifndef __PLAYLIST_H
 #define __PLAYLIST_H
 
+/*
+ * $Id: playlist.h,v 1.13 2004/02/01 12:03:53 tsauerbeck Exp $
+ */
+
 #include <Evas.h>
 #include "playlist_item.h"
 
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/src/playlist_item.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- playlist_item.c     1 Feb 2004 11:51:01 -0000       1.1
+++ playlist_item.c     1 Feb 2004 12:03:53 -0000       1.2
@@ -1,3 +1,7 @@
+/*
+ * $Id: playlist_item.c,v 1.2 2004/02/01 12:03:53 tsauerbeck Exp $
+ */
+
 #include <config.h>
 #include <Edje.h>
 #include <Esmart/container.h>
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/src/playlist_item.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- playlist_item.h     1 Feb 2004 11:51:01 -0000       1.1
+++ playlist_item.h     1 Feb 2004 12:03:53 -0000       1.2
@@ -1,6 +1,10 @@
 #ifndef __PLAYLIST_ITEM_H
 #define __PLAYLIST_ITEM_H
 
+/*
+ * $Id: playlist_item.h,v 1.2 2004/02/01 12:03:53 tsauerbeck Exp $
+ */
+
 #include <Evas.h>
 #include <limits.h>
 #include <pthread.h>
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/src/plugin.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- plugin.c    24 Jan 2004 21:06:18 -0000      1.5
+++ plugin.c    1 Feb 2004 12:03:53 -0000       1.6
@@ -1,3 +1,7 @@
+/*
+ * $Id: plugin.c,v 1.6 2004/02/01 12:03:53 tsauerbeck Exp $
+ */
+
 #include <config.h>
 #include <stdlib.h>
 #include <ltdl.h>
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/src/plugin.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- plugin.h    24 Jan 2004 20:27:28 -0000      1.6
+++ plugin.h    1 Feb 2004 12:03:53 -0000       1.7
@@ -1,6 +1,10 @@
 #ifndef __PLUGIN_H
 #define __PLUGIN_H
 
+/*
+ * $Id: plugin.h,v 1.7 2004/02/01 12:03:53 tsauerbeck Exp $
+ */
+
 #include "utils.h"
 
 #define MAX_COMMENT_LEN 256
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/src/track.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- track.c     31 Jan 2004 10:57:59 -0000      1.16
+++ track.c     1 Feb 2004 12:03:53 -0000       1.17
@@ -1,3 +1,7 @@
+/*
+ * $Id: track.c,v 1.17 2004/02/01 12:03:53 tsauerbeck Exp $
+ */
+
 #include <config.h>
 #include <Edje.h>
 #include <assert.h>
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/src/track.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- track.h     17 Jan 2004 18:18:01 -0000      1.4
+++ track.h     1 Feb 2004 12:03:53 -0000       1.5
@@ -1,6 +1,10 @@
 #ifndef __TRACK_H
 #define __TRACK_H
 
+/*
+ * $Id: track.h,v 1.5 2004/02/01 12:03:53 tsauerbeck Exp $
+ */
+
 #include "eplayer.h"
 
 void track_play_chunk(void *udata);
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/src/utils.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- utils.c     1 Feb 2004 11:51:01 -0000       1.5
+++ utils.c     1 Feb 2004 12:03:53 -0000       1.6
@@ -1,3 +1,7 @@
+/*
+ * $Id: utils.c,v 1.6 2004/02/01 12:03:53 tsauerbeck Exp $
+ */
+
 #include <config.h>
 #include <Evas.h>
 #include <string.h>
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/src/utils.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- utils.h     1 Feb 2004 11:51:01 -0000       1.4
+++ utils.h     1 Feb 2004 12:03:53 -0000       1.5
@@ -1,6 +1,10 @@
 #ifndef __UTILS_H
 #define __UTILS_H
 
+/*
+ * $Id: utils.h,v 1.5 2004/02/01 12:03:53 tsauerbeck Exp $
+ */
+
 typedef enum {
        DEBUG_LEVEL_CRITICAL,
        DEBUG_LEVEL_WARNING,




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to