initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
config BR2_PACKAGE_LIBREPLAYGAIN
bool "libreplaygain"
help
Replay Gain library from Musepack
http://www.musepack.net/
+6
View File
@@ -0,0 +1,6 @@
# 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
# Locally computed
sha256 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb src/gain_analysis.c
+16
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 = LGPL-2.1+
LIBREPLAYGAIN_LICENSE_FILES = src/gain_analysis.c
$(eval $(autotools-package))