update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,12 @@
config BR2_PACKAGE_LIBSOUNDTOUCH
bool "libsoundtouch"
depends on BR2_INSTALL_LIBSTDCPP
help
SoundTouch is an open-source audio processing library for
changing the Tempo, Pitch and Playback Rates of audio streams
or audio files.
http://www.surina.net/soundtouch
comment "libsoundtouch needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP

View File

@@ -0,0 +1,20 @@
################################################################################
#
# libsoundtouch
#
################################################################################
LIBSOUNDTOUCH_VERSION = 010a91a59071c7fefd316fca62c0d980ec85b4b1
LIBSOUNDTOUCH_SITE = https://freeswitch.org/stash/scm/sd/libsoundtouch.git
LIBSOUNDTOUCH_SITE_METHOD = git
LIBSOUNDTOUCH_LICENSE = LGPLv2.1+
LIBSOUNDTOUCH_LICENSE_FILES = COPYING.TXT
LIBSOUNDTOUCH_AUTORECONF = YES
LIBSOUNDTOUCH_INSTALL_STAGING = YES
define LIBSOUNDTOUCH_CREATE_CONFIG_M4
mkdir -p $(@D)/config/m4
endef
LIBSOUNDTOUCH_POST_PATCH_HOOKS += LIBSOUNDTOUCH_CREATE_CONFIG_M4
$(eval $(autotools-package))