[e-users] efl 1.28.1 release

2025-03-17 Thread Carsten Haitzler
Micro Release fixes some bugs in 1.28.0 * Some typos in error debug prints * Fix build of ecore audio on windows with GUID changes * Fix edje player to not have black bg when alpha win used * Fix annoying warning on efreet desktop refs on exit * Fix access of uninit dpms state on display

Re: [e-users] efl on esp32....?

2024-10-24 Thread Carsten Haitzler
On Thu, 24 Oct 2024 02:27:23 + Cedric Bail said: > On Tuesday, October 22nd, 2024 at 4:36 AM, Carsten Haitzler > wrote: > > On Tue, 22 Oct 2024 01:07:35 + Cedric Bail ced...@ddlm.me said: > > > On Wednesday, October 16th, 2024 at 12:27 AM, Carsten Haitzler > > > ras...@rasterman.com wrot

Re: [e-users] efl on esp32....?

2024-10-23 Thread Cedric Bail
On Tuesday, October 22nd, 2024 at 4:36 AM, Carsten Haitzler wrote: > On Tue, 22 Oct 2024 01:07:35 + Cedric Bail ced...@ddlm.me said: > > On Wednesday, October 16th, 2024 at 12:27 AM, Carsten Haitzler > > ras...@rasterman.com wrote: > > > On Tue, 15 Oct 2024 23:34:04 +0200 Pierre Couderc via e

Re: [e-users] efl on esp32....?

2024-10-22 Thread Carsten Haitzler
On Tue, 22 Oct 2024 01:07:35 + Cedric Bail said: > On Wednesday, October 16th, 2024 at 12:27 AM, Carsten Haitzler > wrote: > > On Tue, 15 Oct 2024 23:34:04 +0200 Pierre Couderc via enlightenment-users > > enlightenment-users@lists.sourceforge.net said: > > > Has someone tried to port efl on

Re: [e-users] efl on esp32....?

2024-10-21 Thread Vincent Torri
On Tue, Oct 22, 2024 at 3:26 AM Cedric Bail wrote: > > On Wednesday, October 16th, 2024 at 12:27 AM, Carsten Haitzler > wrote: > > On Tue, 15 Oct 2024 23:34:04 +0200 Pierre Couderc via enlightenment-users > > enlightenment-users@lists.sourceforge.net said: > > > Has someone tried to port efl on

Re: [e-users] efl on esp32....?

2024-10-21 Thread Cedric Bail
On Wednesday, October 16th, 2024 at 12:27 AM, Carsten Haitzler wrote: > On Tue, 15 Oct 2024 23:34:04 +0200 Pierre Couderc via enlightenment-users > enlightenment-users@lists.sourceforge.net said: > > Has someone tried to port efl on esp32? > > nope - but i would imagine its far too big. efl

Re: [e-users] efl on esp32....?

2024-10-15 Thread Carsten Haitzler
On Tue, 15 Oct 2024 23:34:04 +0200 Pierre Couderc via enlightenment-users said: > Has someone tried to port efl on esp32? nope - but i would imagine its far too big. efl also very much relies on virtual memory+mmu's to handle a lot - it mmaps files for i/o and assumes things will be paged in

[e-users] efl on esp32....?

2024-10-15 Thread Pierre Couderc via enlightenment-users
Has someone tried to port efl on esp32? ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Re: [e-users] EFL compile problem

2024-06-07 Thread Carsten Haitzler
On Wed, 5 Jun 2024 19:18:01 -0400 Conrad Knight said: fixed. :) > Hi, > > I just did the usual updates on my system today and that included > pulling the latest efl sources using AUR (the efl-git package). But i > quickly ran into a problem... meson ran fine, but as soon as ninja > started the

Re: [e-users] EFL compile problem

2024-06-06 Thread daniel antoine
I got this git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 1cd130a Eina: fix constness compilation error with gcc 14 + patch -Np1 -i ../linker.patch (Patch is indented 1 space.) patching file src/lib/eina/meson.build patch: malforme

Re: [e-users] EFL compile problem

2024-06-06 Thread Vincent Torri
On Thu, Jun 6, 2024 at 2:17 PM daniel antoine wrote: > > do you mean just that > > diff --git a/src/lib/eina/meson.build b/src/lib/eina/meson.build > index 4ab37d2112..c50a06b59b 100644 > --- a/src/lib/eina/meson.build > +++ b/src/lib/eina/meson.build > @@ -371,17 +371,17 @@ eina_ext_deps += [ic

Re: [e-users] EFL compile problem

2024-06-06 Thread daniel antoine
red: false) eina_ext_deps += [execinfo] - c_args : [package_c_args, '-DEINA_BUILD', iconv_c_args], + c_args : eina_c_args, I am not an expert in this domain Best regards Le jeu. 6 juin 2024 à 11:56, Masaru Nomiya a écrit : > > Hello, > > In the Message; > > Subject

Re: [e-users] EFL compile problem

2024-06-06 Thread Masaru Nomiya
Hello, In the Message; Subject: Re: [e-users] EFL compile problem Message-ID : Date & Time: Thu, 6 Jun 2024 10:35:38 +0200 [VT] == Vincent Torri has written: [...] VT>> - c_args : [package_c_args, '-DEINA_BUILD', iconv_c_args], VT>> + c_args : ein

Re: [e-users] EFL compile problem

2024-06-06 Thread Vincent Torri
lo, > > > > > > Sorry, forgot to attach the error message. > > > > > > In the Message; > > > > > > Subject: Re: [e-users] EFL compile problem > > > Message-ID : <87v82mqyhu.wl-nom...@lake.dti.ne.jp> > > > Date &am

Re: [e-users] EFL compile problem

2024-06-06 Thread daniel antoine
t; > > Hello, > > > > Sorry, forgot to attach the error message. > > > > In the Message; > > > > Subject: Re: [e-users] EFL compile problem > > Message-ID : <87v82mqyhu.wl-nom...@lake.dti.ne.jp> > > Date & Time: > > >

Re: [e-users] EFL compile problem

2024-06-06 Thread Vincent Torri
On Thu, Jun 6, 2024 at 10:30 AM Masaru Nomiya wrote: > > Hello, > > Sorry, forgot to attach the error message. > > In the Message; > > Subject: Re: [e-users] EFL compile problem > Message-ID : <87v82mqyhu.wl-nom...@lake.dti.ne.jp> > Date & Time

Re: [e-users] EFL compile problem

2024-06-06 Thread Masaru Nomiya
Hello, In the Message; Subject: Re: [e-users] EFL compile problem Message-ID : Date & Time: Thu, 6 Jun 2024 09:24:51 +0200 [VT] == Vincent Torri has written: VT> try that patch VT> diff --git a/src/lib/eina/meson.build b/src/lib/eina/meson.build VT> ind

Re: [e-users] EFL compile problem

2024-06-06 Thread Masaru Nomiya
Hello, Sorry, forgot to attach the error message. In the Message; Subject: Re: [e-users] EFL compile problem Message-ID : <87v82mqyhu.wl-nom...@lake.dti.ne.jp> Date & Time: [MN] == Masaru Nomiya has written: MN> Hello, MN> In the Message; MN> Subject

Re: [e-users] EFL compile problem

2024-06-06 Thread Vincent Torri
On Thu, Jun 6, 2024 at 9:24 AM Vincent Torri wrote: > > try that patch > > > diff --git a/src/lib/eina/meson.build b/src/lib/eina/meson.build > index 4ab37d2112..c50a06b59b 100644 > --- a/src/lib/eina/meson.build > +++ b/src/lib/eina/meson.build > @@ -371,17 +371,17 @@ eina_ext_deps += [iconv] >

Re: [e-users] EFL compile problem

2024-06-06 Thread Vincent Torri
try that patch diff --git a/src/lib/eina/meson.build b/src/lib/eina/meson.build index 4ab37d2112..c50a06b59b 100644 --- a/src/lib/eina/meson.build +++ b/src/lib/eina/meson.build @@ -371,17 +371,17 @@ eina_ext_deps += [iconv] execinfo = cc.find_library('execinfo', required: false) eina_ext_deps

Re: [e-users] EFL compile problem

2024-06-05 Thread Philippe Jean Guillaumie
I update the Enlightenment ecosystem on a daily basis. Everything was okay before commit 1cd130ac09. This commit is the obvious culprit. Le 06/06/2024 à 08:23, Vincent Torri a écrit : On Thu, Jun 6, 2024 at 7:59 AM Philippe Jean Guillaumie wrote: EFL fails to build on all my Ubuntu systems (

Re: [e-users] EFL compile problem

2024-06-05 Thread Vincent Torri
On Thu, Jun 6, 2024 at 7:59 AM Philippe Jean Guillaumie wrote: > > EFL fails to build on all my Ubuntu systems (22.04 LTS and 24.04 LTS) > > Same errors: > > gcc: warning: : linker input file unused because linking not done > gcc: error: : linker input file not found: No such file or directory > n

Re: [e-users] EFL compile problem

2024-06-05 Thread Philippe Jean Guillaumie
EFL fails to build on all my Ubuntu systems (22.04 LTS and 24.04 LTS) Same errors: gcc: warning: : linker input file unused because linking not done gcc: error: : linker input file not found: No such file or directory ninja: build stopped: subcommand failed. Le 06/06/2024 à 06:35, Vincent Torr

Re: [e-users] EFL compile problem

2024-06-05 Thread Vincent Torri
hello i have no clue about this error (except maybe a problem with ccache), but the commit about constness is only for Windows Vincent On Thu, Jun 6, 2024 at 1:19 AM Conrad Knight wrote: > > Hi, > > I just did the usual updates on my system today and that included > pulling the latest efl sourc

[e-users] EFL compile problem

2024-06-05 Thread Conrad Knight
Hi, I just did the usual updates on my system today and that included pulling the latest efl sources using AUR (the efl-git package). But i quickly ran into a problem... meson ran fine, but as soon as ninja started the compile process i got errors: ninja: Entering directory `build' [1/2065] Compi

Re: [e-users] EFL 1.27.0 creation of RPM using spec/efl.spec.in

2024-03-05 Thread aguador via enlightenment-users
El dom, 03-03-2024 a las 07:34 +0100, Phil Otken escribió: > Agreed. Am doing that now (RTFM). I'll make use of the existing > efl.spec.in > as an example. Plan is to look for a spec file already used to build > an efl > RPM; this is perhaps available in the EPEL packages. If successful, > I'll >

Re: [e-users] EFL 1.27.0 creation of RPM using spec/efl.spec.in

2024-03-02 Thread Phil Otken
Agreed. Am doing that now (RTFM). I'll make use of the existing efl.spec.in as an example. Plan is to look for a spec file already used to build an efl RPM; this is perhaps available in the EPEL packages. If successful, I'll post the method here. You are correct, Carsten, I need to learn to make R

Re: [e-users] EFL 1.27.0 creation of RPM using spec/efl.spec.in

2024-03-02 Thread Carsten Haitzler
On Sat, 2 Mar 2024 06:03:26 +0100 Phil Otken said: no idea what this efl.spec.in is... the http ref is a placeholder website (domain squatter). but it seems you need to learn how to build packages - specifically rpm pkgs and they use .spec files to describe the packages metadata, how to build it

Re: [e-users] EFL 1.27.0 creation of RPM using spec/efl.spec.in

2024-03-01 Thread Vincent Torri
On Sat, Mar 2, 2024 at 6:04 AM Phil Otken wrote: > > *Background*: I am in the process of re-building an Oracle Linux 9.3 server > > (this is a downstream RHEL derivative, stable and conservative), got it to >

[e-users] EFL 1.27.0 creation of RPM using spec/efl.spec.in

2024-03-01 Thread Phil Otken
*Background*: I am in the process of re-building an Oracle Linux 9.3 server (this is a downstream RHEL derivative, stable and conservative), got it to compile yesterday and stopped there to *RTFM*. Currently in

Re: [e-users] efl and c++

2023-11-10 Thread Carsten Haitzler
On Fri, 10 Nov 2023 09:22:51 +0100 Pierre Couderc via enlightenment-users said: > > Le 11/8/23 à 21:02, Carsten Haitzler a écrit : > > On Wed, 8 Nov 2023 09:53:22 +0100 Pierre Couderc via enlightenment-users > > said: > > > >> Is there a topic to introduce efl under C++. > >> > >> I have  a pr

Re: [e-users] efl and c++

2023-11-10 Thread Pierre Couderc via enlightenment-users
All this because I wanted to try the EFL Unified C API... But the good old loop works (or seems to wor= !)  fine : elm_main(int argc, char **argv) {     _gui_setup();     thread wait(start);     elm_run();     wait.join();     return 0; } ELM_MAIN()

Re: [e-users] efl and c++

2023-11-10 Thread Pierre Couderc via enlightenment-users
Le 11/8/23 à 21:02, Carsten Haitzler a écrit : On Wed, 8 Nov 2023 09:53:22 +0100 Pierre Couderc via enlightenment-users said: Is there a topic to introduce efl under C++. I have  a problem with "hello world" in Unified C API If I compile https://www.enlightenment.org/develop/tutorials/c/he

Re: [e-users] efl and c++

2023-11-08 Thread Carsten Haitzler
On Wed, 8 Nov 2023 09:53:22 +0100 Pierre Couderc via enlightenment-users said: > Is there a topic to introduce efl under C++. > > I have  a problem with "hello world" in Unified C API > > If I compile > https://www.enlightenment.org/develop/tutorials/c/hello-world-gui.md > with C++ (linux), a

Re: [e-users] efl and c++

2023-11-08 Thread Vincent Torri
On Wed, Nov 8, 2023 at 10:06 AM Vincent Torri wrote: > > On Wed, Nov 8, 2023 at 9:55 AM Pierre Couderc via enlightenment-users > wrote: > > > > Is there a topic to introduce efl under C++. > > i don't know one in c++ > > it's not the answer you want, but there is one in C# : > https://www.enlight

Re: [e-users] efl and c++

2023-11-08 Thread Vincent Torri
On Wed, Nov 8, 2023 at 9:55 AM Pierre Couderc via enlightenment-users wrote: > > Is there a topic to introduce efl under C++. i don't know one in c++ it's not the answer you want, but there is one in C# : https://www.enlightenment.org/develop/tutorials/csharp/start.md maybe it could help vince

[e-users] efl and c++

2023-11-08 Thread Pierre Couderc via enlightenment-users
Is there a topic to introduce efl under C++. I have  a problem with "hello world" in Unified C API If I compile https://www.enlightenment.org/develop/tutorials/c/hello-world-gui.md with C++ (linux), all is fine. Il I had a thread, it fails with nothing displayed  : void start() {     while

Re: [e-users] efl-git build fails, missing file

2022-09-09 Thread Carsten Haitzler
On Fri, 9 Sep 2022 11:52:27 -0400 Conrad Knight said: git is fixed now :) > Hi, > > Just updating efl-git and the ninja build process gave an error > message about a missing file. When running makepkg, the meson > configure proceeded as usual, efl started to build, and then near the > end: > >

[e-users] efl-git build fails, missing file

2022-09-09 Thread Conrad Knight
Hi, Just updating efl-git and the ninja build process gave an error message about a missing file. When running makepkg, the meson configure proceeded as usual, efl started to build, and then near the end: ninja: Entering directory `build' [2055/2059] Generating data/elementary/objects/edje_cc_elm

Re: [e-users] efl on raspberry

2021-05-26 Thread Pierre Couderc via enlightenment-users
On 5/26/21 5:00 PM, Carsten Haitzler wrote: On Wed, 26 May 2021 16:50:17 +0200 Pierre Couderc via enlightenment-users said: I have a small application on a pi zero (with raspbian no network), which starts at power on  and displays  pdf pages on a video projector (based on poppler), in fact si

Re: [e-users] efl on raspberry

2021-05-26 Thread Carsten Haitzler
On Wed, 26 May 2021 16:50:17 +0200 Pierre Couderc via enlightenment-users said: > I have a small application on a pi zero (with raspbian no network), > which starts at power on  and displays  pdf pages on a video projector > (based on poppler), in fact simply on the frame buffer. No full keyboa

[e-users] efl on raspberry

2021-05-26 Thread Pierre Couderc via enlightenment-users
I have a small application on a pi zero (with raspbian no network), which starts at power on  and displays  pdf pages on a video projector (based on poppler), in fact simply on the frame buffer. No full keyboard only a remote control with 4 directions keys.It works fine. As its appears I need

[e-users] EFL 1.25.1 release

2020-10-08 Thread Stefan Schmidt
First stable update release for our new 1.25.x series has landed. Fixes: * evas: sw font draw - protect against null pointer access * efreet - windows - still call stat but skip lstat/readlink ==Download:== http://download.enlightenment.org/rel/libs/efl/efl-1.25.1.tar.xz 351ca0211ca0002345

[e-users] EFL 1.24.4 release

2020-09-28 Thread Stefan Schmidt
We are happy to release our last stable update for our 1.24.x series. With the new 1.25.x series started we we are doing this last maintenance release before closing down this series. Fixes: * efreetd - cache - add more statinfo work around 0 mtime distros * edje - fix edje_cc mis-re-idin

[e-users] EFL 1.25.0 beta 3

2020-09-14 Thread Stefan Schmidt
While we had little activity over the last week we decided to have another beta before the final release. We still have at least one issue which needs looking into and some more time is needed to check reports from Coverity and other tools. **Fixes:** * docs: Correct the mismatched group na

[e-users] EFL 1.25.0 beta 2

2020-09-07 Thread Stefan Schmidt
This beta 2 release contains more fixes build up from our last weeks beta. So far no release stopper showed up, which means we might see the final release already next week. Fingers crossed. **Fixes:** * evas_textblock: remove style padding from native width and formatted height * elm i

[e-users] EFL 1.25.0 beta 1

2020-08-31 Thread Stefan Schmidt
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 enum * eina - statgen (stat generation) - fix enable api to actually en

[e-users] EFL 1.25.0 alpha 1

2020-08-24 Thread Stefan Schmidt
With this alpha release we are marking the freeze of development and start of the stabilization phase for the efl 1.25 release cycle. We hope to conclude this stabilization with an final release in 3-4 weeks time. Please give it some testing and report problems to us so we can work towards a we

[e-users] EFL 1.24.3 release

2020-06-17 Thread Stefan Schmidt
We are happy to release the third stable update for our 1.24.x series. Fixes: * evas - csd and wl csd - fix alpha zeroing to avoid framespace junk * evas - genetic update regions smart merge - merge v adjacent regions * efreet - handle runtime relocation right with default XDG_DATA_DI

[e-users] EFL 1.24.2 release

2020-05-25 Thread Stefan Schmidt
Two weeks after 1.24.1 we are back with a new stable release. This collection provides some additional fixes for the 1.24.x series. Fixes: * evas_vg_shape: return NULL in evas_vg_shape_add when the parent of shape is NULL * efl_ui_image: fix to call "clicked" smart callback when there i

[e-users] EFL 1.24.1 release

2020-05-11 Thread Stefan Schmidt
We collected and backport some fixes in are now ready to release the first stable update for the efl 1.24.x series. Fixes: * edje - don't set font sizes less than 1 * ecore_evas_x - fix maximize/unmaximize request corner case * ecore_evas: only define these eina errors once * exactne

[e-users] EFL 1.24.0 beta 3

2020-04-21 Thread Stefan Schmidt
Beta 3 is out for our upcoming 1.24 release. Hopefully this will be a our last beta before a final release next week. Things are looking calm and I am not aware of any show-stopper right now **Fixes:** * elm menu - fix segv on deletion/shutdown where parent was not done ok * canvas svg: f

[e-users] EFL 1.24.0 beta 2

2020-04-15 Thread Stefan Schmidt
Beta 2 is out for our upcoming 1.24 release. If you have bugs that are not addressed now, its about time to let us know. **Fixes:** * elm_cnp: fix memory leaks **Download** http://download.enlightenment.org/rel/libs/efl/efl-1.24.0-beta2.tar.xz 25f82e1f2da6a5b86973ab37370477ec6964a3b57adc5c74

[e-users] EFL 1.24.0 beta 1

2020-04-08 Thread Stefan Schmidt
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:** * ui textpath: update map before rendering begins. * elm icon/image efl ui image - respect aspect hints at all if

[e-users] EFL 1.24.0 alpha 1

2020-04-01 Thread Stefan Schmidt
With this alpha release we are marking the freeze and start of the stabilization phase for the efl 1.24 release cycle. Please give it some testing and report problems to us so we can work towards a well working release. **Features:** * eina: add comparison macros for Eina_Size2D and Eina_P

[e-users] EFL 1.23.1 Release

2019-10-11 Thread Mike Blumenkrantz
This release contains the latest fixes for the EFL 1.23 series. See the full announcement with download links here: https://www.enlightenment.org/news/efl-1.23.1 ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://list

[e-users] EFL 1.22.6 Release

2019-10-04 Thread Mike Blumenkrantz
This release contains the latest fixes for the EFL 1.22 series. See the full announcement with download links here: https://www.enlightenment.org/news/efl-1.22.6 ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://list

[e-users] EFL 1.23.0 beta 3

2019-09-25 Thread Stefan Schmidt
hile we hoped we would have the final release at this point we still have issues to sort out before we can declare our current work a stable release. In the meantime I am releasing another beta here to allow people testing which needs tarballs. Fixes: * ecore/signal: also use nonblock for w

[e-users] EFL 1.22.5 Release

2019-09-18 Thread Mike Blumenkrantz
This release contains the latest fixes for the EFL 1.22 series. See the full announcement with download links here: https://www.enlightenment.org/news/efl-1.22.5 ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://list

[e-users] EFL 1.23.0 beta 2

2019-09-16 Thread Stefan Schmidt
Second beta for upcoming 1.23 release. We still have problems to solve and bugs to fix, but its getting there now. help us testing! **Fixes:** * efl: check file's mtime in efl.file::file_set to determine if file is the same * meson.build: allow to disable tiff evas loader **Download** http:

[e-users] EFL 1.23.0 beta 1

2019-09-09 Thread Stefan Schmidt
Our first beta for the 1.23 release. From now on we should be a lot stricter on what can still go into master. **Features:** * eolian: remove support for inlist/inarray * ecore-drm2: Add API function to return output rotation (T7690) **Fixes:** * Fix leak in elm atspi * eina_file: set

[e-users] EFL 1.22.4 Release

2019-09-04 Thread Mike Blumenkrantz
This release contains the latest fixes for the EFL 1.22 series. See the full announcement with download links here: https://www.enlightenment.org/news/efl-1.22.4 ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://list

[e-users] EFL 1.23.0 alpha 1 released

2019-09-02 Thread Stefan Schmidt
With this alpha release we are marking the freeze and start of the stabilization phase for the efl 1.23 release cycle. Please give it some testing and report problems to us so we can work towards a well working release. Its our first official release based on the meson build system, be extra carefu

[e-users] EFL 1.22.3 Release

2019-08-23 Thread Mike Blumenkrantz
This release contains the latest fixes for the EFL 1.22 series. See the full announcement with download links here:https://www.enlightenment.org/news/efl-1.22.3 ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists

Re: [e-users] EFL on Yocto

2019-07-29 Thread Mark Putten van der
Hi Vito, I got a repo available for sumo. It's in draft, but compiling and running fine. In the near future I am not able to work much on it. Maybe you can. https://bitbucket.org/markvdp/meta-efl/src/sumo/ And a reference for amd64 and Rpi https://bitbucket.org/markvdp/yocto-efl/src/master/ R

Re: [e-users] EFL on Yocto

2019-07-27 Thread Carsten Haitzler
On Sat, 27 Jul 2019 21:13:59 +0200 Vito Marolda said: > Il giorno sab 27 lug 2019 alle ore 19:33 Carsten Haitzler < > ras...@rasterman.com> ha scritto: > > > On Sat, 27 Jul 2019 18:54:20 +0200 Vito Marolda > > said: > > > > > Hello, > > > > > > I was trying to include EFL on my Yocto Sumo (2.5)

Re: [e-users] EFL on Yocto

2019-07-27 Thread Peter Kjellerstedt
> -Original Message- > From: Vito Marolda > Sent: den 27 juli 2019 21:14 > To: Carsten Haitzler > Cc: Enlightenment users discussion & support us...@lists.sourceforge.net> > Subject: Re: [e-users] EFL on Yocto > > Il giorno sab 27 lug 2019 alle ore

Re: [e-users] EFL on Yocto

2019-07-27 Thread Vito Marolda
Il giorno sab 27 lug 2019 alle ore 19:33 Carsten Haitzler < ras...@rasterman.com> ha scritto: > On Sat, 27 Jul 2019 18:54:20 +0200 Vito Marolda > said: > > > Hello, > > > > I was trying to include EFL on my Yocto Sumo (2.5) build (I use it with a > > iMX6 Dual Lite Module), to start trying it on

Re: [e-users] EFL on Yocto

2019-07-27 Thread The Rasterman
On Sat, 27 Jul 2019 18:54:20 +0200 Vito Marolda said: > Hello, > > I was trying to include EFL on my Yocto Sumo (2.5) build (I use it with a > iMX6 Dual Lite Module), to start trying it on my embedded prototype. > But it seems that the last meta-openembedded/meta-efl layer is only > included in

[e-users] EFL on Yocto

2019-07-27 Thread Vito Marolda
Hello, I was trying to include EFL on my Yocto Sumo (2.5) build (I use it with a iMX6 Dual Lite Module), to start trying it on my embedded prototype. But it seems that the last meta-openembedded/meta-efl layer is only included in Pyro (2.3) on 2017, and it has not been included in Yocto since then

Re: [e-users] efl C++

2019-07-22 Thread Pierre Couderc
On 7/22/19 12:20 PM, Carsten Haitzler (The Rasterman) wrote: On Mon, 22 Jul 2019 11:21:51 +0200 Pierre Couderc said: I think to write a small efl application in C++. I see than c++ bindings are not updated since 2016. Moreover, I know better C api. Moreover, it is a general rule to trust more

Re: [e-users] efl C++

2019-07-22 Thread The Rasterman
On Mon, 22 Jul 2019 11:21:51 +0200 Pierre Couderc said: > I think to write a small efl application in C++. > > I see than c++ bindings are not updated since 2016. Moreover, I know > better C api. Moreover, it is a general rule to trust more C APis then > derived bindings... Efl generates C++

[e-users] efl C++

2019-07-22 Thread Pierre Couderc
I think to write a small efl application in C++. I see than c++ bindings are not updated since 2016. Moreover, I know better C api. Moreover, it is a general rule to trust more C APis then derived bindings... What do you suggest ? In this case how should be my main.cpp ?

Re: [e-users] efl-git, taskbar displays annoying "error" about acpid

2019-07-17 Thread leoutation
On 7/17/19 12:33 AM, Carsten Haitzler (The Rasterman) wrote: On Tue, 16 Jul 2019 20:39:37 +0200 leoutat...@gmx.fr said: Hi Since two or three last efl-git / enlightement-git versions, enlightenment taskbar displays 'Error'. In x session, an E notification asks for acpid to be launched. In wayla

Re: [e-users] efl-git, taskbar displays annoying "error" about acpid

2019-07-16 Thread The Rasterman
On Tue, 16 Jul 2019 21:38:58 +0200 leoutat...@gmx.fr said: > On 7/16/19 8:39 PM, leoutat...@gmx.fr wrote: > > Hi > > Since two or three last efl-git / enlightement-git versions, > > enlightenment taskbar displays 'Error'. > > In x session, an E notification asks for acpid to be launched. > > In wa

Re: [e-users] efl-git, taskbar displays annoying "error" about acpid

2019-07-16 Thread The Rasterman
On Tue, 16 Jul 2019 20:39:37 +0200 leoutat...@gmx.fr said: > Hi > Since two or three last efl-git / enlightement-git versions, > enlightenment taskbar displays 'Error'. > In x session, an E notification asks for acpid to be launched. > In wayland session, i just see 'error' in taskbar > I don't wa

Re: [e-users] efl-git, taskbar displays annoying "error" about acpid

2019-07-16 Thread leoutation
On 7/16/19 8:39 PM, leoutat...@gmx.fr wrote: Hi Since two or three last efl-git / enlightement-git versions, enlightenment taskbar displays 'Error'. In x session, an E notification asks for acpid to be launched. In wayland session, i just see 'error' in taskbar I don't want to install acpid but,

[e-users] efl-git, taskbar displays annoying "error" about acpid

2019-07-16 Thread leoutation
Hi Since two or three last efl-git / enlightement-git versions, enlightenment taskbar displays 'Error'. In x session, an E notification asks for acpid to be launched. In wayland session, i just see 'error' in taskbar I don't want to install acpid but, may be it's necessary now. I don't know... Is

[e-users] EFL 1.22.2 Release

2019-05-01 Thread Mike Blumenkrantz
This release contains the latest fixes for the EFL 1.22 series. See the full announcement with download links here: https://www.enlightenment.org/news/efl-1.22. 2 ___ enlightenment-users mailing list enligh

[e-users] EFL 1.22.1 Release

2019-04-17 Thread Mike Blumenkrantz
The first bugfix release of the EFL 1.22 series is now available. See the full announcement with download links here: https://www.enlightenment.org/news/efl-1.22.1 ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://li

Re: [e-users] efl 1.22 wayland freeze

2019-04-08 Thread leoutation
On 4/8/19 3:26 PM, Carsten Haitzler wrote: On Mon, 8 Apr 2019 15:20:23 +0200 leoutat...@gmx.fr said: On 4/8/19 1:56 PM, Carsten Haitzler wrote: On Sun, 7 Apr 2019 17:10:13 +0200 leoutat...@gmx.fr said: On 4/7/19 3:52 PM, Carsten Haitzler wrote: On Sun, 7 Apr 2019 14:35:01 +0200 leoutat...@g

Re: [e-users] efl 1.22 wayland freeze

2019-04-08 Thread Carsten Haitzler
On Mon, 8 Apr 2019 15:20:23 +0200 leoutat...@gmx.fr said: > On 4/8/19 1:56 PM, Carsten Haitzler wrote: > > On Sun, 7 Apr 2019 17:10:13 +0200 leoutat...@gmx.fr said: > > > >> On 4/7/19 3:52 PM, Carsten Haitzler wrote: > >>> On Sun, 7 Apr 2019 14:35:01 +0200 leoutat...@gmx.fr said: > >>> > On 4

Re: [e-users] efl 1.22 wayland freeze

2019-04-08 Thread leoutation
On 4/8/19 1:56 PM, Carsten Haitzler wrote: On Sun, 7 Apr 2019 17:10:13 +0200 leoutat...@gmx.fr said: On 4/7/19 3:52 PM, Carsten Haitzler wrote: On Sun, 7 Apr 2019 14:35:01 +0200 leoutat...@gmx.fr said: On 4/7/19 1:22 PM, Carsten Haitzler (The Rasterman) wrote: On Sun, 7 Apr 2019 11:38:52 +0

Re: [e-users] efl 1.22 wayland freeze

2019-04-08 Thread Carsten Haitzler
On Sun, 7 Apr 2019 17:10:13 +0200 leoutat...@gmx.fr said: > On 4/7/19 3:52 PM, Carsten Haitzler wrote: > > On Sun, 7 Apr 2019 14:35:01 +0200 leoutat...@gmx.fr said: > > > >> On 4/7/19 1:22 PM, Carsten Haitzler (The Rasterman) wrote: > >>> On Sun, 7 Apr 2019 11:38:52 +0200 leoutat...@gmx.fr said: >

Re: [e-users] efl 1.22 wayland freeze

2019-04-07 Thread leoutation
On 4/7/19 3:52 PM, Carsten Haitzler wrote: On Sun, 7 Apr 2019 14:35:01 +0200 leoutat...@gmx.fr said: On 4/7/19 1:22 PM, Carsten Haitzler (The Rasterman) wrote: On Sun, 7 Apr 2019 11:38:52 +0200 leoutat...@gmx.fr said: Hi I compiled and installed efl-git-1.22 + enlightenment-git It freezes un

Re: [e-users] efl 1.22 wayland freeze

2019-04-07 Thread Carsten Haitzler
On Sun, 7 Apr 2019 14:35:01 +0200 leoutat...@gmx.fr said: > On 4/7/19 1:22 PM, Carsten Haitzler (The Rasterman) wrote: > > On Sun, 7 Apr 2019 11:38:52 +0200 leoutat...@gmx.fr said: > > > >> Hi > >> I compiled and installed efl-git-1.22 + enlightenment-git > >> It freezes under wayland, so I downgr

Re: [e-users] efl 1.22 wayland freeze

2019-04-07 Thread leoutation
On 4/7/19 1:22 PM, Carsten Haitzler (The Rasterman) wrote: On Sun, 7 Apr 2019 11:38:52 +0200 leoutat...@gmx.fr said: Hi I compiled and installed efl-git-1.22 + enlightenment-git It freezes under wayland, so I downgraded to 1.22 beta. Arch system, Arch-Aur packages software or gl rendering in

Re: [e-users] efl 1.22 wayland freeze

2019-04-07 Thread The Rasterman
On Sun, 7 Apr 2019 11:38:52 +0200 leoutat...@gmx.fr said: > Hi > I compiled and installed efl-git-1.22 + enlightenment-git > It freezes under wayland, so I downgraded to 1.22 beta. > Arch system, Arch-Aur packages software or gl rendering in e? i know about the sw freezes. not sure why. interesti

[e-users] efl 1.22 wayland freeze

2019-04-07 Thread leoutation
Hi I compiled and installed efl-git-1.22 + enlightenment-git It freezes under wayland, so I downgraded to 1.22 beta. Arch system, Arch-Aur packages -- Maderios ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists

[e-users] EFL 1.22 Release

2019-04-05 Thread Mike Blumenkrantz
After 8 months of development work we are proud to announce the release of version 1.22 of the Enlightenment Foundation Libraries, featuring over 2000 patches from developers around the world. DOWNLOAD 6ac87450cb55a5948c550dbeb05464f5fc1b0616c52dcb1cb2efbda73999c8ef http://download.enlightenment.

[e-users] EFL 1.22.0 beta 1

2019-03-12 Thread Stefan Schmidt
A bit delayed for various small reason we are pleased to announce the beta 1 release for the 1.22 release cycle. From this point forward the focus is on ironing out bugs in the code base to make a solid release. Please help by testing and fixing bugs. For meson tarball for testing purpose has also

[e-users] EFL 1.22.0 alpha 1

2019-03-04 Thread Stefan Schmidt
This alpha release for 1.22 starts the freeze period and stabilization phase for the 1.22 release cycle. There are still problems to fix and we appreciate any tester of this to let us know about problems seen. This goes for packaging, testing with efl based applications, integration into your syste

[e-users] EFL 1.21.1 release

2018-09-13 Thread Stefan Schmidt
Our first update on the 1.21 release series. Fixes: * ecore_wl2_dmabuf: Link with ecore_wl2 (T7327) * ecore_wl2_dmabuf: Depend on ecore_wl2 (T7327) * efl selection manager - avoid multiple selection get callbacks for req http://download.enlightenment.org/rel/libs/efl/efl-1.21.1.tar.xz

[e-users] EFL 1.21.0 beta 2

2018-08-09 Thread Stefan Schmidt
This second, and hopefully last, beta release for 1.21 brings a number of fixes over the first beta release. The number of known issues shrunk to just a few left overs we are working on right now. We appreciate any tester of this to let us know about problems. This goes for packaging, testing with

[e-users] EFL 1.21.0 beta1 released

2018-07-25 Thread Stefan Schmidt
This first beta release for 1.21 brings a number of fixes over the alpha release. A working wayland build from the tarballs for example. We still have some open issues before we can go further with the release. We appreciate any tester of this to let us know about problems. This goes for packaging,

[e-users] EFL 1.21.0 alpha1 released

2018-07-06 Thread Stefan Schmidt
This alpha release for 1.21 starts the freeze period and stabilization phase for the 1.21 release cycle. There are still problems to fix and we appreciate any tester of this to let us know about problems seen. This goes for packaging, testing with efl based applications, integration into your syste

[e-users] EFL 1.20.7 release

2018-03-01 Thread Stefan Schmidt
Our seventh update on the 1.20 release. ==Fixes:==    * ecore ipc/con: fix nasty ... they dont mutually exclude    * evas: Fix potential crash with draw context    * disable async mode (use sync mode) for ibus when keymap changes    * eio: make inotify monitors fork-safe    * ecore-file: make mon

Re: [e-users] EFL Synchronisation question

2017-11-30 Thread Carsten Haitzler
On Thu, 30 Nov 2017 07:34:07 +0100 Pierre Couderc said: > I have a worker thread which produces data. > > Which mechanism is recommended to awake main EFL loop to display this data? > > How to create an event ? a range of ways... ecore_thread is probably what you want to look at for spawning

[e-users] EFL Synchronisation question

2017-11-29 Thread Pierre Couderc
I have a worker thread which produces data. Which mechanism is recommended to awake main EFL loop to display this data? How to create an event ? -- Check out the vibrant tech community on one of the world's most engag

[e-users] EFL 1.20.6 release

2017-11-23 Thread Stefan Schmidt
Our sixth update on the 1.20 release. ==Fixes:==    * efl ui win - make win centering work with multiple screens (T6323)    * edje_cc: fix a memory leak issue when edje_cc writes images    * evas gl generic/common - add more linking for gles mode to fix deb build (T6158)    * edje_edit: duplicat

  1   2   3   4   5   6   >