aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gstreamer
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-07-08 14:29:43 +0200
committerKoen Kooi <koen@openembedded.org>2010-07-08 14:29:43 +0200
commite3a95a050fd4955616b296b4f08c61bdcba3552f (patch)
tree32df0788e373370388b58b1458253969fae58141 /recipes/gstreamer
parentd2514f5bcbe9a46c11ba906e76db2b67556481fd (diff)
downloadopenembedded-e3a95a050fd4955616b296b4f08c61bdcba3552f.tar.gz
gst-musicxml2midi: add git version
Diffstat (limited to 'recipes/gstreamer')
-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"
+