summaryrefslogtreecommitdiffstats
path: root/package/libsoundtouch
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2015-08-11 20:16:54 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-08-29 14:49:52 +0200
commit5dc0167525bdbbd14e554a60a52ac9fe78d00ce9 (patch)
treeb8985644a3327ba99b0173fe07a5f7c7d5213ce6 /package/libsoundtouch
parent082a3dd28613d18260772b689961ce7843447af7 (diff)
downloadbuildroot-5dc0167525bdbbd14e554a60a52ac9fe78d00ce9.tar.gz
buildroot-5dc0167525bdbbd14e554a60a52ac9fe78d00ce9.zip
package/libsoundtouch: new package
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libsoundtouch')
-rw-r--r--package/libsoundtouch/Config.in8
-rw-r--r--package/libsoundtouch/libsoundtouch.mk20
2 files changed, 28 insertions, 0 deletions
diff --git a/package/libsoundtouch/Config.in b/package/libsoundtouch/Config.in
new file mode 100644
index 0000000000..396036fad5
--- /dev/null
+++ b/package/libsoundtouch/Config.in
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_LIBSOUNDTOUCH
+ bool "libsoundtouch"
+ 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
diff --git a/package/libsoundtouch/libsoundtouch.mk b/package/libsoundtouch/libsoundtouch.mk
new file mode 100644
index 0000000000..cdfec20d2b
--- /dev/null
+++ b/package/libsoundtouch/libsoundtouch.mk
@@ -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))
OpenPOWER on IntegriCloud