All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] opencore-amr: new package
@ 2014-07-01 12:45 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2014-07-01 12:45 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=ff34b4d60abf556be66a868ba1f27130875d2028
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/Config.in                    |    1 +
 package/opencore-amr/Config.in       |   11 +++++++++++
 package/opencore-amr/opencore-amr.mk |   13 +++++++++++++
 3 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/package/Config.in b/package/Config.in
index 648e2c6..4a2cf4f 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -522,6 +522,7 @@ menu "Audio/Sound"
 	source "package/libsndfile/Config.in"
 	source "package/libsoxr/Config.in"
 	source "package/libvorbis/Config.in"
+	source "package/opencore-amr/Config.in"
 	source "package/opus/Config.in"
 	source "package/portaudio/Config.in"
 	source "package/speex/Config.in"
diff --git a/package/opencore-amr/Config.in b/package/opencore-amr/Config.in
new file mode 100644
index 0000000..93b6457
--- /dev/null
+++ b/package/opencore-amr/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_OPENCORE_AMR
+	bool "opencore-amr"
+	depends on BR2_INSTALL_LIBSTDCPP
+	help
+	  Library of OpenCORE Framework implementation of Adaptive Multi Rate
+	  Narrowband and Wideband (AMR-NB and AMR-WB) speech codec.
+
+	  http://opencore-amr.sourceforge.net/
+
+comment "opencore-amr needs a toolchain w/ C++"
+        depends on !BR2_INSTALL_LIBSTDCPP
diff --git a/package/opencore-amr/opencore-amr.mk b/package/opencore-amr/opencore-amr.mk
new file mode 100644
index 0000000..8b6aa29
--- /dev/null
+++ b/package/opencore-amr/opencore-amr.mk
@@ -0,0 +1,13 @@
+################################################################################
+#
+# opencore-amr
+#
+################################################################################
+
+OPENCORE_AMR_VERSION = 0.1.3
+OPENCORE_AMR_SITE = http://downloads.sourceforge.net/project/opencore-amr/opencore-amr
+OPENCORE_AMR_INSTALL_STAGING = YES
+OPENCORE_AMR_LICENSE = Apache-2.0
+OPENCORE_AMR_LICENSE_FILES = COPYING
+
+$(eval $(autotools-package))

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-01 12:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-01 12:45 [Buildroot] [git commit] opencore-amr: new package Peter Korsgaard

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.