summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gstreamer
diff options
context:
space:
mode:
authorYuqing Zhu <carol.zhu@nxp.com>2016-04-18 22:57:49 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 16:52:32 -0300
commit2358369db6480e891fe8c742024e91c30f39d658 (patch)
treeabc1e55d743591f191f73bca0e20b2a198addfbe /recipes-multimedia/gstreamer
parent84fd3522ebf13596352e2fcb04899483a1c760b2 (diff)
downloadmeta-fsl-arm-2358369db6480e891fe8c742024e91c30f39d658.tar.gz
imx-gst1.0-plugin: Upgrade to v4.0.9
--Change the recipe name from "gst1.0-fsl-plugin" to "imx-gst1.0-plugin" --Add RREPLACE/RPROVIDES/RCONFLICTS for backwards compatibility. --Remove dependency on gstreamer1.0-plugins-bad There is a patch in gstreamer1.0-plugins-bad which intall the header file of gstaggregator and gstvideoaggregator. so we can use them outside of gstreamer-plugins-bad package. Change-Id: I2440ffc17d2921b0dbae5b73c3fd3e9df3742af9 Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia/gstreamer')
-rw-r--r--recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.0.9.bb (renamed from recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.8.bb)31
1 files changed, 18 insertions, 13 deletions
diff --git a/recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.8.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.0.9.bb
index 8de4889..c32ccb3 100644
--- a/recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.8.bb
+++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.0.9.bb
@@ -1,4 +1,4 @@
1# Copyright (C) 2014,2015 Freescale Semiconductor 1# Copyright (C) 2014,2016 Freescale Semiconductor
2# Copyright (C) 2012-2015 O.S. Systems Software LTDA. 2# Copyright (C) 2012-2015 O.S. Systems Software LTDA.
3# Released under the MIT license (see COPYING.MIT for the terms) 3# Released under the MIT license (see COPYING.MIT for the terms)
4 4
@@ -6,26 +6,31 @@ DESCRIPTION = "Gstreamer freescale plugins"
6LICENSE = "GPLv2 & LGPLv2 & LGPLv2.1" 6LICENSE = "GPLv2 & LGPLv2 & LGPLv2.1"
7SECTION = "multimedia" 7SECTION = "multimedia"
8 8
9DEPENDS = "libfslcodec libfslparser virtual/kernel gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" 9DEPENDS = "imx-codec imx-parser virtual/kernel gstreamer1.0 gstreamer1.0-plugins-base"
10DEPENDS_append_mx6q = " imx-lib imx-vpu libfslvpuwrap" 10DEPENDS_append_mx6q = " imx-lib imx-vpu imx-vpuwrap"
11DEPENDS_append_mx6dl = " imx-lib imx-vpu libfslvpuwrap" 11DEPENDS_append_mx6dl = " imx-lib imx-vpu imx-vpuwrap"
12DEPENDS_append_mx6sl = " imx-lib" 12DEPENDS_append_mx6sl = " imx-lib"
13DEPENDS_append_mx6sx = " imx-lib" 13DEPENDS_append_mx6sx = " imx-lib"
14DEPENDS_append_mx6ul = " imx-lib" 14DEPENDS_append_mx6ul = " imx-lib"
15DEPENDS_append_mx7 = " imx-lib" 15DEPENDS_append_mx7 = " imx-lib"
16 16
17# For backwards compatibility
18RREPLACES_${PN} = "gst1.0-fsl-plugin"
19RPROVIDES_${PN} = "gst1.0-fsl-plugin"
20RCONFLICTS_${PN} = "gst1.0-fsl-plugin"
21
17LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ 22LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
18 file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ 23 file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
19 file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" 24 file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24"
20 25
21SRC_URI = " \ 26SRC_URI = " \
22 ${FSL_MIRROR}/gst1.0-fsl-plugins-${PV}.tar.gz \ 27 ${FSL_MIRROR}/imx-gst1.0-plugin-${PV}.tar.gz \
23" 28"
24 29
25SRC_URI[md5sum] = "0669eeea4e37203e2e654a00ded35ba2" 30SRC_URI[md5sum] = "56fc7d4fcbad0ba14739b668793fcf2c"
26SRC_URI[sha256sum] = "43c86f88d3c7b1da8d38815eaec297a9b8652e1fb770ff89c26d617f63ea068b" 31SRC_URI[sha256sum] = "4ab74e3660a56c5a79c714b820bb1ce8dd1db5d66c92529b5378bb211cf25896"
27 32
28S = "${WORKDIR}/gst1.0-fsl-plugins-${PV}" 33S = "${WORKDIR}/imx-gst1.0-plugin-${PV}"
29 34
30inherit autotools pkgconfig 35inherit autotools pkgconfig
31 36
@@ -47,8 +52,8 @@ EXTRA_OECONF = "PLATFORM=${PLATFORM} \
47PACKAGES =+ "${PN}-gplay ${PN}-libgplaycore ${PN}-libgstfsl ${PN}-grecorder ${PN}-librecorder-engine ${PN}-libplayengine" 52PACKAGES =+ "${PN}-gplay ${PN}-libgplaycore ${PN}-libgstfsl ${PN}-grecorder ${PN}-librecorder-engine ${PN}-libplayengine"
48 53
49# Add codec list that the beep plugin run-time depended 54# Add codec list that the beep plugin run-time depended
50BEEP_RDEPENDS = "libfslcodec-aac libfslcodec-mp3 libfslcodec-oggvorbis" 55BEEP_RDEPENDS = "imx-codec-aac imx-codec-mp3 imx-codec-oggvorbis"
51RDEPENDS_${PN} += "libfslparser ${BEEP_RDEPENDS} gstreamer1.0-plugins-good-id3demux " 56RDEPENDS_${PN} += "imx-parser ${BEEP_RDEPENDS} gstreamer1.0-plugins-good-id3demux "
52 57
53PACKAGECONFIG ?= "" 58PACKAGECONFIG ?= ""
54PACKAGECONFIG_mx6 = "overlaysink" 59PACKAGECONFIG_mx6 = "overlaysink"
@@ -56,10 +61,10 @@ PACKAGECONFIG_mx6 = "overlaysink"
56 61
57# FIXME: Add all features 62# FIXME: Add all features
58# feature from excluded mm packages 63# feature from excluded mm packages
59PACKAGECONFIG[ac3] += ",,libfslac3codec,libfslac3codec" 64PACKAGECONFIG[ac3] += ",,imx-ac3codec,imx-ac3codec"
60# feature from special mm packages 65# feature from special mm packages
61PACKAGECONFIG[aacp] += ",,libfslaacpcodec,libfslaacpcodec" 66PACKAGECONFIG[aacp] += ",,imx-aacpcodec,imx-aacpcodec"
62MSDEPENDS = "libfslmsparser libfslmscodec" 67MSDEPENDS = "imx-msparser imx-mscodec"
63PACKAGECONFIG[wma10dec] += ",,${MSDEPENDS},${MSDEPENDS}" 68PACKAGECONFIG[wma10dec] += ",,${MSDEPENDS},${MSDEPENDS}"
64PACKAGECONFIG[wma8enc] += "--enable-wma8enc,--disable-wma8enc,${MSDEPENDS},${MSDEPENDS}" 69PACKAGECONFIG[wma8enc] += "--enable-wma8enc,--disable-wma8enc,${MSDEPENDS},${MSDEPENDS}"
65OVDEPENDS = "virtual/libg2d" 70OVDEPENDS = "virtual/libg2d"