Re: [E-devel] Issues with svn content for varous packages

2010-03-03 Thread The Rasterman
On Wed, 3 Mar 2010 15:56:55 -0300 Gustavo Sverzut Barbieri said: > On Wed, Mar 3, 2010 at 3:20 PM, Thomas Sachau wrote: > > Hi, > > > > i tried to compile all packages, which are as ebuilds in official Gentoo > > enlightenment overlay from svn and i found some issues, which i will list > > below

Re: [E-devel] Issues with svn content for varous packages

2010-03-03 Thread The Rasterman
On Wed, 03 Mar 2010 19:20:13 +0100 Thomas Sachau said: > Hi, > > i tried to compile all packages, which are as ebuilds in official Gentoo > enlightenment overlay from svn and i found some issues, which i will list > below: > > Missing README file, when README.in exists, lets automake bail out:

Re: [E-devel] Evas sink for gstreamer

2010-03-03 Thread The Rasterman
On Wed, 3 Mar 2010 17:27:01 +0100 (CET) Vincent Torri said: > > > On Wed, 3 Mar 2010, Carsten Haitzler (The Rasterman) wrote: > > > On Wed, 3 Mar 2010 13:39:40 +0100 (CET) Vincent Torri > > said: > > > >> > >> > >> On Wed, 3 Mar 2010, Carsten Haitzler (The Rasterman) wrote: > >> > >>> On Wed,

Re: [E-devel] [PATCH 2/2] Add tests for Technology interface

2010-03-03 Thread Gustavo Sverzut Barbieri
in svn On Wed, Mar 3, 2010 at 8:17 PM, Lucas De Marchi wrote: > --- >  src/bin/e_dbus_connman_test.c |   96 > + >  1 files changed, 96 insertions(+), 0 deletions(-) > > diff --git a/src/bin/e_dbus_connman_test.c b/src/bin/e_dbus_connman_test.c > index a8c6

Re: [E-devel] [PATCH 1/2] Fix device listing

2010-03-03 Thread Gustavo Sverzut Barbieri
in svn On Wed, Mar 3, 2010 at 8:17 PM, Lucas De Marchi wrote: > When iterating over devices in a certain technology, it was using wrong > prop name. > > Remove also a trailing space > --- >  src/lib/connman/e_connman_technology.c |    4 ++-- >  1 files changed, 2 insertions(+), 2 deletions(-) > >

[E-devel] [PATCH 2/2] Add tests for Technology interface

2010-03-03 Thread Lucas De Marchi
--- src/bin/e_dbus_connman_test.c | 96 + 1 files changed, 96 insertions(+), 0 deletions(-) diff --git a/src/bin/e_dbus_connman_test.c b/src/bin/e_dbus_connman_test.c index a8c6adb..76b3da4 100644 --- a/src/bin/e_dbus_connman_test.c +++ b/src/bin/e_dbus_c

[E-devel] [PATCH 1/2] Fix device listing

2010-03-03 Thread Lucas De Marchi
When iterating over devices in a certain technology, it was using wrong prop name. Remove also a trailing space --- src/lib/connman/e_connman_technology.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/connman/e_connman_technology.c b/src/lib/connman/e_connma

[E-devel] news module - https

2010-03-03 Thread Andreas Volz
Hello, I just try to change the news module to support HTTPS URLs. I modified it to accept also https:// inputs, but as response I get: HTTP/1.1 302 Found^M Date: Wed, 03 Mar 2010 22:30:55 GMT^M Server: Apache/2.2.3 (Debian) mod_python/3.2.10 Python/2.4.4 PHP/5.2.0-8+etch16 mod_ssl/2.2.3 OpenSSL/

Re: [E-devel] Issues with svn content for varous packages

2010-03-03 Thread Gustavo Sverzut Barbieri
On Wed, Mar 3, 2010 at 6:44 PM, Vincent Torri wrote: > On Wed, 3 Mar 2010, Gustavo Sverzut Barbieri wrote: >> On Wed, Mar 3, 2010 at 3:20 PM, Thomas Sachau wrote: >>> >>> Hi, >>> >>> i tried to compile all packages, which are as ebuilds in official Gentoo >>> enlightenment overlay from >>> svn an

[E-devel] eet cache bug (memory use after free)

2010-03-03 Thread Adam Simpkins
I was running e17 under valgrind, and encountered the following error. I'm not all that familiar with the code, but it looks like it may be a race condition in eet, between the main thread clearing the cache when idle, and another thread trying to preload images? The first two errors (write contai

Re: [E-devel] Issues with svn content for varous packages

2010-03-03 Thread Vincent Torri
On Wed, 3 Mar 2010, Gustavo Sverzut Barbieri wrote: > On Wed, Mar 3, 2010 at 3:20 PM, Thomas Sachau wrote: >> Hi, >> >> i tried to compile all packages, which are as ebuilds in official Gentoo >> enlightenment overlay from >> svn and i found some issues, which i will list below: > > Hi Thomas!

Re: [E-devel] Something still messed up with the zones/screens (regression?)

2010-03-03 Thread manio
Hello After some digging - i have new light on this case: The problem is: http://trac.enlightenment.org/e/changeset/45480 On current svn (with changset applied) i have the following info when starting: E17 INIT: XINERAMA SCREEN: [0], 1280x1024+1680+0 E17 INIT: XINERAMA SCREEN: [1], 1680x1050+0+0

Re: [E-devel] Issues with svn content for varous packages

2010-03-03 Thread Gustavo Sverzut Barbieri
On Wed, Mar 3, 2010 at 3:20 PM, Thomas Sachau wrote: > Hi, > > i tried to compile all packages, which are as ebuilds in official Gentoo > enlightenment overlay from > svn and i found some issues, which i will list below: Hi Thomas! Thanks for the report. > Missing README file, when README.in e

[E-devel] Issues with svn content for varous packages

2010-03-03 Thread Thomas Sachau
Hi, i tried to compile all packages, which are as ebuilds in official Gentoo enlightenment overlay from svn and i found some issues, which i will list below: Missing README file, when README.in exists, lets automake bail out: eet embryo imlib2_loaders ecore evas autogen.sh containing lines, wh

Re: [E-devel] Evas sink for gstreamer

2010-03-03 Thread Vincent Torri
On Wed, 3 Mar 2010, Carsten Haitzler (The Rasterman) wrote: On Wed, 3 Mar 2010 13:39:40 +0100 (CET) Vincent Torri said: On Wed, 3 Mar 2010, Carsten Haitzler (The Rasterman) wrote: On Wed, 3 Mar 2010 12:41:19 +0100 Jorge Luis Zapata Muga said: On Wed, Mar 3, 2010 at 6:32 AM, Vincent T

Re: [E-devel] Evas sink for gstreamer

2010-03-03 Thread Vincent Torri
On Wed, 3 Mar 2010, Nicolas Aguirre wrote: > I think that you should install evassink.so in gstreamer plugins > directory, during make install of emotion. So you can use it in > emotion itself, and if someone want use evassink directly in his apps, > he can. why ? emotion can use it too. I do n

Re: [E-devel] Evas sink for gstreamer

2010-03-03 Thread The Rasterman
On Wed, 3 Mar 2010 13:39:40 +0100 (CET) Vincent Torri said: > > > On Wed, 3 Mar 2010, Carsten Haitzler (The Rasterman) wrote: > > > On Wed, 3 Mar 2010 12:41:19 +0100 Jorge Luis Zapata Muga > > said: > > > >> On Wed, Mar 3, 2010 at 6:32 AM, Vincent Torri wrote: > >>> > >>> > >>> On Wed, 3 Mar

Re: [E-devel] Evas sink for gstreamer

2010-03-03 Thread Nicolas Aguirre
On Wed, Mar 3, 2010 at 1:39 PM, Vincent Torri wrote: > > but then, it can not be used elsewhere. Why do you think that emotion is the > only lib that should use it ? > > Vincent > -- > Download Intel® Parallel Studio Eval

Re: [E-devel] Evas sink for gstreamer

2010-03-03 Thread Vincent Torri
On Wed, 3 Mar 2010, Carsten Haitzler (The Rasterman) wrote: On Wed, 3 Mar 2010 12:41:19 +0100 Jorge Luis Zapata Muga said: On Wed, Mar 3, 2010 at 6:32 AM, Vincent Torri wrote: On Wed, 3 Mar 2010, Carsten Haitzler (The Rasterman) wrote: On Tue, 2 Mar 2010 10:20:18 +0100 (CET) Vincent T

Re: [E-devel] Evas sink for gstreamer

2010-03-03 Thread The Rasterman
On Wed, 3 Mar 2010 12:41:19 +0100 Jorge Luis Zapata Muga said: > On Wed, Mar 3, 2010 at 6:32 AM, Vincent Torri wrote: > > > > > > On Wed, 3 Mar 2010, Carsten Haitzler (The Rasterman) wrote: > > > >> On Tue, 2 Mar 2010 10:20:18 +0100 (CET) Vincent Torri > >> said: > >>> > >>> I've attached a tar

Re: [E-devel] Evas sink for gstreamer

2010-03-03 Thread Jorge Luis Zapata Muga
On Wed, Mar 3, 2010 at 6:32 AM, Vincent Torri wrote: > > > On Wed, 3 Mar 2010, Carsten Haitzler (The Rasterman) wrote: > >> On Tue, 2 Mar 2010 10:20:18 +0100 (CET) Vincent Torri >> said: >>> >>> I've attached a tarball containing the evas sink for gstreamer, a small >>> test example and a small v