mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-01-30 01:28:40 +01:00
remid.lv2: initial add 0.3
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
20
recipes-musicians/remid.lv2/remid.lv2.bb
Normal file
20
recipes-musicians/remid.lv2/remid.lv2.bb
Normal file
@@ -0,0 +1,20 @@
|
||||
SUMMARY = "LV2 port of SID 6581 chip used in the Commodore 64"
|
||||
HOMEPAGE = "https://github.com/ssj71/reMID.lv2"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
|
||||
|
||||
DEPENDS += " \
|
||||
glib-2.0 \
|
||||
alsa-lib\
|
||||
jack \
|
||||
lv2 \
|
||||
"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
||||
SRC_URI = "git://github.com/ssj71/reMID.lv2.git"
|
||||
SRCREV = "7427f1bb44e9bda677ff2098a79420c47927d1e9"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.3"
|
||||
|
||||
FILES_${PN} += "${libdir}/lv2"
|
||||
@@ -97,6 +97,7 @@ RDEPENDS_${PN} += " \
|
||||
projectm \
|
||||
qmidiarp \
|
||||
qmmp \
|
||||
remid.lv2 \
|
||||
\
|
||||
\
|
||||
drumkv1 drumkv1-presets \
|
||||
|
||||
Reference in New Issue
Block a user