Leandro Dorileo [Fri, 23 Nov 2012 21:52:08 +0000 (21:52 +0000)]
EPhysics: soft body operations on triangles list
This patch introduces API to get a list of triangles inside an
area and another to apply impulse - also - in a list of triangles.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79607
Leandro Dorileo [Fri, 23 Nov 2012 21:52:02 +0000 (21:52 +0000)]
EPhysics: fix soft body resize
When resizing a soft body move the anchored rigid body to the
center of it.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79606
Leandro Dorileo [Fri, 23 Nov 2012 21:51:53 +0000 (21:51 +0000)]
EPhysics: avoid slices double deletion
This patch avoids slices double deletion case ecore evas deletes the
slices evas objects before ephysics has actually shutdown and/or simulation
thread hasn't been canceled.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79605
Leandro Dorileo [Fri, 23 Nov 2012 21:51:44 +0000 (21:51 +0000)]
EPhysics: add api to get the slice index based on its
evas object
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79604
Leandro Dorileo [Fri, 23 Nov 2012 21:51:38 +0000 (21:51 +0000)]
EPhysics: add soft ellipsoid and multi face
implementation
This patch introduces the ellipsoid soft body and its multi face
implementation.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79603
Leandro Dorileo [Fri, 23 Nov 2012 21:51:32 +0000 (21:51 +0000)]
EPhysics: change double named group
Changed the double named group in list.edc to alias and fix the
abortion issue on tests.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79602
Leandro Dorileo [Fri, 23 Nov 2012 21:51:24 +0000 (21:51 +0000)]
EPhysics: flag test fixes
Add one more bending constraint and sets gravity to ephysics default
value.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79601
Leandro Dorileo [Fri, 23 Nov 2012 21:51:18 +0000 (21:51 +0000)]
EPhysics: test flag fix Evas_Mouse_Event_* usage
Now using the proper event attributes.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79600
Leandro Dorileo [Fri, 23 Nov 2012 21:51:03 +0000 (21:51 +0000)]
EPhysics: fix random memory leaks
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79599
Leandro Dorileo [Fri, 23 Nov 2012 21:50:02 +0000 (21:50 +0000)]
EPhysics: slice_init doesn't know about
body->evas_object anymore
So we can use the same functions to initialize the slices in case of
face slicing.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79598
Leandro Dorileo [Fri, 23 Nov 2012 21:49:57 +0000 (21:49 +0000)]
EPhysics: soft body slice per face
This changes how initial points of deformations are mapped, now we
must support multiple faces so different points of deformation for
each.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79597
Leandro Dorileo [Fri, 23 Nov 2012 21:49:51 +0000 (21:49 +0000)]
EPhysics: soft body slicing refactory
Prepare to use the same infra structure of slicing for soft body multi-face
deformation implementation.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79596
Leandro Dorileo [Fri, 23 Nov 2012 21:49:44 +0000 (21:49 +0000)]
EPhysics: reset soft body's slices layer
If a evas object has its layer reset so we must apply the change its
slices evas objects.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79595
Leandro Dorileo [Fri, 23 Nov 2012 21:43:49 +0000 (21:43 +0000)]
EPhysics: add soft body triangle impulse API
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79594
Leandro Dorileo [Fri, 23 Nov 2012 21:43:44 +0000 (21:43 +0000)]
EPhysics: flip page test
This patch adds a test to simulate page flipping.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79593
Leandro Dorileo [Fri, 23 Nov 2012 21:43:32 +0000 (21:43 +0000)]
EPhysics: add soft body bending constraints API
This patch introduces the API ephysics_body_soft_body_bending_constraints_add
used define how deformeable a soft body is supposed to be.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79592
Leandro Dorileo [Fri, 23 Nov 2012 21:43:25 +0000 (21:43 +0000)]
EPhysics: generate bending constraints just once
Unlikely the cluster generate bullet will not rebuild the bending
constraints every call, so we must prevent creating duplicated
constraints.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79591
Leandro Dorileo [Fri, 23 Nov 2012 21:43:19 +0000 (21:43 +0000)]
EPhysics: move just a single node of a triangle
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79590
Bruno Dilly [Fri, 23 Nov 2012 21:28:02 +0000 (21:28 +0000)]
edje: add example of messages handling (receiving /
sending)
All types!
SVN revision: 79589
Bruno Dilly [Fri, 23 Nov 2012 21:27:38 +0000 (21:27 +0000)]
edje examples: update edc examples list on makefile
It was outdated.
SVN revision: 79588
Bruno Dilly [Fri, 23 Nov 2012 21:27:28 +0000 (21:27 +0000)]
edje player: support message sending
SVN revision: 79587
Bruno Dilly [Fri, 23 Nov 2012 21:27:17 +0000 (21:27 +0000)]
edje player: fix typos / break big line of output
SVN revision: 79586
Sebastian Dransfeld [Fri, 23 Nov 2012 20:39:13 +0000 (20:39 +0000)]
ChangeLog
SVN revision: 79585
Sebastian Dransfeld [Fri, 23 Nov 2012 20:35:45 +0000 (20:35 +0000)]
ecore: also use for solaris
SVN revision: 79582
Sebastian Dransfeld [Fri, 23 Nov 2012 20:31:51 +0000 (20:31 +0000)]
ecore: ieeefp on solaris
SVN revision: 79579
Sebastian Dransfeld [Fri, 23 Nov 2012 20:25:52 +0000 (20:25 +0000)]
ecore: alloca
SVN revision: 79577
Sebastian Dransfeld [Fri, 23 Nov 2012 20:11:15 +0000 (20:11 +0000)]
eio: correctly define alloca
SVN revision: 79576
Sebastian Dransfeld [Fri, 23 Nov 2012 19:30:00 +0000 (19:30 +0000)]
efreet: ChangeLog
SVN revision: 79573
Eduardo de Barros Lima [Fri, 23 Nov 2012 18:44:00 +0000 (18:44 +0000)]
Ecore_Wayland: Fix leak of struct wl_registry
SVN revision: 79569
ChunEon Park [Fri, 23 Nov 2012 15:30:38 +0000 (15:30 +0000)]
evas - Re: [E-devel] [PATCH] [EVAS] evas_object_key_grab add check for same modifiers
Hi all,
I had prepare some fix for evas_object_key_grab function.
In my opinion when given modifiers are equal it should return FALSE.
Please verify attached file.
Regards,
Patrick
Signed-Off-By: Patryk Kaczmarek<patryk.k@samsung.com>
SVN revision: 79563
Sebastian Dransfeld [Thu, 22 Nov 2012 22:18:34 +0000 (22:18 +0000)]
efreet: elements aren't always double quoted
SVN revision: 79550
Sung Park [Thu, 22 Nov 2012 07:58:06 +0000 (07:58 +0000)]
Fixed a bug where if an image object rendered using Evas GL
direct rendering and then another image object using Native
Surface rendering, there was a potential for it to fall into
the same direct rendering path.
Also, fixed some minor Evas GL extension bugs that came from refactoring.
SVN revision: 79532
Carsten Haitzler [Thu, 22 Nov 2012 06:09:28 +0000 (06:09 +0000)]
hm ooops - my multi-frame update tracking breaks WHEN the swap modes
change from triple to double etc. buffered.
SVN revision: 79531
Daniel Juyung Seo [Thu, 22 Nov 2012 04:02:05 +0000 (04:02 +0000)]
edje edje_cc_handlers.c: Fixed wrong documentation.
SVN revision: 79530
Christopher Michael [Wed, 21 Nov 2012 10:02:40 +0000 (10:02 +0000)]
Patch from Alex Wu to fix egl engine for 1.4 spec.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 79506
Christopher Michael [Wed, 21 Nov 2012 10:02:18 +0000 (10:02 +0000)]
evas/wayland_egl: Don't create EGLSurface for internal gl resource if we already have one in re->win.
EGL 1.4 spec Section 3.5.1: If there is already an
EGLSurface associated with win (as a result of a previous
eglCreateWindowSurface call), then an EGL_BAD_ALLOC error is
generated.
So that this eglCreateWindowSurface() will fail if the egl driver is
a strict conformance to the spec.
SVN revision: 79505
Carsten Haitzler [Wed, 21 Nov 2012 09:12:42 +0000 (09:12 +0000)]
fix evil textprop leak in textblock! :)
SVN revision: 79503
Sung Park [Wed, 21 Nov 2012 05:11:17 +0000 (05:11 +0000)]
Oops... cleaned up some code/warnings. Should have been a part of
last commit.
SVN revision: 79494
Sung Park [Wed, 21 Nov 2012 04:59:52 +0000 (04:59 +0000)]
Fixed Evas GL direct rendering bug from refactoring. The conditions
weren't set properly where if a program uses evas_gl to do GL rendering
in direct rendering mode and then use a pixmap to do native
GL rendering in the same program, native pixmap rendering would
also fall into the direct rendering path and not render anything for
image object. It's been fixed.
SVN revision: 79493
Carsten Haitzler [Wed, 21 Nov 2012 04:47:01 +0000 (04:47 +0000)]
oops eet not evas!
SVN revision: 79492
Carsten Haitzler [Wed, 21 Nov 2012 04:19:42 +0000 (04:19 +0000)]
no eet link for cserve2 loader module!
SVN revision: 79490
Carsten Haitzler [Wed, 21 Nov 2012 02:48:49 +0000 (02:48 +0000)]
and now have a real implementation with drmey things... with some
debugging.
SVN revision: 79486
ChunEon Park [Tue, 20 Nov 2012 12:06:53 +0000 (12:06 +0000)]
evas - backport 79469
SVN revision: 79471
ChunEon Park [Tue, 20 Nov 2012 11:52:16 +0000 (11:52 +0000)]
evas - fix the memory leak - eina_rectangles allocated for clip_changes.
SVN revision: 79469
Sebastian Dransfeld [Tue, 20 Nov 2012 08:50:54 +0000 (08:50 +0000)]
efreet: Fix and clean up the way dbusservicedir is set in the build system
The current code was a mix of r78302 (when edbus2 support was made
optional) and r78867 (when edbus2 support was made a required
dependency).
This patch fixes a few bugs:
o The syntax of the AC_ARG_WITH call was wrong and `dbusservicedir' was
always set to "", which meant it was always installed into
${datadir}/dbus-1/services.
o The check for the value of $dbusservicedir was wrong at the end of
configure.ac, since passing "yes" to --with-dbus-services does not
make sense.
And simplifies some checks and calls now that edbus2 is mandatory.
Patch by Raphael Kubo da Costa
SVN revision: 79464
Carsten Haitzler [Tue, 20 Nov 2012 01:17:09 +0000 (01:17 +0000)]
fix blank screen bug added by our good mate... mike_m :)
SVN revision: 79459
Carsten Haitzler [Tue, 20 Nov 2012 01:13:26 +0000 (01:13 +0000)]
comment out unused vars - name the px/yN...
SVN revision: 79458
Carsten Haitzler [Mon, 19 Nov 2012 13:43:48 +0000 (13:43 +0000)]
this is the START of something.. disabled at runtime for now - the
swapper infra is intended to have the ability to map pixels of
backbuffers right in for total zero-copy updates.
SVN revision: 79452
Jérémy Zurcher [Mon, 19 Nov 2012 13:13:31 +0000 (13:13 +0000)]
[eina] path sanitizing now takes care of '/./' and
breaks loop on '/..$'
Patch by: Jérémy Zurcher <jeremy@asynk.ch>
SVN revision: 79449
Jérémy Zurcher [Mon, 19 Nov 2012 13:13:07 +0000 (13:13 +0000)]
[eina] cleans up and fixes 'make benchmark'
saddly eina_bench stills segv and as I can't find any install target for
it, and I'm not a kung-auto-foo warrior, I can't gdb it.
could someone provide a benchmark-install target or point me to the
direction I missed?
Patch by: Jérémy Zurcher <jeremy@asynk.ch>
SVN revision: 79448
Mike McCormack [Mon, 19 Nov 2012 13:10:14 +0000 (13:10 +0000)]
efl: Fix more shadow warnings
Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 79447
Mike McCormack [Mon, 19 Nov 2012 13:10:07 +0000 (13:10 +0000)]
evas: Fix shadow warnings
x1, x2 shadow something in the math library.
Would probably be better to turn off -Wshadow, but for some
reason people think this there's some value in it...
Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 79446
Mike McCormack [Mon, 19 Nov 2012 13:09:53 +0000 (13:09 +0000)]
efl: Fix set but unused warnings
Unfortunately setting unused variable to zero still produces
a warning about variables being set but not used (on gcc 4.6.3).
Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 79445
Vincent Torri [Mon, 19 Nov 2012 06:28:55 +0000 (06:28 +0000)]
Ecore: use ERR macro instead of fputs
SVN revision: 79439
Vincent Torri [Mon, 19 Nov 2012 06:26:48 +0000 (06:26 +0000)]
Ecore: include orders, minor formatting
SVN revision: 79438
Rui Seabra [Sun, 18 Nov 2012 11:27:12 +0000 (11:27 +0000)]
The previous commit was a slight fix on the efl spec for an error I made, its comment applies to this commit: adapt rpm specs to the new efl dependency instead of several independent dependencies.
SVN revision: 79419
Rui Seabra [Sun, 18 Nov 2012 11:24:33 +0000 (11:24 +0000)]
Adjust spec to require efl rather than many of the previously independent dependencies.
SVN revision: 79418
Rui Seabra [Sun, 18 Nov 2012 11:22:16 +0000 (11:22 +0000)]
rpm spec for new edbus
SVN revision: 79417
Rui Seabra [Sun, 18 Nov 2012 10:01:47 +0000 (10:01 +0000)]
Some transitional backwards compatibility.
SVN revision: 79416
Rui Seabra [Sun, 18 Nov 2012 09:57:05 +0000 (09:57 +0000)]
* Make sure install is done with only one make thread since vtorri says it breaks things
* Complete spec in order to include current files and directories
SVN revision: 79415
Vincent Torri [Sun, 18 Nov 2012 07:12:38 +0000 (07:12 +0000)]
merge: do not use recursive make for unit tests
SVN revision: 79413
Rafael Antognolli [Fri, 16 Nov 2012 18:37:47 +0000 (18:37 +0000)]
evas/gles: Remove GL_STENCIL_INDEX from _string_get() on GLES.
This was removed on latest mesa, and seems to don't belong to GLES. See
the specification at http://www.khronos.org/registry/gles/.
Additionally, it wasn't being used anywhere.
SVN revision: 79400
Vincent Torri [Fri, 16 Nov 2012 17:24:28 +0000 (17:24 +0000)]
Ecore: some simplifications of the autotools
* remove --enable-auto-import link flag (useless, now)
* remove WIN32_C*FLAGS (idem)
* remove cegcc cases (not supported anymore)
* use directly win32 macro in Makefile.am
SVN revision: 79399
José Roberto de Souza [Fri, 16 Nov 2012 13:07:58 +0000 (13:07 +0000)]
edbus: Fix doxygen layout
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 79389
José Roberto de Souza [Fri, 16 Nov 2012 13:07:53 +0000 (13:07 +0000)]
edbus: Add main page to doxygen
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 79388
José Roberto de Souza [Fri, 16 Nov 2012 13:07:45 +0000 (13:07 +0000)]
edbus: Rename edbus_object_bus_path_get() to edbus_object_path_get()
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 79387
José Roberto de Souza [Fri, 16 Nov 2012 13:07:38 +0000 (13:07 +0000)]
edbus: Fix search of children objects when path = "/"
Example: there's an object in "/org/bla" and we are adding an object in
"/". Thus the second should becaome the parent of the first, which was a
root object since it had no parent yet.
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 79386
José Roberto de Souza [Fri, 16 Nov 2012 13:07:32 +0000 (13:07 +0000)]
edbus: Fix segfault in edbus_message_to_eina_value() when message have no args
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 79385
José Roberto de Souza [Fri, 16 Nov 2012 13:07:26 +0000 (13:07 +0000)]
edbus: Cosmetic change
There's no need to call eina_array_count(). Pop until it finishes.
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 79384
José Roberto de Souza [Fri, 16 Nov 2012 13:07:21 +0000 (13:07 +0000)]
edbus: Remove stringshare of Instrospectable interface
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 79383
José Roberto de Souza [Fri, 16 Nov 2012 13:07:14 +0000 (13:07 +0000)]
edbus: Add edbus_service_object_manager_attach/detach
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 79382
José Roberto de Souza [Fri, 16 Nov 2012 13:07:06 +0000 (13:07 +0000)]
edbus: Fix leak in GetAll Properties of Proxy monitor
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 79381
José Roberto de Souza [Fri, 16 Nov 2012 13:06:53 +0000 (13:06 +0000)]
edbus: Add input message to get property function
Without this message, it's not possible for user create the error
message. Also update the docs to clarify usage of the Get/Set callbacks.
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 79380
Sebastian Dransfeld [Fri, 16 Nov 2012 10:14:12 +0000 (10:14 +0000)]
evas: cleanup
SVN revision: 79372
Sung Park [Fri, 16 Nov 2012 08:32:32 +0000 (08:32 +0000)]
Fixed glGetIntegerv() in Direct Rendering mode for Evas GL
to properly handle GL_SCISSOR_BOX and GL_VIEWPORT parameters.
SVN revision: 79364
Sebastian Dransfeld [Fri, 16 Nov 2012 08:07:20 +0000 (08:07 +0000)]
ecore_x: fix xcb to unmap before sendevent
SVN revision: 79363
Sebastian Dransfeld [Fri, 16 Nov 2012 08:01:39 +0000 (08:01 +0000)]
ecore_x: first unmap, then event
SVN revision: 79362
Stefan Schmidt [Thu, 15 Nov 2012 17:37:46 +0000 (17:37 +0000)]
emotion: Tag unused paramter. warn--
SVN revision: 79348
Daniel Willmann [Thu, 15 Nov 2012 13:28:14 +0000 (13:28 +0000)]
Remove binary character in Makefile.am
This caused automake to generate a faulty Makefile, which in turn caused
compilation to fail.
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 79345
Sebastian Dransfeld [Thu, 15 Nov 2012 11:15:46 +0000 (11:15 +0000)]
efl: -o to || test
SVN revision: 79338
Mike McCormack [Thu, 15 Nov 2012 11:14:19 +0000 (11:14 +0000)]
ecore: Fix missing initializer warning
ecore_glib.c:187:4: warning: missing initializer [-Wmissing-field-initializers]
ecore_glib.c:187:4: warning: (near initialization for 'lock.unused') [-Wmissing-
Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 79336
Stefan Schmidt [Thu, 15 Nov 2012 09:58:32 +0000 (09:58 +0000)]
edje: Remove unused var which was introduced very recently.
SVN revision: 79330
Daniel Willmann [Thu, 15 Nov 2012 09:31:08 +0000 (09:31 +0000)]
edje: Add embryo function get_image_id
This makes it possible to change the image from an embryo script
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 79327
Carsten Haitzler [Thu, 15 Nov 2012 05:23:40 +0000 (05:23 +0000)]
add comments in cserve2 bin webp loader too.
SVN revision: 79316
Carsten Haitzler [Thu, 15 Nov 2012 05:20:21 +0000 (05:20 +0000)]
yet more warn--
SVN revision: 79315
Carsten Haitzler [Thu, 15 Nov 2012 05:19:14 +0000 (05:19 +0000)]
more warn-- in efl tree.
SVN revision: 79314
Carsten Haitzler [Thu, 15 Nov 2012 05:03:45 +0000 (05:03 +0000)]
warning--
SVN revision: 79313
Carsten Haitzler [Thu, 15 Nov 2012 05:01:16 +0000 (05:01 +0000)]
devilhorns: warning told me that x is not being used.. and that looks
bad... i added it into dest as thats obviously how it should be.. can
u double check?
SVN revision: 79312
Carsten Haitzler [Thu, 15 Nov 2012 04:31:33 +0000 (04:31 +0000)]
warn-- for new jpect color conversion modes - default case.
SVN revision: 79311
Carsten Haitzler [Thu, 15 Nov 2012 04:29:34 +0000 (04:29 +0000)]
lets not have system("format c:") even tho its amusing as it just
creates warnings. :)
SVN revision: 79310
Iván Briano [Thu, 15 Nov 2012 02:35:55 +0000 (02:35 +0000)]
Fix static building of the X11 engines
SVN revision: 79307
Vincent Torri [Wed, 14 Nov 2012 20:12:53 +0000 (20:12 +0000)]
merge: add evas tests and examples
SVN revision: 79300
Bruno Dilly [Wed, 14 Nov 2012 20:01:20 +0000 (20:01 +0000)]
ephysics: change quaternion API to avoid many free calls
It was really annoying and error prone (easy to leak).
SVN revision: 79299
Bruno Dilly [Wed, 14 Nov 2012 20:01:12 +0000 (20:01 +0000)]
ephysics: new images set for cube 3d test
by Marina Proni
SVN revision: 79298
Bruno Dilly [Wed, 14 Nov 2012 20:01:01 +0000 (20:01 +0000)]
ephysics: add quaternion group to main doc page
I forgot that.
SVN revision: 79297
Christopher Michael [Wed, 14 Nov 2012 11:52:25 +0000 (11:52 +0000)]
Add missing UNLOCK_CACHE in eet_open function.
Change-Id: I79db6bedf49c27499f3caa63d04dc6bb3ecfee60
SVN revision: 79290
Carsten Haitzler [Tue, 13 Nov 2012 23:52:58 +0000 (23:52 +0000)]
move eobj in as well as "eo".
SVN revision: 79256
Carsten Haitzler [Tue, 13 Nov 2012 23:52:18 +0000 (23:52 +0000)]
move libs already in EFL into... IN-EFL - this will stop/prevent/limit
thnigs like people using them and patching them, etc.
SVN revision: 79255
Sebastian Dransfeld [Tue, 13 Nov 2012 22:51:11 +0000 (22:51 +0000)]
efreet: don't double test for data in list
SVN revision: 79254
Sebastian Dransfeld [Tue, 13 Nov 2012 22:39:53 +0000 (22:39 +0000)]
evas: build jpg saver if loader is static
SVN revision: 79253