Re: [E-devel] Some of my current work on evas

2004-05-08 Thread Nathan Ingersoll
On Sat, May 08, 2004 at 01:55:37PM +0900, Carsten Haitzler wrote: So after that long talk on python and evas, let's talk about my second projet: altivec optimizations for evas. aaah all good - you should talk with nathan (rbdpgn) - he's done some altivec optimisations for evas already

Re: [E-devel] compiling e16 on IRIX using MipsPro

2004-05-08 Thread Nick Blievers
Hi Kim, Sweet that all configured and compiled cleanly now! Just one small issue remaining, and thats the final link (in e/src) had missing symbols because it didn't try and link in libXext.so. I haven't tried imlib again yet (will get to that eventually). Thanks for your help, Nick Nick

[E-devel] imlib2 fails in ffmpeg configure

2004-05-08 Thread sean
ffmpeg configure uses this to test for imlib2: # imlib probe cat $TMPC EOF #include X11/Xlib.h #include Imlib2.h int main( void ) { return (int) imlib_load_font(foo); } EOF imlib2=no if $cc -o $TMPE $TMPC -lImlib2 /dev/null 21 ; then imlib2=yes fi which fails with imlib2-1.1: cat tmpc.c

Re: [E-devel] engage cvs?

2004-05-08 Thread Andrew Elcock
Antonio Palladini wrote: Am 29.04.2004 01:31:41 schrieb(en) Andreas Volz: Are there any configuration files for engage? For example I like only to see the windows from one workspace. Sorry, don't know. Have not used engage yet. when running engage type examine engage (you need to install

[E-devel] Ecore Docs

2004-05-08 Thread Nicholas Curran
I noticed that some help with documentation is needed, so I started poking around the documentation generation code in Ecore. I have been able to make doxygen generate a proper file list for the Ecore documentation. Instead of attributing all functions to the file ecore.c, functions can now be

Re: [E-devel] DR16.7 Ports and Packages

2004-05-08 Thread Stuart Children
Hi Nathan Ingersoll wrote: On Tue, May 04, 2004 at 03:38:34PM -0400, Michael Jennings wrote: Not trying to be pedantic here, but for the sake of clarity, RPM's are not distro-specific, exactly. The RPM's as I do them are as distro-agnostic as they can be, in fact. But they do require certain

Re: [E-devel] ecore_event_add

2004-05-08 Thread Ibukun Olumuyiwa
On Sun 02 May 2004, Gen Zhang wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I quote from source: /** * Add an event to the event queue. * @param type The event type to add to the end of the event queue * @param ev The private data structure for this event type * @param

Re: [E-devel] engage cvs?

2004-05-08 Thread Gen Zhang
Huh? Woohoo! On Wednesday 28 Apr 2004 22:36, Andreas Volz wrote: Hi, I read about engage on xcomputerman.com. I searched at the e17 CVS for engage, but didn't find it. Could you say me where it is? regards Andreas --- This SF.Net

Re: [E-devel] DR16.7 Ports and Packages

2004-05-08 Thread Kim Woelders
I'm not very experienced with rpm packaging. I was hoping Michael would have an opinion on this. Stuart Children wrote: a) Is there a reason name, version, and release were being set with %define rather than just setting the tags themselves? The cvs log doesn't offer any clues that I could spot.

Re: [E-devel] DR16.7 Ports and Packages

2004-05-08 Thread Michael Jennings
On Saturday, 08 May 2004, at 10:19:24 (+0200), Kim Woelders wrote: I'm not very experienced with rpm packaging. I was hoping Michael would have an opinion on this. Sorry, I've been super busy. I've only been able to skim e-mails, and I seem to have missed this one. :( OK, It seems that

Re: [E-devel] DR16.7 Ports and Packages

2004-05-08 Thread Nathan Ingersoll
On Wed, May 05, 2004 at 09:49:11AM +0100, Stuart Children wrote: Definitely agreed. The spec file in CVS, and so in RPMs offered for download, should be as distro agnostic as possible. Where there are differences it should default to anything specified in the LSB, or otherwise to the

Re: [E-devel] DR16.7 Ports and Packages

2004-05-08 Thread Stuart Children
Hey On Sat, 2004-05-08 at 14:17, Michael Jennings wrote: On Saturday, 08 May 2004, at 10:19:24 (+0200), Kim Woelders wrote: I'm not very experienced with rpm packaging. I was hoping Michael would have an opinion on this. Sorry, I've been super busy. I've only been able to skim

Re: [E-devel] imlib2 fails in ffmpeg configure

2004-05-08 Thread sean darcy
Original Message Follows From: Carsten Haitzler (The Rasterman) lt;[EMAIL PROTECTED]gt; To: sean lt;[EMAIL PROTECTED]gt; CC: [EMAIL PROTECTED] Subject: Re: [E-devel] imlib2 fails in ffmpeg configure Date: Sat, 8 May 2004 16:19:10 +0900 On Sat, 01 May 2004 19:17:41 -0400 sean lt;[EMAIL

[E-devel] eet won't compile

2004-05-08 Thread Jeremy Kolb
Eet from cvs will not compile: Running autoheader... Running automake --gnu ... configure.in: required file `./install-sh' not found configure.in: required file `./missing' not found src/bin/Makefile.am: required file `./depcomp' not found Running autoconf ... Running ./configure ... configure:

Re: [E-devel] ecore_event_add

2004-05-08 Thread Tilman Sauerbeck
Ibukun Olumuyiwa [EMAIL PROTECTED] [2004-05-08 12:01]: On Sun 02 May 2004, Gen Zhang wrote: I quote from source: /** * Add an event to the event queue. * @param type The event type to add to the end of the event queue * @param ev The private data structure for this event type *

Re: [E-devel] imlib2 fails in ffmpeg configure

2004-05-08 Thread The Rasterman
On Sat, 08 May 2004 13:15:42 -0400 "sean darcy" [EMAIL PROTECTED] babbled: Original Message Follows From: Carsten Haitzler (The Rasterman) lt;[EMAIL PROTECTED]gt; To: sean lt;[EMAIL PROTECTED]gt; CC: [EMAIL PROTECTED] Subject: Re: [E-devel] imlib2

Re: [E-devel] eet won't compile

2004-05-08 Thread The Rasterman
On Sat, 08 May 2004 19:19:18 -0400 Jeremy Kolb [EMAIL PROTECTED] babbled: Eet from cvs will not compile: Running autoheader... Running automake --gnu ... configure.in: required file `./install-sh' not found configure.in: required file `./missing' not found

[E-devel] Re: E CVS: libs/ecore handyande

2004-05-08 Thread The Rasterman
On Sat, 08 May 2004 07:51:06 -0700 [EMAIL PROTECTED] babbled: Enlightenment CVS committal Author : handyande Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_config Modified Files: Ecore_Config.h convenience.c

Re: [E-devel] ecore_event_add

2004-05-08 Thread The Rasterman
On Sun, 9 May 2004 01:37:22 +0200 Tilman Sauerbeck [EMAIL PROTECTED] babbled: Ibukun Olumuyiwa [EMAIL PROTECTED] [2004-05-08 12:01]: On Sun 02 May 2004, Gen Zhang wrote: I quote from source: /** * Add an event to the event queue. * @param type The

[E-devel] entice fixes

2004-05-08 Thread Jeremy Kolb
Now sure what do do here, but I made some fixes to get entice to compile. Here are the diffs to the latest CVS. Index: entice.c === RCS file: /cvsroot/enlightenment/e17/apps/entice/src/bin/entice.c,v retrieving revision 1.55 diff

[E-devel] Re: [e-users] Any Suggestions ?

2004-05-08 Thread Daniel J. Heath
You may want to start with why you are using E over KDE and GNOME. For me it is about the bandwidth between the computer and user. KDE/GNOME 2 and more so Microsoft significantly limit this bandwidth based off providing an easy to use/learn interface. (I think it has to do with HCI people