On Fri, 11 Feb 2011, michael bouchaud wrote:
>>> On Thu, 10 Feb 2011, michael bouchaud wrote: >>> >>> Hi, everybody I have wrote an evas_image loader for raw image type. I use >>>> libraw-lite to do this jobs, who is licensed under lgpl >>>> This is not perfect, so please review this code. Any comments are welcome >>>> ! >>>> >>> >>> some things: >>> >>> 1) ChangeLog >>> 2) remove all the Evil stuff, I'll test it later on Windows >>> 3) the check in EVAS_CHECK_LOADER_DEP_RAW is wrong, use pkg-config (see >>> EVAS_CHECK_LOADER_DEP_EET for example) >> > This is a new version of this patch. I don't change the m4 macro because > libraw_lite aren't correctly packaged for now. So pkg-config can't detect > them. I added an entry in changelog and change the double loop. I have also > changed the header loading code. > Any comments still are welcome ! he problem is that if someone installs libraw in another dir than /usr, the detection will fail. There is a .pc file that is provided with libraw (actually, there are 2 .pc, one for thread safe libn another for non thread safe lib). You should (must) use one of them Vincent ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
