summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-09 22:59:03 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-09 22:59:03 +0200
commit972dcfcdbfe75dcfeb777150c136576cf1a71e99 (patch)
tree97a61cd7e293d7ae9d56ef7ed0f81253365bb026 /meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb
downloadpoky-972dcfcdbfe75dcfeb777150c136576cf1a71e99.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb35
1 files changed, 35 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb b/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb
new file mode 100644
index 0000000000..2e01579569
--- /dev/null
+++ b/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb
@@ -0,0 +1,35 @@
1SUMMARY = "GStreamer plug-in for communication with OpenMAX IL components"
2DESCRIPTION = "GstOpenMAX is a GStreamer plug-in that allows \
3communication with OpenMAX Integration Layer (IL) components. OpenMAX \
4IL is an industry standard that provides an abstraction layer for \
5computer graphics, video, and sound routines."
6HOMEPAGE = "http://freedesktop.org/wiki/GstOpenMAX"
7DEPENDS = "gstreamer"
8RDEPENDS_${PN} = "libomxil"
9LICENSE = "LGPLv2.1"
10LICENSE_FLAGS = "commercial"
11LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \
12 file://util/sem.h;beginline=1;endline=20;md5=accce5550d5583b839b441a0623f09fc"
13
14SRC_URI = "http://gstreamer.freedesktop.org/src/gst-openmax/gst-openmax-${PV}.tar.bz2 \
15 file://gcc_4.6.patch \
16 file://ptr-array.patch \
17 "
18
19inherit autotools pkgconfig
20
21# Tell configure that this isn't a development snapshot so we don't want
22# -Werror (hopefully fixed in 0.10.2)
23export GST_CVS="no"
24
25EXTRA_OECONF += "--disable-valgrind"
26
27PR = "r4"
28
29FILES_${PN} += "${libdir}/gstreamer-0.10/libgstomx.so"
30FILES_${PN}-dev += "${libdir}/gstreamer-0.10/libgstomx.la"
31FILES_${PN}-staticdev += "${libdir}/gstreamer-0.10/libgstomx.a"
32FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug/"
33
34SRC_URI[md5sum] = "4d0370bfe99dea20918c84347abadb4e"
35SRC_URI[sha256sum] = "9074d5a0591995133d19cfb15144f19664f902c1623f996595695cf2c2070e1f"