[meta-ti] [RFC PATCH 7/9] gst-ducati: add latest git version
Enrico Butera
ebutera at users.berlios.de
Sun Feb 26 11:39:12 PST 2012
Signed-off-by: Enrico Butera <ebutera at users.berlios.de>
---
recipes-ti/gstreamer-ti/gst-ducati_git.bb | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
create mode 100644 recipes-ti/gstreamer-ti/gst-ducati_git.bb
diff --git a/recipes-ti/gstreamer-ti/gst-ducati_git.bb b/recipes-ti/gstreamer-ti/gst-ducati_git.bb
new file mode 100644
index 0000000..0b43bca
--- /dev/null
+++ b/recipes-ti/gstreamer-ti/gst-ducati_git.bb
@@ -0,0 +1,28 @@
+DESCRIPTION = "GStreamer plugins for omap4 using libdce"
+HOMEPAGE = "http://gitorious.org/gstreamer-omap/gst-ducati"
+SECTION = "multimedia"
+LICENSE = "TI"
+
+require recipes-multimedia/gstreamer/gst-plugins.inc
+
+PR = "r1"
+PV = "gitr${SRCPV}"
+
+# 2012/01/24: ducatimpeg4dec: don't leak input buffers
+SRCREV = "815290098b6b638bd8832709b3ad2edbf366d144"
+
+SRC_URI = "git://gitorious.org/gstreamer-omap/gst-ducati.git;protocol=git"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
+
+S = "${WORKDIR}/git"
+
+DEPENDS = "gstreamer gst-plugins-base gst-plugins-bad libdce"
+RDEPENDS = "gstreamer gst-plugins-base gst-plugins-bad libdce"
+
+inherit autotools gettext pkgconfig
+
+do_configure_prepend() {
+ git submodule init && git submodule update
+ autopoint
+}
--
1.7.5.4
More information about the meta-ti
mailing list