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

koen commit oe at amethyst.openembedded.net
Mon Sep 1 17:55:29 UTC 2008


gst-openmax: add openmax IL support for gstreamer

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 6516a85d1d78f28686ffc271f1b433d8bc839bd1
ViewMTN: http://monotone.openembedded.org/revision/info/6516a85d1d78f28686ffc271f1b433d8bc839bd1
Files:
1
packages/openmax/gst-openmax
packages/openmax/gst-openmax/check.diff
packages/openmax/gst-openmax_0.10.0.4.bb
Diffs:

#
# mt diff -rf7e73ce5dd06528d50327d38d9e6e865a7758cf5 -r6516a85d1d78f28686ffc271f1b433d8bc839bd1
#
#
#
# add_dir "packages/openmax/gst-openmax"
# 
# add_file "packages/openmax/gst-openmax/check.diff"
#  content [529efd5da40132846a3b9f486a964ed181172fa3]
# 
# add_file "packages/openmax/gst-openmax_0.10.0.4.bb"
#  content [aff077d569ce12cb4c35561b4eb7b540f8dc007d]
#
============================================================
--- packages/openmax/gst-openmax/check.diff	529efd5da40132846a3b9f486a964ed181172fa3
+++ packages/openmax/gst-openmax/check.diff	529efd5da40132846a3b9f486a964ed181172fa3
@@ -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])
+ ])
+ 
============================================================
--- packages/openmax/gst-openmax_0.10.0.4.bb	aff077d569ce12cb4c35561b4eb7b540f8dc007d
+++ packages/openmax/gst-openmax_0.10.0.4.bb	aff077d569ce12cb4c35561b4eb7b540f8dc007d
@@ -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