Files
meta-musicians/recipes-musicians/soundtouch/soundtouch.bb
Andreas Müller e55aae0802 All recipes: Auto change licenses to SPDX
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2022-03-10 23:35:27 +01:00

15 lines
482 B
BlitzBasic

SUMMARY = "SoundTouch audio tempo/pitch control library"
HOMEPAGE = "http://www.surina.net/soundtouch/index.html"
LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://COPYING.TXT;md5=e05877bfa22930262b6cfbe7db2eea24"
inherit cmake pkgconfig gettext
SRC_URI = " \
git://codeberg.org/soundtouch/soundtouch.git;protocol=https;branch=master \
file://0001-Fix-path-to-m4-macro-dir.patch \
"
SRCREV = "e1f315f5358d9db5cee35a7a2886425489fcefe8"
PV = "2.3.1"
S = "${WORKDIR}/git"