Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] twolame: new package
@ 2014-06-28  1:38 Gustavo Zacarias
  2014-06-28  1:38 ` [Buildroot] [PATCH 2/3] opencore-amr: " Gustavo Zacarias
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Gustavo Zacarias @ 2014-06-28  1:38 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/Config.in          |  1 +
 package/twolame/Config.in  | 13 +++++++++++++
 package/twolame/twolame.mk | 14 ++++++++++++++
 3 files changed, 28 insertions(+)
 create mode 100644 package/twolame/Config.in
 create mode 100644 package/twolame/twolame.mk

diff --git a/package/Config.in b/package/Config.in
index 838e822..075a4be 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -25,6 +25,7 @@ menu "Audio and video applications"
 	source "package/pulseaudio/Config.in"
 	source "package/tidsp-binaries/Config.in"
 	source "package/tstools/Config.in"
+	source "package/twolame/Config.in"
 	source "package/vlc/Config.in"
 	source "package/vorbis-tools/Config.in"
 	source "package/wavpack/Config.in"
diff --git a/package/twolame/Config.in b/package/twolame/Config.in
new file mode 100644
index 0000000..bd151e2
--- /dev/null
+++ b/package/twolame/Config.in
@@ -0,0 +1,13 @@
+config BR2_PACKAGE_TWOLAME
+	bool "twolame"
+	depends on BR2_LARGEFILE # libsndfile
+	select BR2_PACKAGE_LIBSNDFILE
+	help
+	  TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder based on
+	  tooLAME by Mike Cheng, which in turn is based upon the ISO dist10
+	  code and portions of LAME.
+
+	  http://www.twolame.org/
+
+comment "twolame needs a toolchain w/ largefile"
+        depends on !BR2_LARGEFILE
diff --git a/package/twolame/twolame.mk b/package/twolame/twolame.mk
new file mode 100644
index 0000000..a26491f
--- /dev/null
+++ b/package/twolame/twolame.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# twolame
+#
+################################################################################
+
+TWOLAME_VERSION = 0.3.13
+TWOLAME_SITE = http://downloads.sourceforge.net/project/twolame/twolame/$(TWOLAME_VERSION)
+TWOLAME_DEPENDENCIES = host-pkgconf libsndfile
+TWOLAME_INSTALL_STAGING = YES
+TWOLAME_LICENSE = LGPLv2.1+
+TWOLAME_LICENSE_FILES = COPYING
+
+$(eval $(autotools-package))
-- 
1.8.5.5

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-07-01 13:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-28  1:38 [Buildroot] [PATCH 1/3] twolame: new package Gustavo Zacarias
2014-06-28  1:38 ` [Buildroot] [PATCH 2/3] opencore-amr: " Gustavo Zacarias
2014-06-28  1:38 ` [Buildroot] [PATCH 3/3] sox: " Gustavo Zacarias
2014-07-01 12:51   ` Peter Korsgaard
2014-07-01 12:52     ` Gustavo Zacarias
2014-07-01 13:02       ` Peter Korsgaard
2014-07-01 12:51 ` [Buildroot] [PATCH 1/3] twolame: " Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox