update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,9 @@
config BR2_PACKAGE_TWOLAME
bool "twolame"
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/

View File

@@ -0,0 +1,2 @@
# Locally computed:
sha256 98f332f48951f47f23f70fd0379463aff7d7fb26f07e1e24e42ddef22cc6112a twolame-0.3.13.tar.gz

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