[meta-ti] [RFC PATCH 6/9] gstreamer: add bbappends to use patched versions needed by gst-ducati

Enrico Butera ebutera at users.berlios.de
Sun Feb 26 11:39:11 PST 2012


Signed-off-by: Enrico Butera <ebutera at users.berlios.de>
---
 .../gstreamer/gst-plugins-bad_0.10.22.bbappend     |   21 +++++++++++++++++++
 .../gstreamer/gst-plugins-base_0.10.35.bbappend    |   18 ++++++++++++++++
 .../gstreamer/gstreamer_0.10.35.bbappend           |   22 ++++++++++++++++++++
 3 files changed, 61 insertions(+), 0 deletions(-)
 create mode 100644 recipes-multimedia/gstreamer/gst-plugins-bad_0.10.22.bbappend
 create mode 100644 recipes-multimedia/gstreamer/gst-plugins-base_0.10.35.bbappend
 create mode 100644 recipes-multimedia/gstreamer/gstreamer_0.10.35.bbappend

diff --git a/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.22.bbappend b/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.22.bbappend
new file mode 100644
index 0000000..d00306a
--- /dev/null
+++ b/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.22.bbappend
@@ -0,0 +1,21 @@
+COMPATIBLE_MACHINE_omap4 = "(omap4430-panda|pandaboard)"
+
+PR = "r0"
+
+SRC_URI = "git://gitorious.org/gstreamer-omap/gst-plugins-bad.git;protocol=git;branch=v0.10.22+ti;name=gstbad \
+           git://anongit.freedesktop.org/gstreamer/common;protocol=git;destsuffix=git/common;name=common \
+          "
+
+SRCREV_gstbad = "7cea5a4ca2f0c551ea816b900a88f9bb5c1deee7"
+SRCREV_common = "46dfcea233cf6df83e3771d8a8066e87d614f893"
+
+S = "${WORKDIR}/git"
+
+EXTRA_OECONF += "--disable-pvr"
+
+do_configure_prepend() {
+	# This m4 file contains nastiness which conflicts with libtool 2.2.2
+	rm ${S}/m4/lib-link.m4 || true
+	autopoint
+}
+
diff --git a/recipes-multimedia/gstreamer/gst-plugins-base_0.10.35.bbappend b/recipes-multimedia/gstreamer/gst-plugins-base_0.10.35.bbappend
new file mode 100644
index 0000000..eabe47e
--- /dev/null
+++ b/recipes-multimedia/gstreamer/gst-plugins-base_0.10.35.bbappend
@@ -0,0 +1,18 @@
+COMPATIBLE_MACHINE_omap4 = "(omap4430-panda|pandaboard)"
+
+SRC_URI_omap4 = "git://gitorious.org/gstreamer-omap/gst-plugins-base.git;protocol=git;branch=v0.10.35+ti;name=gstbase \
+                 git://anongit.freedesktop.org/gstreamer/common;protocol=git;destsuffix=git/common;name=common \
+                 file://gst-plugins-base-tremor.patch"
+
+PR = "r0"
+
+SRCREV_gstbase = "a9efac64106a2e62fcc099fbbc9f530c36a8f943"
+SRCREV_common = "46dfcea233cf6df83e3771d8a8066e87d614f893"
+
+S = "${WORKDIR}/git"
+
+do_configure_prepend() {
+	# This m4 file contains nastiness which conflicts with libtool 2.2.2
+	rm -f ${S}/m4/lib-link.m4
+	autopoint
+}
diff --git a/recipes-multimedia/gstreamer/gstreamer_0.10.35.bbappend b/recipes-multimedia/gstreamer/gstreamer_0.10.35.bbappend
new file mode 100644
index 0000000..c240979
--- /dev/null
+++ b/recipes-multimedia/gstreamer/gstreamer_0.10.35.bbappend
@@ -0,0 +1,22 @@
+
+DEFAULT_PREFERENCE_omap4 = "10"
+
+# 2011-07-06: basetransform: don't do unnecessary pad_alloc()
+SRCREV = "41af019dc6333d1ab8372bd806e0f289899f1ea4"
+
+SRC_URI = "git://gitorious.org/gstreamer-omap/gstreamer.git;protocol=git;branch=v0.10.35+ti;name=gstreamer \
+           git://anongit.freedesktop.org/gstreamer/common;protocol=git;destsuffix=git/common;name=common \
+           file://check_fix.patch \
+           file://gst-inspect-check-error.patch"
+
+# 2011-07-06: basetransform: don't do unnecessary pad_alloc()
+SRCREV_gstreamer = "41af019dc6333d1ab8372bd806e0f289899f1ea4"
+
+SRCREV_common = "46dfcea233cf6df83e3771d8a8066e87d614f893"
+
+S = "${WORKDIR}/git"
+
+#do_configure_prepend() {
+#	git submodule init
+#	git submodule update
+#}
-- 
1.7.5.4




More information about the meta-ti mailing list