aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gstreamer/gst-musicxml2midi_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gstreamer/gst-musicxml2midi_git.bb')
-rw-r--r--recipes/gstreamer/gst-musicxml2midi_git.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/gstreamer/gst-musicxml2midi_git.bb b/recipes/gstreamer/gst-musicxml2midi_git.bb
new file mode 100644
index 0000000000..1ed83384a6
--- /dev/null
+++ b/recipes/gstreamer/gst-musicxml2midi_git.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "musicxml2midi provides an element that converts MusicXML in to MIDI format"
+LICENSE = "LGPLv2"
+
+DEPENDS = "gstreamer libxml2"
+
+inherit autotools
+
+PV = "0.10.0.1"
+PR_append = "+gitr${SRCPV}"
+SRCREV = "7d7453fdbe81653c203db9c29cb0bfc9e06c6caa"
+SRC_URI = "git://github.com/Elleo/${PN}.git;protocol=git"
+
+S = "${WORKDIR}/git"
+
+FILES_${PN}-dbg += "${libdir}/gstreamer-*/.debug"
+FILES_${PN}-dev += "${libdir}/gstreamer-*/*.la"
+FILES_${PN}-static += "${libdir}/gstreamer-*/*.a"
+FILES_${PN} += "${libdir}/gstreamer-*/*.so"
+