efl/legacy/emotion
Vincent Torri b01abfb6eb Emotion: Patch that correct this:
warning: Tag `DETAILS_AT_TOP' at line 46 of file Doxyfile has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
warning: Tag `MAX_DOT_GRAPH_WIDTH' at line 137 of file Doxyfile has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
warning: Tag `MAX_DOT_GRAPH_HEIGHT' at line 138 of file Doxyfile has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
warning: tag INPUT: input source `emotion.dox' does not exist
warning: source emotion.dox is not a readable file or directory... skipping.
/tmp/emotion/src/lib/Emotion.h:1232: warning: missing title after \defgroup Emotion_Webcam
/tmp/emotion/src/lib/Emotion.h:819: warning: The following parameters of emotion_object_size_get(const Evas_Object *obj, int *iw, int *ih) are not documented:
 parameter 'ih'

Patch by Jérôme Pinot


SVN revision: 69824
2012-04-01 05:26:00 +00:00
..
data emotion: test proxy of videos with -R/--reflex option. 2011-09-01 21:45:04 +00:00
doc Emotion: Patch that correct this: 2012-04-01 05:26:00 +00:00
m4 Emotion: Fix shm_open check + various autotools cleaning 2012-03-25 18:43:21 +00:00
src Emotion: Patch that correct this: 2012-04-01 05:26:00 +00:00
.gitignore emotion: Added .gitignore 2012-01-20 02:31:32 +00:00
AUTHORS Add generic player backend (with vlc player). 2011-09-01 19:04:15 +00:00
COPYING clean up emotion copying to match the rest of core efl thats bsd 2011-12-15 09:35:57 +00:00
ChangeLog Update ChangeLog 2007-10-31 20:16:37 +00:00
INSTALL it had to happen sooner or later... in in in... we go! :) 2004-06-18 15:38:03 +00:00
Makefile.am Emotion: Fix shm_open check + various autotools cleaning 2012-03-25 18:43:21 +00:00
NEWS it had to happen sooner or later... in in in... we go! :) 2004-06-18 15:38:03 +00:00
README gear up svn for release. one of many steps/things to do. 2012-03-17 04:17:29 +00:00
TODO stuff to do for the gstreamer module 2007-07-08 19:16:08 +00:00
autogen.sh that's it - remove autom4te.cache dirs again... - keep having to many 2011-08-02 04:13:33 +00:00
configure.ac Emotion: Fix shm_open check + various autotools cleaning 2012-03-25 18:43:21 +00:00
emotion.pc.in add back in libs.private/requires to pc files with some fixes for 2012-03-17 05:37:25 +00:00
emotion.spec.in Assorted build and spec fixes. 2011-06-23 07:01:45 +00:00

README

Emotion 1.0.0

******************************************************************************

 FOR ANY ISSUES PLEASE EMAIL:
 enlightenment-devel@lists.sourceforge.net

******************************************************************************

Emotion is a video (and audio) codec playback library that acts as a
front-end to libxine or gstreamer (or something else more generic)
that provides and evas object as a control object and video output
point. It makes using video API's much simpler and easier while it's
at it.

------------------------------------------------------------------------------
COMPILING AND INSTALLING:
   
  ./configure
  make
(do this as root unless you are installing in your users directories):
  make install