* gstreamer 0.10.14
* gst-plugins-base 0.10.14
* gst-plugins-good 0.10.6
* gst-plugins-bad 0.10.5 (doesn't compile yet)
* gst-plugins-ugly 0.10.6
--- /dev/null
+require gst-plugins.inc
+
+DEPENDS += "gst-plugins-base"
+
+# fails compiling (doesn't find vorbisdec.h)
+DEFAULT_PREFERENCE = "-1"
+
+PR = "r0"
--- /dev/null
+require gst-plugins.inc
+
+PROVIDES += "gst-plugins"
+
+# gst-plugins-base only builds the alsa plugin
+# if alsa has been built and is present. You will
+# not get an error if this is not present, just
+# a missing alsa plugin
+DEPENDS += "alsa-lib"
+
+PR = "r2"
+
--- /dev/null
+require gst-plugins.inc
+
+EXTRA_OECONF += "--with-check=no"
+DEPENDS += "gst-plugins-base"
+PR = "r3"
--- /dev/null
+require gst-plugins.inc
+
+DEPENDS += "gst-plugins-base"
+SRC_URI += "file://cross-compile.patch;patch=1"
+
+PR = "r0"
--- /dev/null
+require gstreamer.inc
+
+PR = "r0"