twolame: new package

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gustavo Zacarias 2014-06-27 22:38:52 -03:00 committed by Peter Korsgaard
parent 5d54a86923
commit da8915b4ee
3 changed files with 28 additions and 0 deletions

View file

@ -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"

13
package/twolame/Config.in Normal file
View file

@ -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

View file

@ -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))