All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gustavo Zacarias <gustavo@zacarias.com.ar>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] audiofile: new package
Date: Mon, 23 Apr 2012 10:31:36 -0300	[thread overview]
Message-ID: <1335187897-20044-1-git-send-email-gustavo@zacarias.com.ar> (raw)

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/multimedia/Config.in              |    1 +
 package/multimedia/audiofile/Config.in    |   11 +++++++++++
 package/multimedia/audiofile/audiofile.mk |   19 +++++++++++++++++++
 3 files changed, 31 insertions(+), 0 deletions(-)
 create mode 100644 package/multimedia/audiofile/Config.in
 create mode 100644 package/multimedia/audiofile/audiofile.mk

diff --git a/package/multimedia/Config.in b/package/multimedia/Config.in
index a05d1d9..effec38 100644
--- a/package/multimedia/Config.in
+++ b/package/multimedia/Config.in
@@ -1,6 +1,7 @@
 menu "Audio and video libraries and applications"
 source "package/multimedia/alsa-lib/Config.in"
 source "package/multimedia/alsa-utils/Config.in"
+source "package/multimedia/audiofile/Config.in"
 source "package/multimedia/aumix/Config.in"
 source "package/multimedia/faad2/Config.in"
 source "package/multimedia/flac/Config.in"
diff --git a/package/multimedia/audiofile/Config.in b/package/multimedia/audiofile/Config.in
new file mode 100644
index 0000000..fac7f47
--- /dev/null
+++ b/package/multimedia/audiofile/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_AUDIOFILE
+	bool "audiofile"
+	depends on BR2_INSTALL_LIBSTDCPP
+	help
+	  The Audio File Library handles reading and writing audio files
+	  in many common formats. 
+
+	  http://www.68k.org/~michael/audiofile/
+
+comment "audiofile requires a toolchain with C++ support enabled"
+	depends on !BR2_INSTALL_LIBSTDCPP
diff --git a/package/multimedia/audiofile/audiofile.mk b/package/multimedia/audiofile/audiofile.mk
new file mode 100644
index 0000000..a49cc3e
--- /dev/null
+++ b/package/multimedia/audiofile/audiofile.mk
@@ -0,0 +1,19 @@
+#############################################################
+#
+# audiofile
+#
+#############################################################
+
+AUDIOFILE_VERSION = 0.3.3
+AUDIOFILE_SITE = http://audiofile.68k.org
+AUDIOFILE_INSTALL_STAGING = YES
+AUDIOFILE_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
+
+# Useless and needs alsa-lib
+define AUDIOFILE_DISABLE_EXAMPLES
+	$(SED) 's/examples//' $(@D)/Makefile.in
+endef
+
+AUDIOFILE_POST_PATCH_HOOKS += AUDIOFILE_DISABLE_EXAMPLES
+
+$(eval $(call AUTOTARGETS))
-- 
1.7.3.4

             reply	other threads:[~2012-04-23 13:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-23 13:31 Gustavo Zacarias [this message]
2012-04-23 13:31 ` [Buildroot] [PATCH 2/2] mpd: add audiofile support Gustavo Zacarias
2012-04-25 10:10   ` Peter Korsgaard
2012-04-25 10:10 ` [Buildroot] [PATCH 1/2] audiofile: new package 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=1335187897-20044-1-git-send-email-gustavo@zacarias.com.ar \
    --to=gustavo@zacarias.com.ar \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.