Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Romain Naour <romain.naour@openwide.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v10 00/28] efl bump to 1.15.2
Date: Sat, 19 Dec 2015 15:30:27 +0100	[thread overview]
Message-ID: <56756A03.7050701@openwide.fr> (raw)
In-Reply-To: <20151218001144.5a685de2@free-electrons.com>

Hello Thomas, All,

Le 18/12/2015 00:11, Thomas Petazzoni a ?crit :
> Dear Romain Naour,
> 
> On Tue, 15 Dec 2015 23:40:12 +0100, Romain Naour wrote:
> 
>> Romain Naour (28):
>>   package/efl/libefl: new package
>>   package/efl/libefl: add harfbuzz dependency
>>   package/efl/libefl: add wayland dependency
>>   package/efl/libefl: add webp dependency
>>   package/efl/libefl: add frame buffer config option
>>   package/efl/libefl: add jp2k config option
>>   package/efl/libefl: add X11 support
> 
> All those ones applied. On the "libefl: new package" patch I've applied
> my two patches that I showed you on the mailing list.
> 
>>   package/efl/libefl: add OpenGLES support
> 
> This one I wasn't sure about the "choice"; we had some discussion about
> it with Yann on IRC.

It's not clear to me when we can really use the full OpenGL support.
I thought that the full OpenGL support was only needed by some specific hardware...

> 
>>   package/efl/libefl: enable xinput2.2
> 
> This one I thought should have been part of the X11 support patch, but
> now that I have applied the X11 support patch, I think I'll apply this
> one separately.

ok.

> 
>>   package/libevas-generic-loaders: bump to version 1.15.0
>>   package/libevas-generic-loaders: add libraw dependency
>>   package/efl/libelementary: bump to version 1.15.2
>>   package/efl: libefl and libelementary share the same version number
>>   package/enlightenment: bump to version 0.19.12
>>   package/expedite: bump to efl-1.15 branch
>>   package/dbus-cpp: switch to libefl
>>   package/efl/libethumb: remove package
>>   package/efl/libedje: remove package
>>   package/efl/libembryo: remove package
>>   package/efl/libeio: remove package
>>   package/efl/libefreet: remove package
>>   package/efl/libedbus: remove package
>>   package/efl/libecore: remove package
>>   package/efl/libevas: remove package
>>   package/efl/libeet: remove package
>>   package/efl/libeina: remove package
> 
> All applied.
> 
>>   package/libemotion-generic-players: new package
> 
> I want to do some more review on this one.

Ok.

> 
>>   package/efl: rename libefl to efl
> 
> I don't understand the logic of this one, and why we're moving from a
> 'menuconfig' to a 'menu'.
> 
> So there are four patches left to be applied out of 28.
> 
> Thanks a lot for working on this, definitely great to have an
> up-to-date EFL stack.

Yes, special thank to Vicente who did a runtime test and Yann complete review of
this series.

> 
> To be honest, with the version number now being shared with just libefl
> and libelementary, I am not sure it is really worth the effort to have
> a package/efl/ directory with those two packages. What about making
> them normal top-level packages ?

This is what I wanted to do initially (in v3):
- move all old efl package outside of package/efl/ [1]
- add a new package efl [2]

[1] http://patchwork.ozlabs.org/patch/528603/
[2] http://patchwork.ozlabs.org/patch/528573/

But someone asked me to keep in sync libelementary and efl, so I introduced the
libefl package in the followup series.

Now, we can move libelementary and libefl to package/ directory.
And even rename libefl to efl because all packages that use efl libraries
depends on BR2_PACKAGE_EFL.

Thoughts ?

Romain

> 
> Thanks!
> 
> Thomas
> 

  reply	other threads:[~2015-12-19 14:30 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-15 22:40 [Buildroot] [PATCH v10 00/28] efl bump to 1.15.2 Romain Naour
2015-12-15 22:40 ` [Buildroot] [PATCH v10 01/28] package/efl/libefl: new package Romain Naour
2015-12-16 20:32   ` Thomas Petazzoni
2015-12-16 21:36     ` Yann E. MORIN
2015-12-16 21:45       ` Thomas Petazzoni
2015-12-17 22:09     ` Romain Naour
2015-12-17 22:17       ` Thomas Petazzoni
2015-12-17 22:21       ` Yann E. MORIN
2015-12-15 22:40 ` [Buildroot] [PATCH v10 02/28] package/efl/libefl: add harfbuzz dependency Romain Naour
2015-12-15 22:40 ` [Buildroot] [PATCH v10 03/28] package/efl/libefl: add wayland dependency Romain Naour
2015-12-15 22:40 ` [Buildroot] [PATCH v10 04/28] package/efl/libefl: add webp dependency Romain Naour
2015-12-15 22:40 ` [Buildroot] [PATCH v10 05/28] package/efl/libefl: add frame buffer config option Romain Naour
2015-12-15 22:40 ` [Buildroot] [PATCH v10 06/28] package/efl/libefl: add jp2k " Romain Naour
2015-12-15 22:40 ` [Buildroot] [PATCH v10 07/28] package/efl/libefl: add X11 support Romain Naour
2015-12-15 22:40 ` [Buildroot] [PATCH v10 08/28] package/efl/libefl: add OpenGLES support Romain Naour
2015-12-15 22:40 ` [Buildroot] [PATCH v10 09/28] package/efl/libefl: enable xinput2.2 Romain Naour
2015-12-15 22:40 ` [Buildroot] [PATCH v10 10/28] package/libevas-generic-loaders: bump to version 1.15.0 Romain Naour
2015-12-15 22:40 ` [Buildroot] [PATCH v10 11/28] package/libevas-generic-loaders: add libraw dependency Romain Naour
2015-12-15 22:40 ` [Buildroot] [PATCH v10 12/28] package/efl/libelementary: bump to version 1.15.2 Romain Naour
2015-12-15 22:40 ` [Buildroot] [PATCH v10 13/28] package/efl: libefl and libelementary share the same version number Romain Naour
2015-12-15 22:40 ` [Buildroot] [PATCH v10 14/28] package/enlightenment: bump to version 0.19.12 Romain Naour
2015-12-15 22:40 ` [Buildroot] [PATCH v10 15/28] package/expedite: bump to efl-1.15 branch Romain Naour
2015-12-15 22:40 ` [Buildroot] [PATCH v10 16/28] package/dbus-cpp: switch to libefl Romain Naour
2015-12-15 22:40 ` [Buildroot] [PATCH v10 17/28] package/efl/libethumb: remove package Romain Naour
2015-12-15 22:40 ` [Buildroot] [PATCH v10 18/28] package/efl/libedje: " Romain Naour
2015-12-15 22:40 ` [Buildroot] [PATCH v10 19/28] package/efl/libembryo: " Romain Naour
2015-12-15 22:40 ` [Buildroot] [PATCH v10 20/28] package/efl/libeio: " Romain Naour
2015-12-15 22:40 ` [Buildroot] [PATCH v10 21/28] package/efl/libefreet: " Romain Naour
2015-12-15 22:40 ` [Buildroot] [PATCH v10 22/28] package/efl/libedbus: " Romain Naour
2015-12-15 22:40 ` [Buildroot] [PATCH v10 23/28] package/efl/libecore: " Romain Naour
2015-12-15 22:40 ` [Buildroot] [PATCH v10 24/28] package/efl/libevas: " Romain Naour
2015-12-15 22:40 ` [Buildroot] [PATCH v10 25/28] package/efl/libeet: " Romain Naour
2015-12-15 22:40 ` [Buildroot] [PATCH v10 26/28] package/efl/libeina: " Romain Naour
2015-12-15 22:40 ` [Buildroot] [PATCH v10 27/28] package/libemotion-generic-players: new package Romain Naour
2015-12-15 22:40 ` [Buildroot] [PATCH v10 28/28] package/efl: rename libefl to efl Romain Naour
2015-12-17 23:11 ` [Buildroot] [PATCH v10 00/28] efl bump to 1.15.2 Thomas Petazzoni
2015-12-19 14:30   ` Romain Naour [this message]
2015-12-19 14:47     ` Thomas Petazzoni
2015-12-19 15:57     ` Yann E. MORIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56756A03.7050701@openwide.fr \
    --to=romain.naour@openwide.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox