Commit da8915b4 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

twolame: new package

parent 5d54a869
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
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
+14 −0
Original line number Diff line number Diff line
################################################################################
#
# 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))