efl/legacy/ecore
Gustavo Sverzut Barbieri 728841b576 welcome glib main loop integration support.
that's it, it's here... tested and works fine, please try with your
favorite gmainloop dependent library and report problems. Suggestions:

  * GConf to access Gnome and its applications settings.
  * GtkSettings to access other properties of Gnome and its applications.
  * GUPnP (okay, we have EUPnP, but they have more features so far)
  * Rygel, based on GUPnP.
  * Libsoup, SOAP and HTTP access, useful for web access and required
    by other libraries.
  * Mojito, by Moblin, access to various web2.0 services like flickr,
    picasa, twitter...

And last but not least, this enables Flash plugin on WebKit-EFL and
may enable us to get Google Gadgets sooner (before someone writes a
proper EFL backend).

Support is auto-detected at compile time but can be disabled with
--disable-glib. Runtime support is not enabled by default (so
compiling with it will just link yet another library), one needs to
call ecore_main_loop_glib_integrate() to do so.

Thanks to INdT folks that provided the initial implementation. I
rewrote it to make it correct, but the idea was good.



SVN revision: 42825
2009-10-01 03:56:38 +00:00
..
debian fix debian rules files. 2009-05-26 17:34:53 +00:00
doc ecore -> use same template as www etc. 2009-09-28 09:13:23 +00:00
m4 tslib detection fixes from Marc Andre Tanner. Thanks. 2009-09-29 12:56:14 +00:00
po remove uneeded files 2009-09-04 04:29:23 +00:00
src welcome glib main loop integration support. 2009-10-01 03:56:38 +00:00
.cvsignore split ecore.pc into multiple pc files, one for each sub module. 2007-03-21 15:30:23 +00:00
AUTHORS Change my email address to a fixed one. 2009-08-24 21:28:59 +00:00
COPYING damn you salizar! damn you! 2003-09-23 08:09:32 +00:00
COPYING-PLAIN autopackage ecore... 2005-03-10 15:19:43 +00:00
ChangeLog Wed Jun 8 16:56:30 2005 Michael Jennings (mej) 2005-06-08 20:51:06 +00:00
INSTALL autopackage ecore... 2005-03-10 15:19:43 +00:00
Makefile.am fix maintainer-clean rule 2009-09-04 04:45:47 +00:00
NEWS damn you salizar! damn you! 2003-09-23 08:09:32 +00:00
README.in deps lists/ debugging too... 2008-04-03 18:47:14 +00:00
autogen.sh Gettext support in Ecore_Getopt. Thanks to k-s :) 2009-09-01 14:15:37 +00:00
configure.ac welcome glib main loop integration support. 2009-10-01 03:56:38 +00:00
ecore-con.pc.in * update configure.ac so that default options are chosen according to the host 2009-03-13 16:35:16 +00:00
ecore-config.pc.in * update configure.ac so that default options are chosen according to the host 2009-03-13 16:35:16 +00:00
ecore-dbus.pc.in split ecore.pc into multiple pc files, one for each sub module. 2007-03-21 15:30:23 +00:00
ecore-directfb.pc.in * update configure.ac so that default options are chosen according to the host 2009-03-13 16:35:16 +00:00
ecore-evas.pc.in * update configure.ac so that default options are chosen according to the host 2009-03-13 16:35:16 +00:00
ecore-fb.pc.in * update configure.ac so that default options are chosen according to the host 2009-03-13 16:35:16 +00:00
ecore-file.pc.in * update configure.ac so that default options are chosen according to the host 2009-03-13 16:35:16 +00:00
ecore-imf-evas.pc.in * update configure.ac so that default options are chosen according to the host 2009-03-13 16:35:16 +00:00
ecore-imf.pc.in * update configure.ac so that default options are chosen according to the host 2009-03-13 16:35:16 +00:00
ecore-input.pc.in fix requirement 2009-03-19 17:41:38 +00:00
ecore-ipc.pc.in * update configure.ac so that default options are chosen according to the host 2009-03-13 16:35:16 +00:00
ecore-job.pc.in * update configure.ac so that default options are chosen according to the host 2009-03-13 16:35:16 +00:00
ecore-quartz.pc.in * update configure.ac so that default options are chosen according to the host 2009-03-13 16:35:16 +00:00
ecore-sdl.pc.in * update configure.ac so that default options are chosen according to the host 2009-03-13 16:35:16 +00:00
ecore-txt.pc.in split ecore.pc into multiple pc files, one for each sub module. 2007-03-21 15:30:23 +00:00
ecore-win32.pc.in * update configure.ac so that default options are chosen according to the host 2009-03-13 16:35:16 +00:00
ecore-wince.pc.in * update configure.ac so that default options are chosen according to the host 2009-03-13 16:35:16 +00:00
ecore-x.pc.in fixed dependencies for ecore-x 2007-05-06 15:49:00 +00:00
ecore.pc.in * update configure.ac so that default options are chosen according to the host 2009-03-13 16:35:16 +00:00
ecore.spec.in Wed Jul 23 00:10:13 2008 Michael Jennings (mej) 2008-07-23 07:11:56 +00:00
ecore.supp more suppressions 2004-10-19 16:40:25 +00:00

README.in

Ecore @VERSION@

Requirements:
-------------

Must:
  libc libm

Recommended:
  libX11 libXext libXcursor libXprint libXinerama libXrandr libXss libXrender
  libXcomposite libXfixes libXdamage libXdpms libXtest OpenSSL CURL

Optional:
  XCB SDL DirectFB

Ecore is the event/X abstraction layer that makes doing selections,
Xdnd, general X stuff, event loops, timeouts and idle handlers fast,
optimized, and convenient. It's a separate library so anyone can make
use of the work put into Ecore to make this job easy for applications.

------------------------------------------------------------------------------
COMPILING AND INSTALLING:

  ./configure
  make
(as root unless youa re installing in your users directories):
  make install
      
------------------------------------------------------------------------------
BUILDING PACKAGES:

RPM: To build rpm packages:
  
  sudo rpm -ta @PACKAGE@-@VERSION@.tar.gz

You will find rpm packages in your system /usr/src/redhat/* dirs (note you may
not need to use sudo or root if you have your own ~/.rpmrc. see rpm documents
for more details)

DEB: To build deb packages:

  tar zvf @PACKAGE@-@VERSION@.tar.gz
  cd @PACKAGE@-@VERSION@
  dpkg-buildpackage -us -uc -rfakeroot
  cd ..
  rm -rf @PACKAGE@-@VERSION@

You will find all the debian source, binary etc. packages put in the directory
where you first untarred the source tarball.