5d6f32878f
Move audio libraries out of the Audio and Video category into the Libraries/Audio one. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 lines
466 B
Makefile
15 lines
466 B
Makefile
################################################################################
|
|
#
|
|
# 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
|
|
|
|
$(eval $(call AUTOTARGETS))
|