efl/old
Gustavo Sverzut Barbieri dfb84c1657 efl: merge emotion.
this one was quite a huge work, but hopefully it's correct.

NOTES:
 * removed vlc generic module, it should go into a separate package.
 * gstreamer is enabled by default (see --disable-gstreamer)
 * xine is disabled by default (see --enable-gstreamer)
 * generic is always built statically if supported
 * gstreamer and xine can't be configured as static (just lacks command line options, build system supports it)
 * v4l2 is enabled by default on linux if eeze is built (see --disable-v4l2)
 * emotion_test moved to src/tests/emotion and depends on EFL_ENABLE_TESTS (--with-tests), but is still installed if enabled.

TODO (need your help!):
 * fix warnings with gstreamer and xine engine
 * call engine shutdown functions if building as static
 * remove direct usage of PACKAGE_*_DIR and use eina_prefix
 * add eina_prefix checkme file as evas and others
 * add support for $EFL_RUN_IN_TREE
 * create separate package for emotion_generic_modules
 * check docs hierarchy (doxygen is segv'in here)



SVN revision: 82501
2013-01-10 03:43:32 +00:00
..
ChangeLog.ecore ecore: whitespaces-- 2012-12-03 07:37:17 +00:00
ChangeLog.edje efl: merge edje. 2013-01-04 02:08:14 +00:00
ChangeLog.eet cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
ChangeLog.eeze efl: merge eeze. 2013-01-03 20:37:42 +00:00
ChangeLog.efreet efl: merge efreet. 2012-12-29 23:04:40 +00:00
ChangeLog.eina cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
ChangeLog.eio merge: eio + fix compilation on windows + minor fixes + po files 2012-12-04 17:40:58 +00:00
ChangeLog.embryo merge: add embryo 2012-10-26 09:01:52 +00:00
ChangeLog.emotion efl: merge emotion. 2013-01-10 03:43:32 +00:00
ChangeLog.escape merge: add escape ecore, fix several bugs 2012-12-02 22:35:45 +00:00
ChangeLog.evas merge: and now Evas 2012-11-04 11:51:42 +00:00
ChangeLog.evil cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
ChangeLog.evil.0 cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
NEWS.ecore ecore: whitespaces-- 2012-12-03 07:37:17 +00:00
NEWS.edje efl: merge edje. 2013-01-04 02:08:14 +00:00
NEWS.eet cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
NEWS.eeze efl: merge eeze. 2013-01-03 20:37:42 +00:00
NEWS.efreet efl: merge efreet. 2012-12-29 23:04:40 +00:00
NEWS.eina cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
NEWS.eio merge: eio + fix compilation on windows + minor fixes + po files 2012-12-04 17:40:58 +00:00
NEWS.embryo merge: add embryo 2012-10-26 09:01:52 +00:00
NEWS.emotion efl: merge emotion. 2013-01-10 03:43:32 +00:00
NEWS.escape merge: add escape ecore, fix several bugs 2012-12-02 22:35:45 +00:00
NEWS.evas merge: and now Evas 2012-11-04 11:51:42 +00:00
NEWS.evil cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
README.ecore merge: missing some informations changes about ecore 2012-12-02 22:41:16 +00:00
README.edbus efl: merge edbus (v2). 2012-12-28 17:53:25 +00:00
README.edje efl: merge edje. 2013-01-04 02:08:14 +00:00
README.eet cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
README.eeze efl: merge eeze. 2013-01-03 20:37:42 +00:00
README.efreet efl/efreet: add old README. 2013-01-04 20:14:05 +00:00
README.eina cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
README.eio merge: eio + fix compilation on windows + minor fixes + po files 2012-12-04 17:40:58 +00:00
README.embryo merge: add embryo 2012-10-26 09:01:52 +00:00
README.emotion efl: merge emotion. 2013-01-10 03:43:32 +00:00
README.ephysics efl: merge ephysics 2013-01-03 22:10:40 +00:00
README.escape merge: add escape ecore, fix several bugs 2012-12-02 22:35:45 +00:00
README.evas merge: and now Evas 2012-11-04 11:51:42 +00:00
README.evil cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00

README.evil

The Evil library tried to port some convenient Unix functions
to the Windows (XP or CE) platform. They are planned to be used
in the Enlightenment Fundations Libaries (EFL).

To get information on how to build that library and the EFL on
Windows XP, see

http://trac.enlightenment.org/e/wiki/EFLWindowsXP

To get information on how to build that library and the EFL on
on Windows CE, see


http://trac.enlightenment.org/e/wiki/EFLWindowsCE

To get the description of the API, behavior, etc.. run 'make doc'
in the top level directory, then open in your favorite browser
named Firefox the file index.html located in the subdirectory
doc/html/.

Enjoy !