Re: [E-devel] E moudule API BREAK proposal

2008-10-14 Thread Jose Gonzalez
I missed this thread earlier, so let me reply separately.. Dave wrote: > I want to make an e17 module that expose simple edje objects as gadgets. > The idea is that people can download edje file from the net(calculator, > clocks and whatever next), put it in the right directory and then my

[E-devel] IMLIB2 ported to mingw+msys

2008-10-14 Thread carlo.bramix
Hello, I ported IMLIB2 to Mingw+msys and I also included some fixes for Cygwin. List of Changes: 1) Added test for mmap support. This test is required because TGA needs it (but why???). By conseguence, the TGA support becomes configurable. 2) Added test for sigjmp_buf support. If it is not suppor

Re: [E-devel] IMLIB2 ported to mingw+msys

2008-10-14 Thread Vincent Torri
On Tue, 14 Oct 2008, carlo\.bramix wrote: > Hello, > I ported IMLIB2 to Mingw+msys and I also included some fixes for Cygwin. > List of Changes: > 1) Added test for mmap support. This test is required because TGA needs it > (but why???). By conseguence, the TGA support becomes configurable. > >

Re: [E-devel] E SVN: cedric IN trunk/E-MODULES-EXTRA: forecasts skel skel/src

2008-10-14 Thread Sebastian Dransfeld
Enlightenment SVN wrote: > Log: > Fix module build (Use pkgconfig instead of deprecated enlightenment-config). enlightenment-config is still needed for --module-dir, so it isn't deprecated, and if modules don't use it they should :) Sebastian > > > > Author: cedric > Date:

Re: [E-devel] E SVN: cedric IN trunk/E-MODULES-EXTRA: forecasts skel skel/src

2008-10-14 Thread Vincent Torri
On Wed, 15 Oct 2008, Sebastian Dransfeld wrote: > Enlightenment SVN wrote: >> Log: >> Fix module build (Use pkgconfig instead of deprecated >> enlightenment-config). > > enlightenment-config is still needed for --module-dir, so it isn't > deprecated, and if modules don't use it they should :)