initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+12
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
+3
View File
@@ -0,0 +1,3 @@
# Locally computed
sha256 f1ce96bac35779d3b752f4cc8696975b3d58f3deb9db47ffc45862767c2a2bdd libsoundtouch-2.2.tar.gz
sha256 6b73f6327136a924821ec044bbd9f17cf8677faf2f2a2b1366a9fff6188c9688 COPYING.TXT
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# libsoundtouch
#
################################################################################
LIBSOUNDTOUCH_VERSION = 2.2
LIBSOUNDTOUCH_SITE = $(call gitlab,soundtouch,soundtouch,$(LIBSOUNDTOUCH_VERSION))
LIBSOUNDTOUCH_LICENSE = LGPL-2.1+
LIBSOUNDTOUCH_LICENSE_FILES = COPYING.TXT
LIBSOUNDTOUCH_AUTORECONF = YES
LIBSOUNDTOUCH_INSTALL_STAGING = YES
$(eval $(autotools-package))