[oe-commits] : gst-openmax: add openmax IL support for gstreamer

OE GIT Trial gittrial at amethyst.openembedded.net
Tue Aug 5 16:04:43 UTC 2008


Module: OE.dev
Branch: master
Commit: 88ab9f2205c9743e38730e1d46b592ce33d920e7
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=88ab9f2205c9743e38730e1d46b592ce33d920e7

Author:  <koen at openembedded.org>
Date:   Tue Aug  5 15:57:15 2008 +0000

gst-openmax: add openmax IL support for gstreamer

---

 packages/openmax/gst-openmax/check.diff     |   11 +++++++++++
 packages/openmax/gst-openmax_0.10.0.4.bb    |   18 ++++++++++++++++++
 2 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/packages/openmax/gst-openmax/.mtn2git_empty b/packages/openmax/gst-openmax/.mtn2git_empty
new file mode 100644
index 0000000..e69de29
diff --git a/packages/openmax/gst-openmax/check.diff b/packages/openmax/gst-openmax/check.diff
new file mode 100644
index 0000000..9e74abf
--- /dev/null
+++ b/packages/openmax/gst-openmax/check.diff
@@ -0,0 +1,11 @@
+--- /tmp/gst-check.m4	2008-08-05 17:46:09.000000000 +0200
++++ gst-openmax-0.10.0.4/common/m4/gst-check.m4	2008-08-05 17:46:29.000000000 +0200
+@@ -114,7 +114,7 @@
+ 
+ AC_DEFUN([AG_GST_CHECK_GST_CHECK],
+ [
+-  AG_GST_CHECK_MODULES(GST_CHECK, gstreamer-check-[$1], [$2],
++  AG_GST_CHECK_MODULES(GST_CHECK, gstreamer-check, [$2],
+     [GStreamer Check unittest Library], [$3])
+ ])
+ 
diff --git a/packages/openmax/gst-openmax_0.10.0.4.bb b/packages/openmax/gst-openmax_0.10.0.4.bb
new file mode 100644
index 0000000..39f3538
--- /dev/null
+++ b/packages/openmax/gst-openmax_0.10.0.4.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "GstOpenMAX is a GStreamer plug-in that allows communication with OpenMAX IL components"
+LICENSE = "LGPLv2"
+DEPENDS = "gstreamer libomxil-bellagio"
+
+SRC_URI = "http://gstreamer.freedesktop.org/src/gst-openmax/pre/gst-openmax-${PV}.tar.bz2 \
+           file://check.diff;patch=1 \
+          "
+
+inherit autotools
+
+do_stage() {
+	autotools_stage_all
+}
+
+FILES_${PN} += "${libdir}/gstreamer-0.10/*.so"
+FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug"
+FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.*a"
+





More information about the Openembedded-commits mailing list