Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Chih-Min Chao <cmchao@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 8/9] libraw : new package
Date: Fri, 11 Mar 2011 16:13:34 +0800	[thread overview]
Message-ID: <1299831215-26466-8-git-send-email-cmchao@gmail.com> (raw)
In-Reply-To: <1299831215-26466-1-git-send-email-cmchao@gmail.com>


Signed-off-by: Chih-Min Chao <cmchao@gmail.com>
---
 package/Config.in        |    1 +
 package/libraw/Config.in |   10 ++++++++++
 package/libraw/libraw.mk |   15 +++++++++++++++
 3 files changed, 26 insertions(+), 0 deletions(-)
 create mode 100644 package/libraw/Config.in
 create mode 100644 package/libraw/libraw.mk

diff --git a/package/Config.in b/package/Config.in
index f459c1b..eefcde8 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -278,6 +278,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"
diff --git a/package/libraw/Config.in b/package/libraw/Config.in
new file mode 100644
index 0000000..61df2c6
--- /dev/null
+++ b/package/libraw/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_LIBRAW
+	bool "libraw"
+	depends on BR2_INSTALL_LIBSTDCPP
+	help
+	  libraw is an dc raw image manipulation library
+
+	  http://www.libraw.org/
+
+comment "libraw requires a toolchain with C++ support enabled"
+	depends on !BR2_INSTALL_LIBSTDCPP
diff --git a/package/libraw/libraw.mk b/package/libraw/libraw.mk
new file mode 100644
index 0000000..9cc2f8f
--- /dev/null
+++ b/package/libraw/libraw.mk
@@ -0,0 +1,15 @@
+#############################################################
+#
+# 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))
-- 
1.7.0.4

  parent reply	other threads:[~2011-03-11  8:13 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-11  8:13 [Buildroot] [PATCH 1/9] alsa-lib : bump to 1.0.24.1 Chih-Min Chao
2011-03-11  8:13 ` [Buildroot] [PATCH 2/9] alsa-utils : bump to 1.0.24.2 Chih-Min Chao
2011-03-13 23:27   ` Peter Korsgaard
2011-03-14  4:02     ` Chih-Min Chao
2011-03-14  8:50       ` Peter Korsgaard
2011-03-11  8:13 ` [Buildroot] [PATCH 3/9] pixman : bump to 0.20.2 Chih-Min Chao
2011-03-11  9:55   ` Will Newton
2011-03-12 15:23     ` Chih-Min Chao
2011-03-11  8:13 ` [Buildroot] [PATCH 4/9] cairo : bump to 1.10.2 Chih-Min Chao
2011-03-11  9:54   ` Will Newton
2011-03-12 15:25     ` Chih-Min Chao
2011-03-13  2:04       ` [Buildroot] how to select predefined external toolchain profile Justin Mark
2011-03-13  4:25         ` Justin Mark
2011-03-13  7:38       ` [Buildroot] [PATCH 4/9] cairo : bump to 1.10.2 Chih-Min Chao
2011-03-11  8:13 ` [Buildroot] [PATCH 5/9] bash : bump to version 4.2 Chih-Min Chao
2011-03-11  8:13 ` [Buildroot] [PATCH 6/9] util-linux : convert to autotarget and bump to 2.19 Chih-Min Chao
2011-03-11  8:13 ` [Buildroot] [PATCH 7/9] libopenal : new package. Cross-platform audio library Chih-Min Chao
2011-03-11  8:13 ` Chih-Min Chao [this message]
2011-04-26 13:02   ` [Buildroot] [PATCH 8/9] libraw : new package Peter Korsgaard
2011-03-11  8:13 ` [Buildroot] [PATCH 9/9] boost " Chih-Min Chao
2011-03-13 23:10 ` [Buildroot] [PATCH 1/9] alsa-lib : bump to 1.0.24.1 Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1299831215-26466-8-git-send-email-cmchao@gmail.com \
    --to=cmchao@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox