From patchwork Wed Jan 23 20:47:56 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: gst-plugins-gl: add package recipe Date: Wed, 23 Jan 2013 20:47:56 -0000 From: Jeremy Stashluk X-Patchwork-Id: 43241 Message-Id: <1358974076-25725-1-git-send-email-jstashluk@dekaresearch.com> To: openembedded-core@lists.openembedded.org Cc: Jeremy Stashluk --- .../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"