[meta-ti] [PATCH 6/6] gst-plugin-ducati: add latest git version
Enrico Butera
ebutera at users.berlios.de
Wed Oct 10 16:40:33 PDT 2012
Tested h264 and mpeg4 1080p encoding on pandaboard ES.
Note: the bootloader must be configured WITHOUT memory holes
(mem=... mem=...), just use all 1GB.
Signed-off-by: Enrico Butera <ebutera at users.berlios.de>
---
.../gstreamer/gst-plugin-ducati_git.bb | 30 ++++++++++++++++++++
1 file changed, 30 insertions(+)
create mode 100644 recipes-multimedia/gstreamer/gst-plugin-ducati_git.bb
diff --git a/recipes-multimedia/gstreamer/gst-plugin-ducati_git.bb b/recipes-multimedia/gstreamer/gst-plugin-ducati_git.bb
new file mode 100644
index 0000000..93ea08c
--- /dev/null
+++ b/recipes-multimedia/gstreamer/gst-plugin-ducati_git.bb
@@ -0,0 +1,30 @@
+DESCRIPTION = "GStreamer plugins for omap4 using libdce"
+HOMEPAGE = "http://gitorious.org/gstreamer-omap/gst-ducati"
+SECTION = "multimedia"
+LICENSE = "TI"
+
+COMPATIBLE_MACHINE = "pandaboard"
+
+require recipes-multimedia/gstreamer/gst-plugins.inc
+
+PR = "r1"
+PV = "gitr${SRCPV}"
+
+# 2012/09/25: ducatividenc: log extended error info, and use the correct one from _process
+SRCREV = "9f29c17f8dcbd8cf59c8ad3b00d87534b6fc4579"
+
+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 libdrm libdce"
+RDEPENDS = "gstreamer gst-plugins-base gst-plugins-bad libdrm libdce"
+
+inherit autotools gettext pkgconfig
+
+do_configure_prepend() {
+ git submodule init && git submodule update
+ autopoint
+}
--
1.7.9.5
More information about the meta-ti
mailing list