Re: [E-devel] EFL 1.25.0 beta 1

2020-09-06 Thread Romain Naour
Hello, Le 02/09/2020 à 09:43, Marcel Hollerbach a écrit : > Hi, > > On 9/1/20 9:36 PM, Romain Naour wrote: >> Hello Stefan, >> >> Le 31/08/2020 à 15:28, Stefan Schmidt a écrit : >>> Following our alpha release last week we are now in the beta phase, start

Re: [E-devel] EFL 1.25.0 beta 1

2020-09-01 Thread Romain Naour
Hello Stefan, Le 31/08/2020 à 15:28, Stefan Schmidt a écrit : > Following our alpha release last week we are now in the beta phase, starting > with beta1. The focus is now fully on bug fixing and stabilization for the > release. > > **Fixes:** >   * ecore con - curl - fix error map to map right

Re: [E-devel] EFL packaging review for Buildroot

2020-08-01 Thread Romain Naour
Hello, Le 20/07/2020 à 13:04, Carsten Haitzler a écrit : > On Tue, 14 Jul 2020 16:22:09 +0200 Romain Naour said: > > ok. i've had a look at this: You're welcome! > > select BR2_PACKAGE_OPENJPEG # Emile needs libopenjpeg > no. emile does not. just regular libjpeg. it

[E-devel] [PATCH 2/3] ecore_evas/engines/drm/meson.build: use "gl_deps" as engine dependencies

2020-07-31 Thread Romain Naour
From: Romain Naour Meson trigger an error since "engine_gl_drm" variable doesn't exist. src/modules/ecore_evas/engines/drm/meson.build:10:2: ERROR: Unknown variable "engine_gl_drm". Instead use "gl_deps" as engine dependencies. Signed-off-by: Romain Naour ---

[E-devel] [PATCH 3/3] ecore_evas/engines/drm/meson.build: fix "gl_drm" include directory

2020-07-31 Thread Romain Naour
From: Romain Naour The Evas_Engine_GL_Drm.h file is in "gl_drm" directory, not "drm". ../src/modules/ecore_evas/engines/drm/ecore_evas_drm.c:23:11: fatal error: Evas_Engine_GL_Drm.h: No such file or directory 23 | # include | ^~ co

[E-devel] [PATCH 1/3] doc/meson.build: add single quote for env

2020-07-31 Thread Romain Naour
From: Romain Naour Meson trigger an error due to missing sigle quote for env: efl-1.24.3/doc/meson.build:114:2: ERROR: Unknown variable "env" Signed-off-by: Romain Naour --- doc/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/meson.build b/doc/m

Re: [E-devel] EFL packaging review for Buildroot

2020-07-14 Thread Romain Naour
Hello, Le 14/07/2020 à 10:28, Carsten Haitzler (The Rasterman) a écrit : > On Tue, 14 Jul 2020 00:22:24 +0200 Romain Naour said: > >> Hello, >> >> I need some help/review to update efl packaging in Buildroot. >> I regularly send patches to update the efl stack, it

[E-devel] EFL packaging review for Buildroot

2020-07-13 Thread Romain Naour
Hello, I need some help/review to update efl packaging in Buildroot. I regularly send patches to update the efl stack, it was easy until the switch to the meson buildsystem. The efl 1.23 require to rewrite the packaging. http://patchwork.ozlabs.org/project/buildroot/list/?series=174494 Since I

[E-devel] eina_value: EINA_VALUE_EMPTY

2019-07-13 Thread Romain Naour
Hello, This commit introduce a build issue with efl 1.22.2: https://git.enlightenment.org/core/efl.git/commit/?id=06c03e9b98c99ae6104a71bbee03127eeb9060b2 lib/eina/eina_value.c:61:1: error: initializer element is not constant static const Eina_Value _eina_value_empty = EINA_VALUE_EMPTY; see:

[EGIT] [core/efl] efl-1.22 24/119: libunibreak: add missing __has_attribute definitions for old compilers

2019-05-30 Thread Romain Naour
zmike pushed a commit to branch efl-1.22. http://git.enlightenment.org/core/efl.git/commit/?id=727fd04740285b6760fe353592a10db147c6 commit 727fd04740285b6760fe353592a10db147c6 Author: Romain Naour Date: Tue Apr 16 21:33:44 2019 +0200 libunibreak: add missing __has_attribute

Re: [E-devel] EFL 1.22.2

2019-05-02 Thread Romain Naour
Hi Mike, All, Le 25/04/2019 à 11:00, Romain Naour a écrit : > Hi, > > Le 23/04/2019 à 15:16, Mike Blumenkrantz a écrit : >> Hi, >> >> I am looking to attempt a stable release sometime around next Wednesday (1 >> May 2019) so that we can pull in any fixes whic

Re: [E-devel] EFL 1.22.2

2019-04-25 Thread Romain Naour
Hi, Le 23/04/2019 à 15:16, Mike Blumenkrantz a écrit : > Hi, > > I am looking to attempt a stable release sometime around next Wednesday (1 > May 2019) so that we can pull in any fixes which have been made to catch > more noticeable issues. At that time, I will personally handle backporting >

Re: [E-devel] [PATCH] libunibreak: add missing __has_attribute definitions for old compilers

2019-04-17 Thread Romain Naour
Hi, Le 16/04/2019 à 22:23, Vincent Torri a écrit : > can you open a ticket on phab ? Done: https://phab.enlightenment.org/T7818 Best regards, Romain > > Vincent > > On Tue, Apr 16, 2019 at 10:10 PM Romain Naour wrote: >> >> __has_attribute has been introduced with

[E-devel] [PATCH] libunibreak: add missing __has_attribute definitions for old compilers

2019-04-16 Thread Romain Naour
__has_attribute has been introduced with gcc 5 [1]. [1] https://www.gnu.org/software/gcc/gcc-5/changes.html Fixes: http://autobuild.buildroot.net/results/64ab825048fac1654b0d0698740ddf857fcc0afa/build-end.log --- src/static_libs/libunibreak/wordbreak.c | 6 ++ 1 file changed, 6

Re: [E-devel] expedite: remove it from Buildroot ?

2018-09-30 Thread Romain Naour
Hi, Le 30/09/2018 à 12:00, Carsten Haitzler (The Rasterman) a écrit : > On Sat, 29 Sep 2018 15:20:40 +0200 Romain Naour said: > >> Hi, >> >> >From the latest commit [1] "this is a dead project". >> This does not encourage to keep expedite in Buildr

[E-devel] expedite: remove it from Buildroot ?

2018-09-29 Thread Romain Naour
Hi, >From the latest commit [1] "this is a dead project". This does not encourage to keep expedite in Buildroot, should I remove it? [2] Best regards, Romain [1] https://git.enlightenment.org/tools/expedite.git/commit/?id=27e5e02370799b4e9246fe6dde893207d1ac3f3b [2]

Re: [E-devel] Upcoming efl 1.20.7 release

2018-02-11 Thread Romain Naour
Hi Stefan, All, Le 08/02/2018 à 15:19, Stefan Schmidt a écrit : > Hello. > > We got some requests for a new stable release and Raster started to backport > more fixes to the stable branch already. > > If you have anything else pending for a backport please do so until Sunday > evening in your

Re: [E-devel] Internal liblz4 copy outdated (again), switch to normal system dep by default?

2018-01-16 Thread Romain Naour
Hi Stefan, Le 16/01/2018 à 09:23, Stefan Schmidt a écrit : > Hello. > > > On 01/16/2018 02:40 AM, Carsten Haitzler wrote: >> On Mon, 15 Jan 2018 12:49:14 +0100 Stefan Schmidt >> said: >> >>> Hello. >>> >>> >>> When looking through our builds (in particularly the one

Re: [E-devel] E22 Schedule

2017-11-01 Thread Romain Naour
Hi Mike, Le 31/10/2017 à 16:31, Mike Blumenkrantz a écrit : > After reviewing the currently reported issues I'm now planning to do the > final release on Thursday. If anyone is working on any last minute bug > fixes, please have them tested and committed by then. I'm trying the new meson build

Re: [E-devel] Upcoming efl 1.20.4 release

2017-09-14 Thread Romain Naour
Hi Stefan, Le 13/09/2017 à 09:25, Stefan Schmidt a écrit : > Hello. > > We finally got a fix for various E crashes with the latest efl and this > warrants > a new stable update together with some other pilled up fixes. > > If you have anything else pending for a backport please do so until

Re: [E-devel] Terminology v1.1.0

2017-08-22 Thread Romain Naour
Hi Boris, Le 20/08/2017 à 17:22, Boris Faure a écrit : > > Hello fellow Terminology enthusiasts! > > I am pleased to release Terminology 1.1.0 today! > > This release introduces the following changes: > > Additions: > - Double-click on tab title to change it > - Add option to disable

[EGIT] [core/efl] master 01/01: ecore_input: fix build without eeze

2017-07-11 Thread Romain Naour
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0c21139b29be58c27bd07cfa594b0a8766409050 commit 0c21139b29be58c27bd07cfa594b0a8766409050 Author: Romain Naour <romain.na...@smile.fr> Date: Mon Jul 3 23:26:16 2017 +0200 ecore_input: fix

[EGIT] [core/efl] master 02/03: net_proxy_helper: fix typo in dependencies

2017-02-10 Thread Romain Naour
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=46935c4a36d5daa192e26a6c66f8794e2b4790ec commit 46935c4a36d5daa192e26a6c66f8794e2b4790ec Author: Romain Naour <romain.na...@gmail.com> Date: Thu Feb 9 23:42:14 2017 +0100 net_proxy_helpe

[EGIT] [core/efl] master 01/03: eina_modinfo: add missing dependency on libeina.la

2017-02-10 Thread Romain Naour
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f166d271f016ef245f0e7474f3163d34631e3bcc commit f166d271f016ef245f0e7474f3163d34631e3bcc Author: Romain Naour <romain.na...@gmail.com> Date: Thu Feb 9 23:14:39 2017 +0100 eina_modinf

Re: [E-devel] EFL 1.19.0 alpha 1

2017-02-09 Thread Romain Naour
Hi Stefan, Gustavo, All, Le 09/02/2017 à 19:15, Stefan Schmidt a écrit : > This alpha release for 1.19 starts the freeze period and stabilization > phase for the 1.19 release cycle. > > **Download** > > http://download.enlightenment.org/rel/libs/efl/efl-1.19.0-alpha1.tar.gz >

Re: [E-devel] Help me get Terminology 1.0 out!

2017-01-02 Thread Romain Naour
Hi Boris, Le 02/01/2017 à 19:45, Boris Faure a écrit : > > Hi everyone! > > Happy new year! > > Let's start 2017 with a great new release of Terminology! > I feel like the current code is quite stable but if there is one > annoying bug you think I should fix before doing the release, now is

Re: [E-devel] Pre-release tarballs for efl 1.18.4

2016-12-08 Thread Romain Naour
Hi Stefan, Le 08/12/2016 à 11:01, Stefan Schmidt a écrit : > Hello. > > On 07/12/16 23:07, Jean Guyomarc'h wrote: >> Hi Stefan, >> >> 1.18.4 is ready to roll on macOS :) > > Thanks. > > Also let me underline that I'm very happy with such quick and short > feedback on the pre-release tarballs.

[EGIT] [core/enlightenment] enlightenment-0.21 03/04: E: fix Wayland without xwayland build

2016-11-28 Thread Romain Naour
discomfitor pushed a commit to branch enlightenment-0.21. http://git.enlightenment.org/core/enlightenment.git/commit/?id=157ab706736389cef1c8b127aac6f61309664286 commit 157ab706736389cef1c8b127aac6f61309664286 Author: Romain Naour <romain.na...@gmail.com> Date: Sat Nov 26 22:17:17 2016

[EGIT] [core/enlightenment] master 02/03: E: fix Wayland without xwayland build

2016-11-28 Thread Romain Naour
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=c8f5f942d0d5b85b0ae746cdd7cb57e2c8e1012f commit c8f5f942d0d5b85b0ae746cdd7cb57e2c8e1012f Author: Romain Naour <romain.na...@gmail.com> Date: Sat Nov 26 22:17:17 2016 +0100

Re: [E-devel] ecore_drm2 and elput

2016-10-07 Thread Romain Naour
[re-sending to the mailing list with my @smile.fr address] Hi Pierre, Le 07/10/2016 à 17:09, Pierre FLOURY a écrit : > Hi, > > I am a user of efl libs. I don't know if I am on the right mailing list. > Let me know if I am not. > > I have some issues with ecore_drm2 and elput on efl v1.18.1. >

[EGIT] [core/enlightenment] enlightenment-0.21 02/63: e_xkb: add guard around skip_new_keyboard

2016-10-04 Thread Romain Naour
discomfitor pushed a commit to branch enlightenment-0.21. http://git.enlightenment.org/core/enlightenment.git/commit/?id=6a33b79f728c43a6dfabde476d5440b9c41bf89f commit 6a33b79f728c43a6dfabde476d5440b9c41bf89f Author: Romain Naour <romain.na...@gmail.com> Date: Sat Aug 20 22:39:34 2016

[EGIT] [core/enlightenment] enlightenment-0.21 01/63: configure.ac: wayland only build fix

2016-10-04 Thread Romain Naour
discomfitor pushed a commit to branch enlightenment-0.21. http://git.enlightenment.org/core/enlightenment.git/commit/?id=e66ef6bb5a21e2ca05f2d6ddb3d965376c5d2bf8 commit e66ef6bb5a21e2ca05f2d6ddb3d965376c5d2bf8 Author: Romain Naour <romain.na...@gmail.com> Date: Sat Aug 20 20:45:49 2016

[EGIT] [core/enlightenment] master 02/02: e_xkb: add guard around skip_new_keyboard

2016-08-22 Thread Romain Naour
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=7720039ad169b87e58c9be48b9e3a69e8d57e0d5 commit 7720039ad169b87e58c9be48b9e3a69e8d57e0d5 Author: Romain Naour <romain.na...@gmail.com> Date: Sat Aug 20 22:39:34 2016 +0200

[EGIT] [core/enlightenment] master 01/02: configure.ac: wayland only build fix

2016-08-22 Thread Romain Naour
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=70125b9cff35a006c66c026c95f447c9852728ce commit 70125b9cff35a006c66c026c95f447c9852728ce Author: Romain Naour <romain.na...@gmail.com> Date: Sat Aug 20 20:45:49 2016

[EGIT] [core/enlightenment] enlightenment-0.21 25/28: E: include uuid.h only when Wayland support is enabled.

2016-08-17 Thread Romain Naour
discomfitor pushed a commit to branch enlightenment-0.21. http://git.enlightenment.org/core/enlightenment.git/commit/?id=c20a32b8b83a60a02ce6a8df261f12604c1f727e commit c20a32b8b83a60a02ce6a8df261f12604c1f727e Author: Romain Naour <romain.na...@gmail.com> Date: Fri Aug 5 21:34:27 2016

[EGIT] [core/enlightenment] master 03/04: E: include uuid.h only when Wayland support is enabled.

2016-08-08 Thread Romain Naour
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=8af42ec11db8010bb276117bcc43238cdbaa07f6 commit 8af42ec11db8010bb276117bcc43238cdbaa07f6 Author: Romain Naour <romain.na...@gmail.com> Date: Fri Aug 5 21:34:27 2016 +0200

[EGIT] [core/elementary] elementary-1.17 01/01: lib: remove *.eo.h files from includesub_HEADERS

2016-08-01 Thread Romain Naour
stefan pushed a commit to branch elementary-1.17. http://git.enlightenment.org/core/elementary.git/commit/?id=b7f94d3f07af49b98ccee1a24830a7d0dc63bdc4 commit b7f94d3f07af49b98ccee1a24830a7d0dc63bdc4 Author: Romain Naour <romain.na...@gmail.com> Date: Mon Jul 25 22:52:41 2016 +0200

[EGIT] [core/efl] master 01/01: elementary: remove *.eo.h files from includesub_HEADERS

2016-08-01 Thread Romain Naour
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=02c14d10a3b2dc3eb556b4a254687f7fbaa7832f commit 02c14d10a3b2dc3eb556b4a254687f7fbaa7832f Author: Romain Naour <romain.na...@gmail.com> Date: Wed Jul 27 22:38:02 2016 +0200 elementary:

Re: [E-devel] 1.15.1 planned for Tuesday next week

2015-08-22 Thread Romain Naour
Monday noon (GMT). I will prepare some tarballs on Monday and do the final release on Tuesday. It would be great if this patch can be backported to 1.15: https://git.enlightenment.org/core/efl.git/commit/?id=f33a46ce1714d1d691e76a1c4b0db7edf097f8e8 Thanks! Best regards, Romain Naour regards

Re: [E-devel] [PATCH] use SDL2 everywhere

2015-08-07 Thread Romain Naour
/p/enlightenment/mailman/message/34274895/ It seems the sdl2 support hasn't be build/tested since a while. Best regards, Romain Naour configure.ac | 4 ++-- m4/evas_check_engine.m4 | 4 ++-- src/modules/evas/engines/gl_common

[E-devel] SDL/SDL2 issue.

2015-07-07 Thread Romain Naour
input on this ? For now it's not an issue, I can avoid to use sdl2 when opengl is enabled. Thanks ! Best regards, Romain Naour -- Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you

Re: [E-devel] [PATCH 2/2] pkg-config: prefix eolian_flags with sysrootdir when crosscompiling

2015-04-24 Thread Romain Naour
Hi Jean-Philippe, Le 24/04/2015 09:58, Jean-Philippe André a écrit : Hi again :) On Fri, Apr 24, 2015 at 10:39 AM, Jean-Philippe André j...@videolan.org wrote: Hi Romain, Please use Phabricator and Arcanist to share your patches. See: https://phab.enlightenment.org/w/arcanist/ Tom

[E-devel] [PATCH 1/2] autotools: add --disable-libeeze

2015-04-23 Thread Romain Naour
hence a warning. Signed-off-by: Romain Naour romain.na...@openwide.fr Cc: Cedric BAIL ced...@osg.samsung.com --- configure.ac | 34 +- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a0dc51e..c5ead11 100644

[E-devel] [PATCH 2/2] pkg-config: prefix eolian_flags with sysrootdir when crosscompiling

2015-04-23 Thread Romain Naour
Otherwise, the elementary build is brocken while crosscompiling since pkg-config --variable=eolian_flags eo evas edje ecore efl return paths to the host's include directories (/usr/share/eolian/include). Signed-off-by: Romain Naour romain.na...@openwide.fr Cc: Cedric BAIL ced...@osg.samsung.com