Commit 15158396 authored by Will Newton's avatar Will Newton Committed by Peter Korsgaard
Browse files

libethumb: Add new package



[Peter: add ecore-evas dep, upstream URL]
Signed-off-by: default avatarWill Newton <will.newton@imgtec.com>
Reviewed-by: default avatarArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent eed21084
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ source "package/efl/libefreet/Config.in"
source "package/efl/libevas/Config.in"
source "package/efl/libembryo/Config.in"
source "package/efl/libedje/Config.in"
source "package/efl/libethumb/Config.in"

endif # BR2_PACKAGE_EFL

+11 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_LIBETHUMB
	bool "libethumb"
	select BR2_PACKAGE_LIBEINA
	select BR2_PACKAGE_LIBEVAS
	select BR2_PACKAGE_LIBECORE
	select BR2_PACKAGE_LIBECORE_EVAS
	select BR2_PACKAGE_LIBEDJE
	help
	  Ethumb is a library for generating thumbnail images of documents.

	  http://trac.enlightenment.org/e/wiki/Ethumb
+16 −0
Original line number Diff line number Diff line
################################################################################
#
# libethumb
#
################################################################################

LIBETHUMB_VERSION = 0.1.1.65643
LIBETHUMB_SOURCE = ethumb-$(LIBETHUMB_VERSION).tar.bz2
LIBETHUMB_SITE = http://download.enlightenment.org/snapshots/2011-11-28
LIBETHUMB_INSTALL_STAGING = YES

LIBETHUMB_DEPENDENCIES = libeina libevas libecore libedje host-libedje

LIBETHUMB_CONF_OPT = --with-edje-cc=$(HOST_DIR)/usr/bin/edje_cc

$(eval $(call AUTOTARGETS))