[OE-core] [PATCH] gst-plugins-gl: add package recipe

Jeremy Stashluk stashluk at gmail.com
Wed Jan 23 20:47:56 UTC 2013


---
 .../gstreamer/gst-plugins-gl_0.10.3.bb             |   30 ++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 meta-oe/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb

diff --git a/meta-oe/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb b/meta-oe/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb
new file mode 100644
index 0000000..37368f7
--- /dev/null
+++ b/meta-oe/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb
@@ -0,0 +1,30 @@
+require recipes-multimedia/gstreamer/gst-plugins.inc
+
+LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+ "
+LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
+
+PR = "r2"
+
+DEPENDS += "gst-plugins-base"
+
+SRCREV_main = "RELEASE-0.10.3"
+SRCREV_common = "0.10"
+
+SRC_URI = " \
+   git://anongit.freedesktop.org/gstreamer/gst-plugins-gl;name=main \
+   git://anongit.freedesktop.org/gstreamer/common;name=common;destsuffix=git/common \
+   "
+
+S = "${WORKDIR}/git"
+
+inherit gettext gconf
+
+EXTRA_OECONF += "--x-includes= --x-libraries= NM=nm"
+
+ARM_INSTRUCTION_SET = "arm"
+
+do_configure_prepend() {
+   autopoint || touch config.rpath
+}
+
+FILES_${PN}-gconfelements += "${sysconfdir}/gconf/schemas/gstreamer-0.10.schemas"
-- 
1.7.9.5





More information about the Openembedded-core mailing list