All of lore.kernel.org
 help / color / mirror / Atom feed
From: Romain Naour <romain.naour@openwide.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PACH v2 00/38] efl bump to 1.15.1
Date: Thu, 24 Sep 2015 21:26:28 +0200	[thread overview]
Message-ID: <56044E64.5090108@openwide.fr> (raw)
In-Reply-To: <1441747212-27421-1-git-send-email-romain.naour@openwide.fr>

Hi All,

Le 08/09/2015 23:19, Romain Naour a ?crit :
> This series bump the efl package to the latest release and also update all
> other packages which use efl.
> 
> The elf related packages are no longer in package/efl directory to
> follow the Buildroot recommendations.
> 
> This series has been tested under Qemu for x86 using the kernel based on
> linux config povided in board/qemu/x86. I've enabled CONFIG_FB_CIRRUS
> and some other video related options during testing.
> An example defconfig can be added in a followup patch.
> 
> It also been tested on ARM with a uClibc-ng 1.0.5 + a patch
> which has been merged in uClibc-ng 1.0.6 release.
> Legacy uClibc toolchains are not supported due to missing mkstemps().
> 
> /!\ Warning for autobuilders /!\
> All uClibc-ng toolchains must be rebuilt with the latest release.
> 
> The sdl2 support has been removed from this series since sdl2 package
> is not merged upstream yet.
> 
> Patches  1 to  3 add some new packages used by efl
> Patches  4 to  8 move existing efl packages outside or package/efl directory.
>                  There is no efl package at this point.
> Patches  9 to 21 add a new efl package updated to 1.14.2.
> Patches 22 to 27 update all other packages which use efl.
> Patches 28 to 37 remove old efl packages.
> Patch 38 add a new package libemotion-generic-players
> 
> This is a first part, other packages which use efl are ready and will be
> sent in a followup series:
> 
> * rage
> * terminology
> * empc
> * ecrire
> * python-efl
> * econnman
> * libetrophy
> * elemines
> * libcanberra
> * e-cho
> 
> Thanks to Vicente Bergas for testing on musl!
> 
> Since v1:
> * EFL bump to 1.15.1 instead of 1.14.2
> * libelementary bump to 1.15.1 instead of 1.14.2
> * enlightenment bump to 0.19.9 instead of 0.19.7
> 

I'll wait for efl 1.15.2 release [1] before sending another series.
It will also contain enlightenment 0.19.11 release.

[1] http://sourceforge.net/p/enlightenment/mailman/message/34477142/

Best regards,
Romain

      parent reply	other threads:[~2015-09-24 19:26 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-08 21:19 [Buildroot] [PACH v2 00/38] efl bump to 1.15.1 Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 01/38] package/x11r7/xproto_printproto: new package Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 02/38] package/x11r7/xlib_libXp: " Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 03/38] package/x11r7/xlib_libXpresent: " Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 04/38] package/efl: remove shared version number Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 05/38] package/expedite: move to package directory Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 06/38] package/libelementary: " Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 07/38] package/libevas-generic-loaders: " Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 08/38] package/efl: move one directory higher Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 09/38] package/efl: new host-package Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 10/38] package/efl: new package Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 11/38] package/efl: regenerate the configure script Romain Naour
2015-09-12 10:38   ` Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 12/38] package/efl: add harfbuzz dependency Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 13/38] package/efl: add wayland dependency Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 14/38] package/efl: add libcurl dependency Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 15/38] package/efl: add libblkid dependency Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 16/38] package/efl: add webp dependency Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 17/38] package/efl: add frame buffer config option Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 18/38] package/efl: add jp2k " Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 19/38] package/efl: add X11 support Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 20/38] package/efl: add OpenGL/OpenGLES support Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 21/38] package/efl: add Xpresent dependency Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 22/38] package/libevas-generic-loaders: bump to version 1.15.0 Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 23/38] package/libevas-generic-loaders: add libraw dependency Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 24/38] package/libelementary: bump to version 1.15.1 Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 25/38] package/libelementary: add host package Romain Naour
2015-09-08 21:20 ` [Buildroot] [PACH v2 26/38] package/enlightenment: bump to version 0.19.9 Romain Naour
2015-09-08 21:20 ` [Buildroot] [PACH v2 27/38] package/expedite: bump to efl-1.15 branch Romain Naour
2015-09-08 21:20 ` [Buildroot] [PACH v2 28/38] package/libethumb: remove package Romain Naour
2015-09-08 21:20 ` [Buildroot] [PACH v2 29/38] package/libedje: " Romain Naour
2015-09-08 21:20 ` [Buildroot] [PACH v2 30/38] package/libembryo: " Romain Naour
2015-09-08 21:20 ` [Buildroot] [PACH v2 31/38] package/libeio: " Romain Naour
2015-09-08 21:20 ` [Buildroot] [PACH v2 32/38] package/libefreet: " Romain Naour
2015-09-08 21:20 ` [Buildroot] [PACH v2 33/38] package/libedbus: " Romain Naour
2015-09-08 21:20 ` [Buildroot] [PACH v2 34/38] package/libecore: " Romain Naour
2015-09-08 21:20 ` [Buildroot] [PACH v2 35/38] package/libevas: " Romain Naour
2015-09-08 21:20 ` [Buildroot] [PACH v2 36/38] package/libeet: " Romain Naour
2015-09-08 21:20 ` [Buildroot] [PACH v2 37/38] package/libeina: " Romain Naour
2015-09-08 21:20 ` [Buildroot] [PACH v2 38/38] package/libemotion-generic-players: new package Romain Naour
2015-09-15 21:25 ` [Buildroot] [PACH v2 00/38] efl bump to 1.15.1 Romain Naour
2015-09-24 19:26 ` Romain Naour [this message]

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=56044E64.5090108@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.