MoOm, Have you looked at implementing the database features with Edb or Eet? These are both already in the E tree, and it would cut down on external dependancies for eclair users.
Nathan On 6/18/05, [email protected] <[email protected]> wrote: > Enlightenment CVS committal > > Author : moom16 > Project : e17 > Module : apps/eclair > > Dir : e17/apps/eclair > > > Modified Files: > configure.in > > > Log Message: > > * Meta tags of the media files opened are now stored in a database, which > really speed up the read of meta tags for a file that has been already opened > by eclair. Database support will also permit to perform fast searches. > > > =================================================================== > RCS file: /cvsroot/enlightenment/e17/apps/eclair/configure.in,v > retrieving revision 1.8 > retrieving revision 1.9 > diff -u -3 -r1.8 -r1.9 > --- configure.in 29 May 2005 12:17:15 -0000 1.8 > +++ configure.in 18 Jun 2005 16:00:34 -0000 1.9 > @@ -105,6 +105,12 @@ > AC_SUBST(gthread_libs) > AC_SUBST(gthread_cflags) > > +PKG_CHECK_MODULES(SQLITE, sqlite3) > +sqlite_libs=`$PKG_CONFIG --libs sqlite3` > +sqlite_cflags=`$PKG_CONFIG --cflags sqlite3` > +AC_SUBST(sqlite_libs) > +AC_SUBST(sqlite_cflags) > + > PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.4) > gtk_libs=`$PKG_CONFIG --libs gtk+-2.0` > gtk_cflags=`$PKG_CONFIG --cflags gtk+-2.0` > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > enlightenment-cvs mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs > ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
