diff options
3 files changed, 8 insertions, 7 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc index 6806455cd5..0fff612eee 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc | |||
| @@ -1,10 +1,11 @@ | |||
| 1 | SUMMARY = "OpenMAX IL plugins for GStreamer" | 1 | SUMMARY = "OpenMAX IL plugins for GStreamer" |
| 2 | HOMEPAGE = "http://gstreamer.freedesktop.org/" | ||
| 2 | SECTION = "multimedia" | 3 | SECTION = "multimedia" |
| 4 | |||
| 3 | LICENSE = "LGPLv2.1" | 5 | LICENSE = "LGPLv2.1" |
| 4 | LICENSE_FLAGS = "commercial" | 6 | LICENSE_FLAGS = "commercial" |
| 5 | HOMEPAGE = "http://www.gstreamer.net/" | 7 | |
| 6 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" | 8 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" |
| 7 | RDEPENDS_${PN} = "libomxil" | ||
| 8 | 9 | ||
| 9 | inherit autotools pkgconfig gettext | 10 | inherit autotools pkgconfig gettext |
| 10 | 11 | ||
| @@ -32,9 +33,11 @@ python __anonymous () { | |||
| 32 | set_omx_core_name() { | 33 | set_omx_core_name() { |
| 33 | sed -i -e "s;^core-name=.*;core-name=${GSTREAMER_1_0_OMX_CORE_NAME};" "${D}${sysconfdir}/xdg/gstomx.conf" | 34 | sed -i -e "s;^core-name=.*;core-name=${GSTREAMER_1_0_OMX_CORE_NAME};" "${D}${sysconfdir}/xdg/gstomx.conf" |
| 34 | } | 35 | } |
| 36 | |||
| 35 | do_install[postfuncs] += " set_omx_core_name " | 37 | do_install[postfuncs] += " set_omx_core_name " |
| 36 | 38 | ||
| 37 | FILES_${PN} += "${libdir}/gstreamer-1.0/*.so" | 39 | FILES_${PN} += "${libdir}/gstreamer-1.0/*.so" |
| 38 | FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.la" | 40 | FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.la" |
| 39 | FILES_${PN}-staticdev += "${libdir}/gstreamer-1.0/*.a" | 41 | FILES_${PN}-staticdev += "${libdir}/gstreamer-1.0/*.a" |
| 40 | 42 | ||
| 43 | RDEPENDS_${PN} = "libomxil" | ||
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bb index fe7c91cb30..74358a7245 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bb | |||
| @@ -9,4 +9,3 @@ SRC_URI[md5sum] = "d24e8c0153c35dfefee3e26b1c2c35f8" | |||
| 9 | SRC_URI[sha256sum] = "0b4874961e6488ad9e5808114bd486ea981c540907262caab1419355fd82d745" | 9 | SRC_URI[sha256sum] = "0b4874961e6488ad9e5808114bd486ea981c540907262caab1419355fd82d745" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/gst-omx-${PV}" | 11 | S = "${WORKDIR}/gst-omx-${PV}" |
| 12 | |||
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb index 99c84668ef..9705543529 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb | |||
| @@ -9,18 +9,17 @@ SRC_URI = " \ | |||
| 9 | git://anongit.freedesktop.org/gstreamer/gst-omx;branch=master;name=gst-omx \ | 9 | git://anongit.freedesktop.org/gstreamer/gst-omx;branch=master;name=gst-omx \ |
| 10 | git://anongit.freedesktop.org/gstreamer/common;destsuffix=git/common;branch=master;name=common \ | 10 | git://anongit.freedesktop.org/gstreamer/common;destsuffix=git/common;branch=master;name=common \ |
| 11 | file://0001-omx-fixed-type-error-in-printf-call.patch \ | 11 | file://0001-omx-fixed-type-error-in-printf-call.patch \ |
| 12 | " | 12 | " |
| 13 | |||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 13 | ||
| 16 | SRCREV_gst-omx = "a2db76b048db278ef0aa798e106b7594264e06c0" | 14 | SRCREV_gst-omx = "a2db76b048db278ef0aa798e106b7594264e06c0" |
| 17 | SRCREV_common = "5edcd857b2107cd8b78c16232dd10877513ec157" | 15 | SRCREV_common = "5edcd857b2107cd8b78c16232dd10877513ec157" |
| 18 | 16 | ||
| 19 | SRCREV_FORMAT = "gst-omx" | 17 | SRCREV_FORMAT = "gst-omx" |
| 20 | 18 | ||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | |||
| 21 | do_configure_prepend() { | 21 | do_configure_prepend() { |
| 22 | cd ${S} | 22 | cd ${S} |
| 23 | ./autogen.sh --noconfigure | 23 | ./autogen.sh --noconfigure |
| 24 | cd ${B} | 24 | cd ${B} |
| 25 | } | 25 | } |
| 26 | |||
