All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v5 32/36] package/efl/libecore: remove package
Date: Sun, 25 Oct 2015 17:50:14 +0100	[thread overview]
Message-ID: <20151025165014.GD11692@free.fr> (raw)
In-Reply-To: <1445720476-21517-33-git-send-email-romain.naour@openwide.fr>

Romain, All,

On 2015-10-24 23:01 +0200, Romain Naour spake thusly:
> Libecore is now available in efl package.
> 
> Signed-off-by: Romain Naour <romain.naour@openwide.fr>

Aha! This time I have a completely different comment! ;-)

    $ git grep BR2_PACKAGE_LIBECORE
    Config.in.legacy:config BR2_PACKAGE_LIBECORE
    package/dbus-cpp/dbus-cpp.mk:ifeq ($(BR2_PACKAGE_LIBECORE),y)

Aha... ;-)

I gues you should switch dbus-cpp to use libefl and then start removing
the old EFL packages. I.e. just before removing libethumb.

Regards,
Yann E. MORIN.

> ---
> v5: remove libecore directory
> v4: update Config.in to use libefl
> v3: update legacy option for 2015.11
>     update help text
> ---
>  Config.in.legacy                 |   7 +++
>  package/efl/Config.in            |   1 -
>  package/efl/libecore/Config.in   |  46 ----------------
>  package/efl/libecore/libecore.mk | 114 ---------------------------------------
>  4 files changed, 7 insertions(+), 161 deletions(-)
>  delete mode 100644 package/efl/libecore/Config.in
>  delete mode 100644 package/efl/libecore/libecore.mk
> 
> diff --git a/Config.in.legacy b/Config.in.legacy
> index bba5086..6c72a54 100644
> --- a/Config.in.legacy
> +++ b/Config.in.legacy
> @@ -107,6 +107,13 @@ endif
>  ###############################################################################
>  comment "Legacy options removed in 2015.11"
>  
> +config BR2_PACKAGE_LIBECORE
> +	bool "libecore package has been removed"
> +	select BR2_LEGACY
> +	select BR2_PACKAGE_EFL
> +	help
> +	  The libecore package has been removed with the efl bump to 1.15.
> +
>  config BR2_PACKAGE_LIBEDBUS
>  	bool "libedbus package has been removed"
>  	select BR2_LEGACY
> diff --git a/package/efl/Config.in b/package/efl/Config.in
> index 3092c8f..7bd73dc 100644
> --- a/package/efl/Config.in
> +++ b/package/efl/Config.in
> @@ -15,7 +15,6 @@ menuconfig BR2_PACKAGE_EFL
>  if BR2_PACKAGE_EFL
>  
>  source "package/efl/libeina/Config.in"
> -source "package/efl/libecore/Config.in"
>  source "package/efl/libeet/Config.in"
>  source "package/efl/libefl/Config.in"
>  source "package/efl/libevas/Config.in"
> diff --git a/package/efl/libecore/Config.in b/package/efl/libecore/Config.in
> deleted file mode 100644
> index a9408dc..0000000
> --- a/package/efl/libecore/Config.in
> +++ /dev/null
> @@ -1,46 +0,0 @@
> -config BR2_PACKAGE_LIBECORE
> -	bool "libecore"
> -	select BR2_PACKAGE_LIBEINA
> -	help
> -	  Ecore is the event/X abstraction layer that makes doing
> -	  selections, Xdnd, general X stuff, event loops, timeouts and
> -	  idle handlers fast, optimized, and convenient.
> -
> -	  http://trac.enlightenment.org/e/wiki/Ecore
> -
> -if BR2_PACKAGE_LIBECORE
> -
> -config BR2_PACKAGE_LIBECORE_DIRECTFB
> -	bool "libecore DirectFB support"
> -	depends on BR2_PACKAGE_DIRECTFB
> -	default y
> -
> -config BR2_PACKAGE_LIBECORE_FB
> -	bool "libecore framebuffer support"
> -
> -config BR2_PACKAGE_LIBECORE_SDL
> -	bool "libecore SDL support"
> -	select BR2_PACKAGE_SDL
> -
> -config BR2_PACKAGE_LIBECORE_X
> -	bool "libecore X support"
> -	depends on BR2_PACKAGE_XORG7
> -	select BR2_PACKAGE_XLIB_LIBX11
> -	select BR2_PACKAGE_XLIB_LIBXEXT
> -
> -config BR2_PACKAGE_LIBECORE_X_XCB
> -	bool "libecore XCB support"
> -	depends on BR2_PACKAGE_XORG7
> -	select BR2_PACKAGE_LIBXCB
> -	select BR2_PACKAGE_XLIB_LIBX11
> -	select BR2_PACKAGE_XCB_UTIL
> -
> -config BR2_PACKAGE_LIBECORE_EVAS
> -	bool "libecore Evas support"
> -	select BR2_PACKAGE_LIBEVAS
> -	depends on BR2_TOOLCHAIN_HAS_THREADS
> -
> -comment "evas support needs a toolchain w/ threads"
> -	depends on !BR2_TOOLCHAIN_HAS_THREADS
> -
> -endif # BR2_PACKAGE_LIBECORE
> diff --git a/package/efl/libecore/libecore.mk b/package/efl/libecore/libecore.mk
> deleted file mode 100644
> index b5016dc..0000000
> --- a/package/efl/libecore/libecore.mk
> +++ /dev/null
> @@ -1,114 +0,0 @@
> -################################################################################
> -#
> -# libecore
> -#
> -################################################################################
> -
> -LIBECORE_VERSION = 1.7.10
> -LIBECORE_SOURCE = ecore-$(LIBECORE_VERSION).tar.bz2
> -LIBECORE_SITE = http://download.enlightenment.org/releases
> -LIBECORE_LICENSE = BSD-2c
> -LIBECORE_LICENSE_FILES = COPYING
> -
> -LIBECORE_INSTALL_STAGING = YES
> -
> -LIBECORE_DEPENDENCIES = host-pkgconf libeina
> -
> -HOST_LIBECORE_DEPENDENCIES = host-pkgconf host-libeina host-libevas
> -HOST_LIBECORE_CONF_OPTS += 		\
> -	--enable-ecore-evas 		\
> -	--disable-simple-x11 		\
> -	--disable-ecore-directfb 	\
> -	--disable-ecore-x 		\
> -	--disable-ecore-x-xcb 		\
> -	--disable-ecore-imf-xim
> -
> -# default options
> -LIBECORE_CONF_OPTS = --disable-simple-x11
> -
> -ifeq ($(BR2_PACKAGE_TSLIB),y)
> -LIBECORE_DEPENDENCIES += tslib
> -endif
> -
> -ifeq ($(BR2_PACKAGE_LIBGLIB2),y)
> -LIBECORE_DEPENDENCIES += libglib2
> -endif
> -
> -ifeq ($(BR2_PACKAGE_OPENSSL),y)
> -LIBECORE_DEPENDENCIES += openssl
> -LIBECORE_CONF_OPTS += --enable-openssl
> -else
> -LIBECORE_CONF_OPTS += --disable-openssl
> -endif
> -
> -ifeq ($(BR2_PACKAGE_GNUTLS)$(BR2_PACKAGE_LIBGCRYPT),yy)
> -LIBECORE_DEPENDENCIES += gnutls libgcrypt
> -LIBECORE_CONF_OPTS += --enable-gnutls --with-libgcrypt-prefix=$(STAGING_DIR)/usr
> -else
> -LIBECORE_CONF_OPTS += --disable-gnutls
> -endif
> -
> -ifeq ($(BR2_PACKAGE_LIBCURL),y)
> -LIBECORE_DEPENDENCIES += libcurl
> -endif
> -
> -# libecore
> -ifeq ($(BR2_PACKAGE_LIBECORE_DIRECTFB),y)
> -LIBECORE_CONF_OPTS += --enable-ecore-directfb
> -LIBECORE_DEPENDENCIES += directfb
> -else
> -LIBECORE_CONF_OPTS += --disable-ecore-directfb
> -endif
> -
> -ifeq ($(BR2_PACKAGE_LIBECORE_FB),y)
> -LIBECORE_CONF_OPTS += --enable-ecore-fb
> -else
> -LIBECORE_CONF_OPTS += --disable-ecore-fb
> -endif
> -
> -ifeq ($(BR2_PACKAGE_LIBECORE_SDL),y)
> -LIBECORE_CONF_OPTS += --enable-ecore-sdl
> -LIBECORE_DEPENDENCIES += sdl
> -else
> -LIBECORE_CONF_OPTS += --disable-ecore-sdl
> -endif
> -
> -ifeq ($(BR2_PACKAGE_LIBECORE_X),y)
> -LIBECORE_CONF_OPTS += --enable-ecore-x \
> -	--with-x=$(STAGING_DIR) \
> -	--x-includes=$(STAGING_DIR)/usr/include \
> -	--x-libraries=$(STAGING_DIR)/usr/lib
> -LIBECORE_DEPENDENCIES += xlib_libXext xlib_libX11
> -else
> -LIBECORE_CONF_OPTS += --disable-ecore-x --disable-ecore-imf-xim
> -endif
> -
> -ifeq ($(BR2_PACKAGE_LIBECORE_X_XCB),y)
> -LIBECORE_CONF_OPTS += --enable-ecore-x-xcb
> -LIBECORE_DEPENDENCIES += libxcb xlib_libX11 xcb-util pixman
> -
> -# src/util/makekeys is executed at build time to generate
> -# ecore_xcb_keysym_table.h, so it should get compiled for the host.
> -# The ecore makefile unfortunately doesn't know about cross
> -# compilation so this doesn't work.  Long term, we should probably
> -# teach it about CC_FOR_BUILD, but for now simply build makekeys by
> -# hand in advance
> -define LIBECORE_BUILD_MAKEKEYS_FOR_HOST
> -	$(HOST_CONFIGURE_OPTS) $(MAKE1) -C $(@D)/src/util makekeys.o makekeys
> -endef
> -
> -LIBECORE_POST_EXTRACT_HOOKS += LIBECORE_BUILD_MAKEKEYS_FOR_HOST
> -else
> -LIBECORE_CONF_OPTS += --disable-ecore-x-xcb
> -endif
> -
> -# libecore-evas
> -ifeq ($(BR2_PACKAGE_LIBECORE_EVAS),y)
> -LIBECORE_CONF_OPTS += --enable-ecore-evas
> -LIBECORE_DEPENDENCIES += libevas
> -else
> -LIBECORE_CONF_OPTS += --disable-ecore-evas
> -endif
> -
> -$(eval $(autotools-package))
> -$(eval $(host-autotools-package))
> -- 
> 2.4.3
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2015-10-25 16:50 UTC|newest]

Thread overview: 94+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-24 21:00 [Buildroot] [PATCH v5 00/36] efl bump to 1.15.2 Romain Naour
2015-10-24 21:00 ` [Buildroot] [PATCH v5 01/36] package/expedite: move to package directory Romain Naour
2015-10-25 12:33   ` Yann E. MORIN
2015-10-24 21:00 ` [Buildroot] [PATCH v5 02/36] package/libevas-generic-loaders: " Romain Naour
2015-10-25 12:56   ` Yann E. MORIN
2015-10-25 19:21     ` Romain Naour
2015-10-25 21:04       ` Yann E. MORIN
2015-10-25 21:41         ` Romain Naour
2015-10-25 21:50           ` Yann E. MORIN
2015-10-24 21:00 ` [Buildroot] [PATCH v5 03/36] package/efl/libefl: new host-package Romain Naour
2015-10-25 13:10   ` Yann E. MORIN
2015-10-25 19:24     ` Romain Naour
2015-10-24 21:00 ` [Buildroot] [PATCH v5 04/36] package/efl/libefl: new package Romain Naour
2015-10-25 13:55   ` Yann E. MORIN
2015-10-26 21:53     ` Romain Naour
2015-10-27 19:16       ` Arnout Vandecappelle
2015-10-24 21:00 ` [Buildroot] [PATCH v5 05/36] package/efl/libefl: regenerate the configure script Romain Naour
2015-10-25 14:00   ` Yann E. MORIN
2015-10-24 21:00 ` [Buildroot] [PATCH v5 06/36] package/efl/libefl: add harfbuzz dependency Romain Naour
2015-10-25 14:22   ` Yann E. MORIN
2015-10-24 21:00 ` [Buildroot] [PATCH v5 07/36] package/efl/libefl: add wayland dependency Romain Naour
2015-10-25 14:25   ` Yann E. MORIN
2015-10-24 21:00 ` [Buildroot] [PATCH v5 08/36] package/efl/libefl: add libcurl dependency Romain Naour
2015-10-25 14:37   ` Yann E. MORIN
2015-10-28 21:39     ` Romain Naour
2015-10-24 21:00 ` [Buildroot] [PATCH v5 09/36] package/efl/libefl: add libblkid dependency Romain Naour
2015-10-25 14:40   ` Yann E. MORIN
2015-10-28 22:03     ` Romain Naour
2015-10-24 21:00 ` [Buildroot] [PATCH v5 10/36] package/efl/libefl: add webp dependency Romain Naour
2015-10-25 14:41   ` Yann E. MORIN
2015-10-24 21:00 ` [Buildroot] [PATCH v5 11/36] package/efl/libefl: add frame buffer config option Romain Naour
2015-10-25 12:31   ` Yann E. MORIN
2015-10-25 12:33     ` Yann E. MORIN
2015-10-25 14:43   ` Yann E. MORIN
2015-10-24 21:00 ` [Buildroot] [PATCH v5 12/36] package/efl/libefl: fix framebuffer support Romain Naour
2015-10-25 14:45   ` Yann E. MORIN
2015-10-24 21:00 ` [Buildroot] [PATCH v5 13/36] package/efl/libefl: add jp2k config option Romain Naour
2015-10-25 14:48   ` Yann E. MORIN
2015-10-26 22:04     ` Romain Naour
2015-10-25 14:48   ` Yann E. MORIN
2015-10-24 21:00 ` [Buildroot] [PATCH v5 14/36] package/efl/libefl: add X11 support Romain Naour
2015-10-25 15:01   ` Yann E. MORIN
2015-10-29 20:49     ` Romain Naour
2015-10-29 21:01       ` Yann E. MORIN
2015-10-24 21:00 ` [Buildroot] [PATCH v5 15/36] package/efl/libefl: add OpenGL/OpenGLES support Romain Naour
2015-10-25 15:08   ` Yann E. MORIN
2015-10-29 21:02     ` Romain Naour
2015-10-24 21:00 ` [Buildroot] [PATCH v5 16/36] package/efl/libefl: enable xinput2.2 Romain Naour
2015-10-25 15:11   ` Yann E. MORIN
2015-10-24 21:00 ` [Buildroot] [PATCH v5 17/36] package/efl/libefl: add systemd dependency Romain Naour
2015-10-25 15:13   ` Yann E. MORIN
2015-10-29 21:38     ` Romain Naour
2015-10-24 21:00 ` [Buildroot] [PATCH v5 18/36] package/efl/libefl: add sdl2 support Romain Naour
2015-10-25 15:20   ` Yann E. MORIN
2015-10-29 21:17     ` Romain Naour
2015-10-24 21:00 ` [Buildroot] [PATCH v5 19/36] package/libevas-generic-loaders: bump to version 1.15.0 Romain Naour
2015-10-25 16:01   ` Yann E. MORIN
2015-10-25 21:08     ` Yann E. MORIN
2015-10-24 21:01 ` [Buildroot] [PATCH v5 20/36] package/libevas-generic-loaders: add libraw dependency Romain Naour
2015-10-25 16:03   ` Yann E. MORIN
2015-10-24 21:01 ` [Buildroot] [PATCH v5 21/36] package/efl/libelementary: bump to version 1.15.2 Romain Naour
2015-10-25 16:09   ` Yann E. MORIN
2015-10-24 21:01 ` [Buildroot] [PATCH v5 22/36] package/efl/libelementary: add host package Romain Naour
2015-10-25 16:11   ` Yann E. MORIN
2015-10-24 21:01 ` [Buildroot] [PATCH v5 23/36] package/efl: libefl and libelementary share the same version number Romain Naour
2015-10-25 16:13   ` Yann E. MORIN
2015-10-24 21:01 ` [Buildroot] [PATCH v5 24/36] package/enlightenment: bump to version 0.19.12 Romain Naour
2015-10-25 16:28   ` Yann E. MORIN
2015-10-31 14:10     ` Romain Naour
2015-10-24 21:01 ` [Buildroot] [PATCH v5 25/36] package/expedite: bump to efl-1.15 branch Romain Naour
2015-10-25 16:36   ` Yann E. MORIN
2015-10-31 14:19     ` Romain Naour
2015-10-24 21:01 ` [Buildroot] [PATCH v5 26/36] package/efl/libethumb: remove package Romain Naour
2015-10-25 16:38   ` Yann E. MORIN
2015-10-24 21:01 ` [Buildroot] [PATCH v5 27/36] package/efl/libedje: " Romain Naour
2015-10-25 16:41   ` Yann E. MORIN
2015-10-24 21:01 ` [Buildroot] [PATCH v5 28/36] package/efl/libembryo: " Romain Naour
2015-10-25 16:43   ` Yann E. MORIN
2015-10-24 21:01 ` [Buildroot] [PATCH v5 29/36] package/efl/libeio: " Romain Naour
2015-10-25 16:44   ` Yann E. MORIN
2015-10-24 21:01 ` [Buildroot] [PATCH v5 30/36] package/efl/libefreet: " Romain Naour
2015-10-25 16:45   ` Yann E. MORIN
2015-10-24 21:01 ` [Buildroot] [PATCH v5 31/36] package/efl/libedbus: " Romain Naour
2015-10-25 16:46   ` Yann E. MORIN
2015-10-24 21:01 ` [Buildroot] [PATCH v5 32/36] package/efl/libecore: " Romain Naour
2015-10-25 16:50   ` Yann E. MORIN [this message]
2015-10-24 21:01 ` [Buildroot] [PATCH v5 33/36] package/efl/libevas: " Romain Naour
2015-10-25 16:52   ` Yann E. MORIN
2015-10-24 21:01 ` [Buildroot] [PATCH v5 34/36] package/efl/libeet: " Romain Naour
2015-10-25 16:52   ` Yann E. MORIN
2015-10-24 21:01 ` [Buildroot] [PATCH v5 35/36] package/efl/libeina: " Romain Naour
2015-10-25 16:56   ` Yann E. MORIN
2015-10-24 21:01 ` [Buildroot] [PATCH v5 36/36] package/libemotion-generic-players: new package Romain Naour
2015-10-25 17:04   ` 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=20151025165014.GD11692@free.fr \
    --to=yann.morin.1998@free.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.