buildroot/package/libsoundtouch/libsoundtouch.mk
Gilles Talis 2203d4df9a package/libsoundtouch: bump to version 2.1.2
- Updated download site and download method
- The hash of the license file is updated due to a newline change at
  the end of the file

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
Reviewed-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-04-13 16:10:35 +02:00

15 lines
483 B
Makefile

################################################################################
#
# libsoundtouch
#
################################################################################
LIBSOUNDTOUCH_VERSION = 2.1.2
LIBSOUNDTOUCH_SITE = https://gitlab.com/soundtouch/soundtouch/-/archive/$(LIBSOUNDTOUCH_VERSION)
LIBSOUNDTOUCH_LICENSE = LGPL-2.1+
LIBSOUNDTOUCH_LICENSE_FILES = COPYING.TXT
LIBSOUNDTOUCH_AUTORECONF = YES
LIBSOUNDTOUCH_INSTALL_STAGING = YES
$(eval $(autotools-package))