Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src


Modified Files:
        Makefile.am entropy_core.c 


Log Message:
* Commit a new Epsilon-based thumbnailer.  Seems to be stable - let me know if 
it isn't.  This means a big performance increase in thumbnailing (esp. for 
jpegs, as Epsilon uses epeg if available).  We also fully conform to the 
FreeDesktop standard now

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 26 Oct 2005 21:40:07 -0000      1.2
+++ Makefile.am 29 Oct 2005 06:57:39 -0000      1.3
@@ -23,10 +23,10 @@
 entropy_CC     = @PTHREAD_CC@
 entropy_CFLAGS  = @PTHREAD_CFLAGS@ \
                  @EWL_CFLAGS@ @EVFS_CFLAGS@ \
-                 @IMLIB2_CFLAGS@
+                 @IMLIB2_CFLAGS@ @EPSILON_CFLAGS@
 entropy_LDFLAGS        = -rdynamic @PTHREAD_CFLAGS@ @IMLIB2_CFLAGS@
 entropy_LDADD  = $(INTLLIBS) \
                @PTHREAD_LIBS@ \
                @EWL_LIBS@ \
                @IMLIB2_LIBS@ \
-               @EVFS_LIBS@
+               @EVFS_LIBS@ @EPSILON_LIBS@
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/entropy_core.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- entropy_core.c      28 Oct 2005 22:33:36 -0000      1.10
+++ entropy_core.c      29 Oct 2005 06:57:39 -0000      1.11
@@ -150,6 +150,9 @@
        //Initialise the config system
        core->config = entropy_config_init(core);
 
+       /*Initialise epsilon thumbnailer*/
+       epsilon_init();
+
        //Load the plugins
        core->plugin_list = ecore_list_new();
         //printf("Reading plugins from: %s\n", PACKAGE_DATA_DIR "/plugins/");




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to