update buildroot to 2017.02.11
This commit is contained in:
6
bsp/buildroot-2017.02.11/package/lame/Config.in
Normal file
6
bsp/buildroot-2017.02.11/package/lame/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_LAME
|
||||
bool "lame"
|
||||
help
|
||||
LAME is a high quality MPEG Audio Layer III (MP3) encoder.
|
||||
|
||||
http://lame.sourceforge.net/
|
||||
3
bsp/buildroot-2017.02.11/package/lame/lame.hash
Normal file
3
bsp/buildroot-2017.02.11/package/lame/lame.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# Locally computed:
|
||||
sha256 ddfe36cab873794038ae2c1210557ad34857a4b6bdc515785d1da9e175b1da1e lame-3.100.tar.gz
|
||||
sha256 bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd COPYING
|
||||
33
bsp/buildroot-2017.02.11/package/lame/lame.mk
Normal file
33
bsp/buildroot-2017.02.11/package/lame/lame.mk
Normal file
@@ -0,0 +1,33 @@
|
||||
################################################################################
|
||||
#
|
||||
# lame
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LAME_VERSION = 3.100
|
||||
LAME_SITE = http://downloads.sourceforge.net/project/lame/lame/$(LAME_VERSION)
|
||||
LAME_DEPENDENCIES = host-pkgconf
|
||||
LAME_INSTALL_STAGING = YES
|
||||
LAME_CONF_ENV = GTK_CONFIG=/bin/false
|
||||
LAME_CONF_OPTS = --enable-dynamic-frontends
|
||||
LAME_LICENSE = LGPLv2+
|
||||
LAME_LICENSE_FILES = COPYING
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBSNDFILE),y)
|
||||
LAME_DEPENDENCIES += libsndfile
|
||||
LAME_CONF_OPTS += --with-fileio=sndfile
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_NCURSES),y)
|
||||
LAME_DEPENDENCIES += ncurses
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_ENDIAN),"BIG")
|
||||
define LAME_BIGENDIAN_ARCH
|
||||
echo "#define WORDS_BIGENDIAN 1" >>$(@D)/config.h
|
||||
endef
|
||||
endif
|
||||
|
||||
LAME_POST_CONFIGURE_HOOKS += LAME_BIGENDIAN_ARCH
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user