initial buildroot for linux 5.15
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 f1ce96bac35779d3b752f4cc8696975b3d58f3deb9db47ffc45862767c2a2bdd libsoundtouch-2.2.tar.gz
|
||||
sha256 6b73f6327136a924821ec044bbd9f17cf8677faf2f2a2b1366a9fff6188c9688 COPYING.TXT
|
||||
@@ -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))
|
||||
Reference in New Issue
Block a user