Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 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))