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,6 @@
config BR2_PACKAGE_LIBREPLAYGAIN
bool "libreplaygain"
help
Replay Gain library from Musepack
http://www.musepack.net/

View File

@@ -0,0 +1,4 @@
# From https://www.musepack.net/index.php?pg=src
md5 e27b3b1249b7fbae92d656d9e3d26633 libreplaygain_r475.tar.gz
# Calculated based on the hash above
sha256 8258bf785547ac2cda43bb195e07522f0a3682f55abe97753c974609ec232482 libreplaygain_r475.tar.gz

View File

@@ -0,0 +1,16 @@
################################################################################
#
# libreplaygain
#
################################################################################
LIBREPLAYGAIN_VERSION = r475
LIBREPLAYGAIN_SITE = http://files.musepack.net/source
LIBREPLAYGAIN_SOURCE = libreplaygain_$(LIBREPLAYGAIN_VERSION).tar.gz
# upstream doesn't ship configure
LIBREPLAYGAIN_AUTORECONF = YES
LIBREPLAYGAIN_INSTALL_STAGING = YES
LIBREPLAYGAIN_LICENSE = LGPLv2.1+
LIBREPLAYGAIN_LICENSE_FILES = src/gain_analysis.c
$(eval $(autotools-package))