Enlightenment CVS committal

Author  : technikolor
Project : misc
Module  : eplayer

Dir     : misc/eplayer


Modified Files:
        README 


Log Message:
Updated the readme.

===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- README      23 Oct 2003 23:20:18 -0000      1.4
+++ README      26 Nov 2003 12:48:20 -0000      1.5
@@ -1,10 +1,22 @@
-$Id: README,v 1.4 2003/10/23 23:20:18 tsauerbeck Exp $
+$Id: README,v 1.5 2003/11/26 12:48:20 technikolor Exp $
 
 ePlayer v0.7
 
 Written by Ben Rockwood [EMAIL PROTECTED] and various contributors.
 See AUTHORS for the complete list.
 
+DEPENDANCIES
+------------
+
+ePlayer requires the following:
+
+EVAS CVS
+Ecore CVS with EVAS module
+Edje CVS
+AVcodec 0.4.8+ (AVcodec is found as part of the FFmpeg project - 
http://ffmpeg.sourceforge.net/)
+libVorbis 1.0+
+libOgg 1.0+
+libAO 1.0+     (support depreciated)
 
 ABOUT
 -------
@@ -26,33 +38,6 @@
 API is very simple and can easily drawn on Ecore's strengths
 (ie: idlers and timers) and provides a number of interesting interface
 possibilities.
-
-Q: Will this player ever support MP3 or my other favorite codec?
-A: -> Probably not.  I don't like the SDL and other MP3 decoder
-libraries aren't really appealing.  Xiph is prime for me because their
-APIs are very similar to rasters, making them easier for me to deal with.
-
-The player is being built as modularly as I can with hopes to add
-more functionality in as much abstraction as possible.  At the moment I'm
-really only hoping to add Xiph codes, namely SPEEX and FLAC.  RIFF WAV
-support will come shortly too.... but as for MP3, I'm not rushing it.
-Personally I don't use MP3 anyway, so I have little reason to care.
-
-Q: Version 0.7!?! Where did all the other versions go!?!
-A: -> Since I'm a relatively inexperienced programmer, I started slowly.
-
-0.1 was a simple command line editor using while loops.
-0.2 was rebuilt to use Ecore, but still from a CLI.
-
-In needs of an interface that could update the time dynamically without
-printing a line for each update, I moved to ncurses for version 0.3
-and 0.4.
-
-Version 0.5 was rebuilt with a graphical interface in EVAS.
-Version 0.6 was a major improvement on the EVAS interface.
-
-And 0.7 is the current rebuilt to abstract the interface from EVAS by
-using Edje.
 
 Q: Will you support WinAmp skins?
 A: -> Nope.... go use XMMS if you want traditional skins.




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to