diff --git a/recipes-misc/recipes-multimedia/lmms/lmms_git.bb b/recipes-misc/recipes-multimedia/lmms/lmms_git.bb new file mode 100644 index 00000000..a466d474 --- /dev/null +++ b/recipes-misc/recipes-multimedia/lmms/lmms_git.bb @@ -0,0 +1,21 @@ +SUMMARY = "Qt based sequencer" +HOMEPAGE = "https://lmms.io" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2d5025d4aa3495befef8f17206a5b0a1" + +inherit cmake_qt5 + +DEPENDS += " \ + qtbase \ + jack \ + virtual/fftw \ +" + +SRC_URI = "git://github.com/LMMS/${BPN}.git" +SRCREV = "cfe5e98bf773abbe6003aa59209967c106965d3c" +S = "${WORKDIR}/git" +PV = "1.1.90+git${SRCPV}" + +EXTRA_OECMAKE += " \ + -DWANT_QT5=ON \ +" diff --git a/recipes-support/grantlee/grantlee_5.1.0.bb b/recipes-support/grantlee/grantlee_5.1.0.bb index 73c69cf2..ac1f39af 100644 --- a/recipes-support/grantlee/grantlee_5.1.0.bb +++ b/recipes-support/grantlee/grantlee_5.1.0.bb @@ -12,3 +12,4 @@ inherit cmake_qt5 pkgconfig DEPENDS += "qtscript" FILES_${PN}-dev += "${libdir}/cmake" +FILES_${PN}-dbg += "${libdir}/grantlee/*/.debug"