mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-01-29 17:18:41 +01:00
libkeyfinder: initial add 2.2.4
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
17
recipes-support/libkeyfinder/libkeyfinder.bb
Normal file
17
recipes-support/libkeyfinder/libkeyfinder.bb
Normal file
@@ -0,0 +1,17 @@
|
||||
SUMMARY = "Musical key detection for digital audio"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
|
||||
|
||||
SRC_URI = "git://github.com/mixxxdj/libkeyfinder.git;branch=main;protocol=https"
|
||||
SRCREV = "99c59aa4eb68071cb5ac8ce0944247a88d417143"
|
||||
PV = "2.2.4"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS = "fftw"
|
||||
|
||||
inherit cmake
|
||||
|
||||
FILES_SOLIBSDEV = ""
|
||||
FILES_${PN} += " \
|
||||
${libdir}/libkeyfinder.so \
|
||||
"
|
||||
Reference in New Issue
Block a user