558a25994b
Update LIBREPLAYGAIN_VERSION to match what is returned by https://release-monitoring.org/project/370816 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
17 lines
550 B
Makefile
17 lines
550 B
Makefile
################################################################################
|
|
#
|
|
# libreplaygain
|
|
#
|
|
################################################################################
|
|
|
|
LIBREPLAYGAIN_VERSION = 475
|
|
LIBREPLAYGAIN_SITE = http://files.musepack.net/source
|
|
LIBREPLAYGAIN_SOURCE = libreplaygain_r$(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))
|