From 21dd3e777b5b9eb40c6e0fe9fadcf0c7fcc63901 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 13 Dec 2012 23:58:11 +0100 Subject: package: add selection between libjpeg and jpeg-turbo Introduce a virtual 'jpeg' package, which pulls in either libjpeg or jpeg-turbo depending on a choice selection. Rename jpeg package to libjpeg so we can reuse 'jpeg' for the virtual package, making the change transparent to existing users and all the packages using libjpeg. Signed-off-by: Peter Korsgaard --- package/libjpeg/libjpeg.mk | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package/libjpeg/libjpeg.mk (limited to 'package/libjpeg/libjpeg.mk') diff --git a/package/libjpeg/libjpeg.mk b/package/libjpeg/libjpeg.mk new file mode 100644 index 000000000..0df2b3a8b --- /dev/null +++ b/package/libjpeg/libjpeg.mk @@ -0,0 +1,19 @@ +############################################################# +# +# libjpeg (libraries needed by some apps) +# +############################################################# + +LIBJPEG_VERSION = 8d +LIBJPEG_SITE = http://www.ijg.org/files/ +LIBJPEG_SOURCE = jpegsrc.v$(LIBJPEG_VERSION).tar.gz +LIBJPEG_INSTALL_STAGING = YES + +define LIBJPEG_REMOVE_USELESS_TOOLS + rm -f $(addprefix $(TARGET_DIR)/usr/bin/,cjpeg djpeg jpegtrans rdjpgcom wrjpgcom) +endef + +LIBJPEG_POST_INSTALL_TARGET_HOOKS += LIBJPEG_REMOVE_USELESS_TOOLS + +$(eval $(autotools-package)) +$(eval $(host-autotools-package)) -- cgit v1.2.3