package: add libraw package
[Peter: use ' = ' rather than ':=' in .mk] Signed-off-by: Chih-Min Chao <cmchao@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
5dd48b983d
commit
7536aeea8a
@ -282,6 +282,7 @@ source "package/libglade/Config.in"
|
||||
source "package/gdk-pixbuf/Config.in"
|
||||
source "package/libgtk2/Config.in"
|
||||
source "package/libpng/Config.in"
|
||||
source "package/libraw/Config.in"
|
||||
source "package/librsvg/Config.in"
|
||||
source "package/libsvgtiny/Config.in"
|
||||
source "package/libungif/Config.in"
|
||||
|
10
package/libraw/Config.in
Normal file
10
package/libraw/Config.in
Normal file
@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_LIBRAW
|
||||
bool "libraw"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
help
|
||||
libraw is a raw image manipulation library
|
||||
|
||||
http://www.libraw.org/
|
||||
|
||||
comment "libraw requires a toolchain with C++ support enabled"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
16
package/libraw/libraw.mk
Normal file
16
package/libraw/libraw.mk
Normal file
@ -0,0 +1,16 @@
|
||||
#############################################################
|
||||
#
|
||||
# libraw
|
||||
#
|
||||
#############################################################
|
||||
|
||||
LIBRAW_VERSION = 0.13.1
|
||||
LIBRAW_SOURCE = LibRaw-$(LIBRAW_VERSION).tar.gz
|
||||
LIBRAW_SITE = http://www.libraw.org/data/
|
||||
|
||||
LIBRAW_INSTALL_STAGING = YES
|
||||
LIBRAW_CONF_OPT += --disable-examples --disable-lcms \
|
||||
--disable-openmp --disable-demosaic-pack-gpl2 \
|
||||
--disable-demosaic-pack-gpl3
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,libraw))
|
Loading…
Reference in New Issue
Block a user