Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "GStreamer plug-in for communication with OpenMAX IL components" |
| 2 | DESCRIPTION = "GstOpenMAX is a GStreamer plug-in that allows \ |
| 3 | communication with OpenMAX Integration Layer (IL) components. OpenMAX \ |
| 4 | IL is an industry standard that provides an abstraction layer for \ |
| 5 | computer graphics, video, and sound routines." |
| 6 | HOMEPAGE = "http://freedesktop.org/wiki/GstOpenMAX" |
| 7 | DEPENDS = "gstreamer" |
| 8 | RDEPENDS_${PN} = "libomxil" |
| 9 | LICENSE = "LGPLv2.1" |
| 10 | LICENSE_FLAGS = "commercial" |
| 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \ |
| 12 | file://util/sem.h;beginline=1;endline=20;md5=accce5550d5583b839b441a0623f09fc" |
| 13 | |
| 14 | SRC_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 | |
| 19 | inherit 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) |
| 23 | export GST_CVS="no" |
| 24 | |
| 25 | EXTRA_OECONF += "--disable-valgrind" |
| 26 | |
| 27 | PR = "r4" |
| 28 | |
| 29 | FILES_${PN} += "${libdir}/gstreamer-0.10/libgstomx.so" |
| 30 | FILES_${PN}-dev += "${libdir}/gstreamer-0.10/libgstomx.la" |
| 31 | FILES_${PN}-staticdev += "${libdir}/gstreamer-0.10/libgstomx.a" |
| 32 | FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug/" |
| 33 | |
| 34 | SRC_URI[md5sum] = "4d0370bfe99dea20918c84347abadb4e" |
| 35 | SRC_URI[sha256sum] = "9074d5a0591995133d19cfb15144f19664f902c1623f996595695cf2c2070e1f" |