From patchwork Sun Jul 26 18:55:47 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Romain Naour X-Patchwork-Id: 500124 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 88F01140518 for ; Mon, 27 Jul 2015 04:58:56 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 6EBB932A56; Sun, 26 Jul 2015 18:58:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KbXKGOhg4i86; Sun, 26 Jul 2015 18:58:39 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id C25AE329B7; Sun, 26 Jul 2015 18:58:35 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 6FECC1C22AB for ; Sun, 26 Jul 2015 18:57:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6D182944C6 for ; Sun, 26 Jul 2015 18:57:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vCXas3M2MxGK for ; Sun, 26 Jul 2015 18:57:22 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from zimbra3.corp.accelance.fr (zimbra3.corp.accelance.fr [213.162.49.233]) by hemlock.osuosl.org (Postfix) with ESMTP id 8122494A7D for ; Sun, 26 Jul 2015 18:57:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by zimbra3.corp.accelance.fr (Postfix) with ESMTP id DB7A97EE11 for ; Sun, 26 Jul 2015 20:57:21 +0200 (CEST) X-Virus-Scanned: amavisd-new at zimbra3.corp.accelance.fr Received: from zimbra3.corp.accelance.fr ([127.0.0.1]) by localhost (zimbra3.corp.accelance.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XDXDKlTOk50j; Sun, 26 Jul 2015 20:57:19 +0200 (CEST) Received: from atlas.localdomain (sch74-1-88-184-220-198.fbx.proxad.net [88.184.220.198]) by zimbra3.corp.accelance.fr (Postfix) with ESMTPSA id 9D1237EE0A; Sun, 26 Jul 2015 20:57:19 +0200 (CEST) From: Romain Naour To: buildroot@buildroot.org Date: Sun, 26 Jul 2015 20:55:47 +0200 Message-Id: <1437936947-17632-38-git-send-email-romain.naour@openwide.fr> X-Mailer: git-send-email 2.4.3 In-Reply-To: <1437936947-17632-1-git-send-email-romain.naour@openwide.fr> References: <1437936947-17632-1-git-send-email-romain.naour@openwide.fr> Subject: [Buildroot] [RFC 37/37] package/libemotion-generic-players: new package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Romain Naour --- package/Config.in | 1 + package/libemotion-generic-players/Config.in | 18 ++++++++++++++++++ .../libemotion-generic-players.hash | 2 ++ .../libemotion-generic-players.mk | 17 +++++++++++++++++ 4 files changed, 38 insertions(+) create mode 100644 package/libemotion-generic-players/Config.in create mode 100644 package/libemotion-generic-players/libemotion-generic-players.hash create mode 100644 package/libemotion-generic-players/libemotion-generic-players.mk diff --git a/package/Config.in b/package/Config.in index 15c5196..67fc008 100644 --- a/package/Config.in +++ b/package/Config.in @@ -243,6 +243,7 @@ endif source "package/freerdp/Config.in" source "package/imagemagick/Config.in" source "package/libelementary/Config.in" + source "package/libemotion-generic-players/Config.in" source "package/libevas-generic-loaders/Config.in" source "package/linux-fusion/Config.in" source "package/lite/Config.in" diff --git a/package/libemotion-generic-players/Config.in b/package/libemotion-generic-players/Config.in new file mode 100644 index 0000000..e9a2d9a --- /dev/null +++ b/package/libemotion-generic-players/Config.in @@ -0,0 +1,18 @@ +config BR2_PACKAGE_LIBEMOTION_GENERIC_PLAYERS + bool "libemotion generic players" + select BR2_PACKAGE_EFL + select BR2_PACKAGE_VLC # needs libvlc + depends on BR2_INSTALL_LIBSTDCPP # efl vlc + depends on BR2_PACKAGE_HAS_UDEV # efl -> libudev + depends on BR2_TOOLCHAIN_USES_GLIBC # efl, vlc + depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7 # vlc + depends on BR2_USE_MMU # efl + help + A media object library for Evas and Ecore. + + https://www.enlightenment.org + https://docs.enlightenment.org/stable/efl/emotion_main.html + +comment "libemotion generic players needs udev /dev management and a (e)glibc toolchain w/ C++" + depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_USES_GLIBC + depends on BR2_USE_MMU diff --git a/package/libemotion-generic-players/libemotion-generic-players.hash b/package/libemotion-generic-players/libemotion-generic-players.hash new file mode 100644 index 0000000..eb51011 --- /dev/null +++ b/package/libemotion-generic-players/libemotion-generic-players.hash @@ -0,0 +1,2 @@ +# From https://download.enlightenment.org/rel/libs/emotion_generic_players/emotion_generic_players-1.14.0.tar.xz.sha256 +sha256 c426c21e8221a7d3ccf569a26aa263d50d173f381637c7bc9dd3a3f4d4970519 emotion_generic_players-1.14.0.tar.xz diff --git a/package/libemotion-generic-players/libemotion-generic-players.mk b/package/libemotion-generic-players/libemotion-generic-players.mk new file mode 100644 index 0000000..4152e24 --- /dev/null +++ b/package/libemotion-generic-players/libemotion-generic-players.mk @@ -0,0 +1,17 @@ +################################################################################ +# +# libemotion-generic-players +# +################################################################################ + +LIBEMOTION_GENERIC_PLAYERS_VERSION = 1.14.0 +LIBEMOTION_GENERIC_PLAYERS_SOURCE = emotion_generic_players-$(LIBEMOTION_GENERIC_PLAYERS_VERSION).tar.xz +LIBEMOTION_GENERIC_PLAYERS_SITE = http://download.enlightenment.org/rel/libs/emotion_generic_players/ +LIBEMOTION_GENERIC_PLAYERS_LICENSE = GPLv2 +LIBEMOTION_GENERIC_PLAYERS_LICENSE_FILES = COPYING + +LIBEMOTION_GENERIC_PLAYERS_INSTALL_STAGING = YES + +LIBEMOTION_GENERIC_PLAYERS_DEPENDENCIES = efl vlc + +$(eval $(autotools-package))