package: add libexif

[Peter: fix Config.in indentation, source URL]
Signed-off-by: Guillaume Gardet <guillaume.gardet@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012.11.x
Guillaume Gardet 2011-04-26 10:00:15 +02:00 committed by Peter Korsgaard
parent 7d5a772f63
commit 1445e1455e
3 changed files with 24 additions and 0 deletions

View File

@ -275,6 +275,7 @@ source "package/gtk2-themes/Config.in"
source "package/jpeg/Config.in"
source "package/libart/Config.in"
source "package/libdrm/Config.in"
source "package/libexif/Config.in"
source "package/libgail/Config.in"
source "package/libglade/Config.in"
source "package/gdk-pixbuf/Config.in"

View File

@ -0,0 +1,9 @@
config BR2_PACKAGE_LIBEXIF
bool "libexif"
help
Most digital cameras produce EXIF files, which are JPEG
files with extra tags that contain information about the
image. The EXIF library allows you to parse an EXIF file
and read the data from those tags.
http://libexif.sf.net

View File

@ -0,0 +1,14 @@
#############################################################
#
# libexif
#
#############################################################
LIBEXIF_VERSION = 0.6.20
LIBEXIF_SOURCE = libexif-$(LIBEXIF_VERSION).tar.bz2
LIBEXIF_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/libexif/libexif/$(LIBEXIF_VERSION)
LIBEXIF_INSTALL_STAGING = YES
LIBEXIF_CONF_OPT = --disable-docs
LIBEXIF_DEPENDENCIES = host-pkg-config
$(eval $(call AUTOTARGETS,package,libexif))