Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Romain Naour <romain.naour@openwide.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [RFC 00/37] efl bump to 1.14.2
Date: Thu, 6 Aug 2015 10:45:13 +0200	[thread overview]
Message-ID: <55C31E99.8010002@openwide.fr> (raw)
In-Reply-To: <1437936947-17632-1-git-send-email-romain.naour@openwide.fr>

Hi All,

Le 26/07/2015 20:55, 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.
> A example defconfig will be added in a followup patch.
> 
> It also been builded tested with a ARM toolchain.
> 
> The sdl2 support has been droped in this series since some libevas gl module
> still use sdl v1 headers.
> Also the new efl package is no longer available for other libc than glibc due
> to use of mkstemps() function.
> 
> 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 20 add a new efl package updated to 1.14.2.
> Patches 21 to 26 update all other packages which use efl.
> Patches 27 to 36 remove old efl packages.
> Patch 37 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

This series is superseded since efl 1.15 is out.
Also, efl can be build with a musl toolchain if pulseaudio is fixed for musl.

I've pushed an updated version on github for testing and review.
https://github.com/RomainNaour/buildroot/tree/efl-1.15.0-v1

I'll wait for the 2015.08 release before sending an updated version.

Best regards,
Romain
> 
> Best regards,
> Romain Naour
> 

  parent reply	other threads:[~2015-08-06  8:45 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-26 18:55 [Buildroot] [RFC 00/37] efl bump to 1.14.2 Romain Naour
2015-07-26 18:55 ` [Buildroot] [01/37] package/x11r7/xproto_printproto: new package Romain Naour
2015-07-26 18:55 ` [Buildroot] [02/37] package/x11r7/xlib_libXp: " Romain Naour
2015-07-26 18:55 ` [Buildroot] [03/37] package/x11r7/xlib_libXpresent: " Romain Naour
2015-07-26 18:55 ` [Buildroot] [04/37] package/efl: remove shared version number Romain Naour
2015-07-26 18:55 ` [Buildroot] [05/37] package/expedite: move to package directory Romain Naour
2015-07-26 18:55 ` [Buildroot] [06/37] package/libelementary: " Romain Naour
2015-07-26 18:55 ` [Buildroot] [07/37] package/libevas-generic-loaders: " Romain Naour
2015-07-26 18:55 ` [Buildroot] [RFC 08/37] package/efl: move one directory higher Romain Naour
2015-07-26 18:55 ` [Buildroot] [RFC 09/37] package/efl: new host-package Romain Naour
2015-07-26 18:55 ` [Buildroot] [RFC 10/37] package/efl: new package Romain Naour
2015-07-26 18:55 ` [Buildroot] [RFC 11/37] package/efl: add harfbuzz dependency Romain Naour
2015-07-26 18:55 ` [Buildroot] [RFC 12/37] package/efl: add wayland dependency Romain Naour
2015-07-26 18:55 ` [Buildroot] [RFC 13/37] package/efl: add libcurl dependency Romain Naour
2015-07-26 18:55 ` [Buildroot] [RFC 14/37] package/efl: add libblkid dependency Romain Naour
2015-07-26 18:55 ` [Buildroot] [RFC 15/37] package/efl: add webp dependency Romain Naour
2015-07-26 18:55 ` [Buildroot] [RFC 16/37] package/efl: add frame buffer config option Romain Naour
2015-07-26 18:55 ` [Buildroot] [RFC 17/37] package/efl: add jp2k " Romain Naour
2015-07-26 18:55 ` [Buildroot] [RFC 18/37] package/efl: add X11 support Romain Naour
2015-07-26 18:55 ` [Buildroot] [RFC 19/37] package/efl: add OpenGL/OpenGLES support Romain Naour
2015-07-26 18:55 ` [Buildroot] [RFC 20/37] package/efl: add Xpresent dependency Romain Naour
2015-07-26 18:55 ` [Buildroot] [RFC 21/37] package/libevas-generic-loaders: bump to version 1.14.0 Romain Naour
2015-07-26 18:55 ` [Buildroot] [RFC 22/37] package/libevas-generic-loaders: add libraw dependency Romain Naour
2015-07-26 18:55 ` [Buildroot] [RFC 23/37] package/libelementary: bump to version 1.14.2 Romain Naour
2015-07-26 18:55 ` [Buildroot] [RFC 24/37] package/libelementary: add host package Romain Naour
2015-07-26 18:55 ` [Buildroot] [RFC 25/37] package/enlightenment: bump to version 0.19.7 Romain Naour
2015-07-26 18:55 ` [Buildroot] [RFC 26/37] package/expedite: bump to efl-1.14 branch Romain Naour
2015-07-26 18:55 ` [Buildroot] [RFC 27/37] package/libethumb: remove package Romain Naour
2015-07-26 18:55 ` [Buildroot] [RFC 28/37] package/libedje: " Romain Naour
2015-07-26 18:55 ` [Buildroot] [RFC 29/37] package/libembryo: " Romain Naour
2015-07-26 18:55 ` [Buildroot] [RFC 30/37] package/libeio: " Romain Naour
2015-07-26 18:55 ` [Buildroot] [RFC 31/37] package/libefreet: " Romain Naour
2015-07-26 18:55 ` [Buildroot] [RFC 32/37] package/libedbus: " Romain Naour
2015-07-26 18:55 ` [Buildroot] [RFC 33/37] package/libecore: " Romain Naour
2015-07-26 18:55 ` [Buildroot] [RFC 34/37] package/libevas: " Romain Naour
2015-07-26 18:55 ` [Buildroot] [RFC 35/37] package/libeet: " Romain Naour
2015-07-26 18:55 ` [Buildroot] [RFC 36/37] package/libeina: " Romain Naour
2015-07-26 18:55 ` [Buildroot] [RFC 37/37] package/libemotion-generic-players: new package Romain Naour
2015-08-06  8:45 ` Romain Naour [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-08-03 18:55 [Buildroot] [RFC 00/37] efl bump to 1.14.2 vj
2015-08-03 23:10 ` Romain Naour
2015-08-21  0:30 vj
2015-08-21  9:51 ` Romain Naour
2015-08-21 10:18   ` Romain Naour
2015-08-21 17:56   ` vj
2015-08-24 21:42     ` Romain Naour
2015-08-24 22:09       ` vj
2015-09-05 14:55         ` Romain Naour
2015-09-27  0:37           ` vj
2015-09-28 21:00             ` Romain Naour

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=55C31E99.8010002@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