mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
libethumb: Add new package
[Peter: add ecore-evas dep, upstream URL] Signed-off-by: Will Newton <will.newton@imgtec.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
eed2108482
commit
1515839642
@ -16,6 +16,7 @@ source "package/efl/libefreet/Config.in"
|
|||||||
source "package/efl/libevas/Config.in"
|
source "package/efl/libevas/Config.in"
|
||||||
source "package/efl/libembryo/Config.in"
|
source "package/efl/libembryo/Config.in"
|
||||||
source "package/efl/libedje/Config.in"
|
source "package/efl/libedje/Config.in"
|
||||||
|
source "package/efl/libethumb/Config.in"
|
||||||
|
|
||||||
endif # BR2_PACKAGE_EFL
|
endif # BR2_PACKAGE_EFL
|
||||||
|
|
||||||
|
11
package/efl/libethumb/Config.in
Normal file
11
package/efl/libethumb/Config.in
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
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
package/efl/libethumb/libethumb.mk
Normal file
16
package/efl/libethumb/libethumb.mk
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
################################################################################
|
||||||
|
#
|
||||||
|
# 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))
|
Loading…
x
Reference in New Issue
Block a user