Re: [E-devel] [PATCH] fix python-e* build issue with newer cython

2011-01-27 Thread Mike Blumenkrantz
On Fri, 28 Jan 2011 13:34:01 +0800 "P Purkayastha" wrote: > On Fri, 28 Jan 2011 09:36:43 +0800, Gustavo Sverzut Barbieri > wrote: > > > On Thursday, January 27, 2011, David Seikel wrote: > >> On Thu, 27 Jan 2011 16:58:35 +0100 Manuel Traut wrote: > >> > >>> due to recent API changes in cyth

Re: [E-devel] [PATCH] fix python-e* build issue with newer cython

2011-01-27 Thread The Rasterman
On Fri, 28 Jan 2011 13:34:01 +0800 "P Purkayastha" said: > On Fri, 28 Jan 2011 09:36:43 +0800, Gustavo Sverzut Barbieri > wrote: > > > On Thursday, January 27, 2011, David Seikel wrote: > >> On Thu, 27 Jan 2011 16:58:35 +0100 Manuel Traut wrote: > >> > >>> due to recent API changes in cytho

Re: [E-devel] [PATCH] fix python-e* build issue with newer cython

2011-01-27 Thread P Purkayastha
On Fri, 28 Jan 2011 09:36:43 +0800, Gustavo Sverzut Barbieri wrote: > On Thursday, January 27, 2011, David Seikel wrote: >> On Thu, 27 Jan 2011 16:58:35 +0100 Manuel Traut wrote: >> >>> due to recent API changes in cython [0] the python-efl bindings won't >>> build with the next cython releas

Re: [E-devel] ecore_file_download() seems broken here

2011-01-27 Thread The Rasterman
On Thu, 27 Jan 2011 20:14:04 +0100 (CET) Vincent Torri said: well first.. discomiftors patch/change did kill progress callbacks. i made them work again now. and to add to that your example below is wrong. progress cb should return 0 if it wants to keep going - return != 0 to abort the download :)

Re: [E-devel] [PATCH] fix python-e* build issue with newer cython

2011-01-27 Thread David Seikel
On Thu, 27 Jan 2011 23:36:43 -0200 Gustavo Sverzut Barbieri wrote: > On Thursday, January 27, 2011, David Seikel wrote: > > On Thu, 27 Jan 2011 16:58:35 +0100 Manuel Traut > > wrote: > > > >> due to recent API changes in cython [0] the python-efl bindings > >> won't build with the next cython r

Re: [E-devel] sigh ecore_con_url api STILL broken

2011-01-27 Thread Mike Blumenkrantz
On Thu, 27 Jan 2011 19:06:58 -0200 Raphael Kubo da Costa wrote: > Mike Blumenkrantz writes: > > > I never use ecore_con_url so I didn't notice this until just now, but there > > is currently a function with this prototype: > > > > EAPI Eina_Bool ecore_con_url_get(Ecore_Con_Url *url_con, const v

Re: [E-devel] [PATCH] fix python-e* build issue with newer cython

2011-01-27 Thread Gustavo Sverzut Barbieri
On Thursday, January 27, 2011, David Seikel wrote: > On Thu, 27 Jan 2011 16:58:35 +0100 Manuel Traut wrote: > >> due to recent API changes in cython [0] the python-efl bindings won't >> build with the next cython release. >> >> The attached patches are fixing this issue. Please apply them to svn.

Re: [E-devel] E SVN: englebass trunk/e/src/bin

2011-01-27 Thread Christopher Michael
On 01/27/2011 05:01 PM, Sebastian Dransfeld wrote: > On 01/27/2011 10:23 PM, Christopher Michael wrote: >> On 01/27/2011 04:14 PM, Enlightenment SVN wrote: >>> Log: >>> Wait for cache update before e_startup >>> >>> We need to wait for the cache build to complete, else we might have no >>>

Re: [E-devel] EFL 1.0 this weekend

2011-01-27 Thread Luchezar Petkov
On 27 Jan 2011, at 05:30, Vincent Torri wrote: > > Hey > > > Also, we have not spoken about advertising. There are phoronix, osnews, /. > and i will also mention the releases to a french linux website. Freshmeat > can also be of help. Others ? > (italian or german or countries > linux websi

Re: [E-devel] [PATCH] fix python-e* build issue with newer cython

2011-01-27 Thread David Seikel
On Thu, 27 Jan 2011 23:02:50 +0100 Sebastian Dransfeld wrote: > On 01/27/2011 10:47 PM, David Seikel wrote: > > On Thu, 27 Jan 2011 16:58:35 +0100 Manuel Traut > > wrote: > > > >> due to recent API changes in cython [0] the python-efl bindings > >> won't build with the next cython release. > >> >

Re: [E-devel] [PATCH] fix python-e* build issue with newer cython

2011-01-27 Thread Sebastian Dransfeld
On 01/27/2011 10:47 PM, David Seikel wrote: > On Thu, 27 Jan 2011 16:58:35 +0100 Manuel Traut wrote: > >> due to recent API changes in cython [0] the python-efl bindings won't >> build with the next cython release. >> >> The attached patches are fixing this issue. Please apply them to svn. > > My

Re: [E-devel] E SVN: englebass trunk/e/src/bin

2011-01-27 Thread Sebastian Dransfeld
On 01/27/2011 10:23 PM, Christopher Michael wrote: > On 01/27/2011 04:14 PM, Enlightenment SVN wrote: >> Log: >> Wait for cache update before e_startup >> >> We need to wait for the cache build to complete, else we might have no >> cache, and get no startup apps. >> >> Author: engleba

Re: [E-devel] sigh ecore_con_url api STILL broken

2011-01-27 Thread David Seikel
On Thu, 27 Jan 2011 19:06:58 -0200 Raphael Kubo da Costa wrote: > Mike Blumenkrantz writes: > > > I never use ecore_con_url so I didn't notice this until just now, > > but there is currently a function with this prototype: > > > > EAPI Eina_Bool ecore_con_url_get(Ecore_Con_Url *url_con, const v

Re: [E-devel] [PATCH] fix python-e* build issue with newer cython

2011-01-27 Thread David Seikel
On Thu, 27 Jan 2011 16:58:35 +0100 Manuel Traut wrote: > due to recent API changes in cython [0] the python-efl bindings won't > build with the next cython release. > > The attached patches are fixing this issue. Please apply them to svn. My problem is that they wont compile under the long term

Re: [E-devel] Patches to Python-Evas

2011-01-27 Thread Eduardo Felipe
Thanks a lot! On Thu, Jan 27, 2011 at 3:33 PM, Iván Briano (Sachiel) wrote: > 2011/1/26 Eduardo Felipe : >> These patches fix wrong behavior in evas.ClippedSmartObject. >> > > in svn > >> Cheers, >> >> Eduardo Felipe. >> >> -

Re: [E-devel] E SVN: englebass trunk/e/src/bin

2011-01-27 Thread Christopher Michael
On 01/27/2011 04:14 PM, Enlightenment SVN wrote: > Log: > Wait for cache update before e_startup > >We need to wait for the cache build to complete, else we might have no >cache, and get no startup apps. > > Author: englebass > Date: 2011-01-27 13:14:30 -0800 (Thu, 27 Jan 2011

Re: [E-devel] ecore_file_download() seems broken here

2011-01-27 Thread Mike Blumenkrantz
On Thu, 27 Jan 2011 20:49:24 +0100 (CET) Vincent Torri wrote: > > > On Thu, 27 Jan 2011, Sebastian Dransfeld wrote: > > > On 01/27/2011 08:14 PM, Vincent Torri wrote: > >> > >> > >> On Thu, 27 Jan 2011, Dave Andreoli wrote: > >> > >>> Hi guys! > >>> > >>> Bad problem just before the release...

Re: [E-devel] sigh ecore_con_url api STILL broken

2011-01-27 Thread Raphael Kubo da Costa
Mike Blumenkrantz writes: > I never use ecore_con_url so I didn't notice this until just now, but there is > currently a function with this prototype: > > EAPI Eina_Bool ecore_con_url_get(Ecore_Con_Url *url_con, const void *data, > long > length, const char *content_type) > > This is BROKEN. HT

[E-devel] sigh ecore_con_url api STILL broken

2011-01-27 Thread Mike Blumenkrantz
I never use ecore_con_url so I didn't notice this until just now, but there is currently a function with this prototype: EAPI Eina_Bool ecore_con_url_get(Ecore_Con_Url *url_con, const void *data, long length, const char *content_type) This is BROKEN. HTTP GET methods CANNOT send data, and they C

Re: [E-devel] ecore_file_download() seems broken here

2011-01-27 Thread Vincent Torri
On Thu, 27 Jan 2011, Sebastian Dransfeld wrote: > On 01/27/2011 08:14 PM, Vincent Torri wrote: >> >> >> On Thu, 27 Jan 2011, Dave Andreoli wrote: >> >>> Hi guys! >>> >>> Bad problem just before the release... :( >>> >>> On my Fedora14 ecore_file_download() is broken, >>> the completion/progress

Re: [E-devel] ecore_file_download() seems broken here

2011-01-27 Thread Sebastian Dransfeld
On 01/27/2011 08:14 PM, Vincent Torri wrote: > > > On Thu, 27 Jan 2011, Dave Andreoli wrote: > >> Hi guys! >> >> Bad problem just before the release... :( >> >> On my Fedora14 ecore_file_download() is broken, >> the completion/progress callbacks are never called. I can see >> this in my application

Re: [E-devel] ecore_file_download() seems broken here

2011-01-27 Thread Vincent Torri
On Thu, 27 Jan 2011, Dave Andreoli wrote: > Hi guys! > > Bad problem just before the release... :( > > On my Fedora14 ecore_file_download() is broken, > the completion/progress callbacks are never called. I can see > this in my applications, in the "elementary map test" and in the > python-ecore

Re: [E-devel] [PATCH] fix python-e* build issue with newer cython

2011-01-27 Thread Sachiel
in svn 2011/1/27 Manuel Traut : > Hello, > > due to recent API changes in cython [0] the python-efl bindings won't build > with > the next cython release. > > The attached patches are fixing this issue. Please apply them to svn. > > Thanks, > >  Manuel > > [0] > https://github.com/cython/cython/

Re: [E-devel] Patches to Python-Evas

2011-01-27 Thread Sachiel
2011/1/26 Eduardo Felipe : > These patches fix wrong behavior in evas.ClippedSmartObject. > in svn > Cheers, > > Eduardo Felipe. > > -- > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > Finally, a w

Re: [E-devel] Enlightenment @ Cebit 2011

2011-01-27 Thread Simon Busch
On 27.01.2011 05:09, Carsten Haitzler (The Rasterman) wrote: > Just thought I'd pipe up here. Getting organised. > > Thanks to linux-magazin E gets some booth space @ Cebit 2011. Who wants to > join > in? By this i mean - who wants to help "hang out" at the booth? It's held > march > 1-5 in Hanno

[E-devel] ecore_file_download() seems broken here

2011-01-27 Thread Dave Andreoli
Hi guys! Bad problem just before the release... :( On my Fedora14 ecore_file_download() is broken, the completion/progress callbacks are never called. I can see this in my applications, in the "elementary map test" and in the python-ecore example: examples/file/01_ecore_file_download.py Download

[E-devel] [PATCH] fix python-e* build issue with newer cython

2011-01-27 Thread Manuel Traut
Hello, due to recent API changes in cython [0] the python-efl bindings won't build with the next cython release. The attached patches are fixing this issue. Please apply them to svn. Thanks, Manuel [0] https://github.com/cython/cython/commit/e3c9a78686b7a7f0d36da8e6189b1e1fb4037c73 python-

Re: [E-devel] EFL 1.0 this weekend

2011-01-27 Thread Michael Taubert
Am 27.01.2011 um 04:26 schrieb Carsten Haitzler (The Rasterman): > anyway - this weekend is it, so do whatever minor cleaning of docs or readmes > or whatever, but prepare for 1.0 of EFL. this is the time to get the website > in > order for the 1.0 libs. Yay! Great! I can't hardly wait to upda

Re: [E-devel] EFL 1.0 this weekend

2011-01-27 Thread Vinícius dos Santos Oliveira
I can do the same with brazilian blogs ^^ 2011/1/27 Daniel Juyung Seo > I'll help with announcing Korean websites: let me list them up later. > It'll be good if there is a good post for EFL advertisement. > Yes, this would be really great. > I am willing to translate that to Korean. > > Thank

Re: [E-devel] EFL 1.0 this weekend

2011-01-27 Thread Daniel Juyung Seo
I'll help with announcing Korean websites: let me list them up later. It'll be good if there is a good post for EFL advertisement. I am willing to translate that to Korean. Thanks. Daniel Juyung Seo (SeoZ) On Thu, Jan 27, 2011 at 11:38 PM, Mike Blumenkrantz wrote: > On Thu, 27 Jan 2011 12:17:00

Re: [E-devel] Enlightenment @ Cebit 2011

2011-01-27 Thread Daniel Juyung Seo
I really wanna join but... I don't know if it's possible - vacation, expenses and etc. It'll be good to me to held that kind of conference :) Anyway, we'll see. On Thu, Jan 27, 2011 at 1:28 PM, Mike Blumenkrantz wrote: > On Thu, 27 Jan 2011 13:09:26 +0900 > Carsten Haitzler (The Rasterman) wrot

Re: [E-devel] EFL 1.0 this weekend

2011-01-27 Thread Mike Blumenkrantz
On Thu, 27 Jan 2011 12:17:00 -0200 Gustavo Sverzut Barbieri wrote: > On Thu, Jan 27, 2011 at 1:26 AM, Carsten Haitzler > wrote: > > OK. I'm going to ask that people keep hands off EFL for the next few days > > unless ABSOLUTELY needed. I want to get 1.0 out this weekend (I was sick > > end of la

Re: [E-devel] EFL 1.0 this weekend

2011-01-27 Thread Gustavo Sverzut Barbieri
On Thu, Jan 27, 2011 at 1:26 AM, Carsten Haitzler wrote: > OK. I'm going to ask that people keep hands off EFL for the next few days > unless ABSOLUTELY needed. I want to get 1.0 out this weekend (I was sick end > of > last week). this means only touch things if absolutely needed. I will be > ma

Re: [E-devel] EFL 1.0 this weekend

2011-01-27 Thread Jeff Hoogland
I run a small blog I'll be posting the annoucement on. 40~k hits a month or so :) ~Jeff - Original message - > On Thu, 27 Jan 2011 13:37:05 +0100 Thomas Gstädtner > wrote: > > > But I still think the release should be postponed until the release > > day of duke nukem forever :P > > No

Re: [E-devel] EFL 1.0 this weekend

2011-01-27 Thread David Seikel
On Thu, 27 Jan 2011 13:37:05 +0100 Thomas Gstädtner wrote: > But I still think the release should be postponed until the release > day of duke nukem forever :P Not the day before? Just to rub it in. signature.asc Description: PGP signature -

Re: [E-devel] EFL 1.0 this weekend

2011-01-27 Thread Thomas Gstädtner
On Thu, Jan 27, 2011 at 06:30, Vincent Torri wrote: > > Hey > >> as of 1.0 we have to keep the changelogs updated properly. any bugs fixed in >> trunk should also have the bugfix applies to the 1.0 stable branch so we can >> release bugfix releases easily and quickly. > > I have mentioned this sev

Re: [E-devel] editje installation

2011-01-27 Thread Иван Сусанин
Hi, actually, to make things simple, i installing whole E family into /opt/e17. Then all libraries and related stuff going there. Look at this autogen invocation: LD_LIBRARY_PATH=/opt/e17/lib:$LD_LIBRARY_PATH \ PYTHONPATH=$PYTHONPATH:/opt/e17/lib/python2.6/site-packages \ PATH=/opt/e17/bin:$PATH

Re: [E-devel] editje installation

2011-01-27 Thread fmanchon
Иван Сусанин a écrit : > only thing i'm found on my system related to python and "distribute" its > python-setuptools, > looks like you missing python-setuptools, try to install one :) Good point Danny! python-setuptools was missing. I am now getting further into the build process. However, i