diff options
author | Yuqing Zhu <carol.zhu@nxp.com> | 2016-04-18 22:57:49 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-05-07 10:07:46 -0300 |
commit | 8d336c76878b4c95ae58ccbe809d8953789284fe (patch) | |
tree | e5724099c3b987b0697748d345cbdc348b2652ef | |
parent | 62c325f2907d145af08aa6b533bcf8282963e2f3 (diff) | |
download | meta-freescale-8d336c76878b4c95ae58ccbe809d8953789284fe.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>
-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 8de4889b..c32ccb31 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" | |||
6 | LICENSE = "GPLv2 & LGPLv2 & LGPLv2.1" | 6 | LICENSE = "GPLv2 & LGPLv2 & LGPLv2.1" |
7 | SECTION = "multimedia" | 7 | SECTION = "multimedia" |
8 | 8 | ||
9 | DEPENDS = "libfslcodec libfslparser virtual/kernel gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" | 9 | DEPENDS = "imx-codec imx-parser virtual/kernel gstreamer1.0 gstreamer1.0-plugins-base" |
10 | DEPENDS_append_mx6q = " imx-lib imx-vpu libfslvpuwrap" | 10 | DEPENDS_append_mx6q = " imx-lib imx-vpu imx-vpuwrap" |
11 | DEPENDS_append_mx6dl = " imx-lib imx-vpu libfslvpuwrap" | 11 | DEPENDS_append_mx6dl = " imx-lib imx-vpu imx-vpuwrap" |
12 | DEPENDS_append_mx6sl = " imx-lib" | 12 | DEPENDS_append_mx6sl = " imx-lib" |
13 | DEPENDS_append_mx6sx = " imx-lib" | 13 | DEPENDS_append_mx6sx = " imx-lib" |
14 | DEPENDS_append_mx6ul = " imx-lib" | 14 | DEPENDS_append_mx6ul = " imx-lib" |
15 | DEPENDS_append_mx7 = " imx-lib" | 15 | DEPENDS_append_mx7 = " imx-lib" |
16 | 16 | ||
17 | # For backwards compatibility | ||
18 | RREPLACES_${PN} = "gst1.0-fsl-plugin" | ||
19 | RPROVIDES_${PN} = "gst1.0-fsl-plugin" | ||
20 | RCONFLICTS_${PN} = "gst1.0-fsl-plugin" | ||
21 | |||
17 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 22 | LIC_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 | ||
21 | SRC_URI = " \ | 26 | SRC_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 | ||
25 | SRC_URI[md5sum] = "0669eeea4e37203e2e654a00ded35ba2" | 30 | SRC_URI[md5sum] = "56fc7d4fcbad0ba14739b668793fcf2c" |
26 | SRC_URI[sha256sum] = "43c86f88d3c7b1da8d38815eaec297a9b8652e1fb770ff89c26d617f63ea068b" | 31 | SRC_URI[sha256sum] = "4ab74e3660a56c5a79c714b820bb1ce8dd1db5d66c92529b5378bb211cf25896" |
27 | 32 | ||
28 | S = "${WORKDIR}/gst1.0-fsl-plugins-${PV}" | 33 | S = "${WORKDIR}/imx-gst1.0-plugin-${PV}" |
29 | 34 | ||
30 | inherit autotools pkgconfig | 35 | inherit autotools pkgconfig |
31 | 36 | ||
@@ -47,8 +52,8 @@ EXTRA_OECONF = "PLATFORM=${PLATFORM} \ | |||
47 | PACKAGES =+ "${PN}-gplay ${PN}-libgplaycore ${PN}-libgstfsl ${PN}-grecorder ${PN}-librecorder-engine ${PN}-libplayengine" | 52 | PACKAGES =+ "${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 |
50 | BEEP_RDEPENDS = "libfslcodec-aac libfslcodec-mp3 libfslcodec-oggvorbis" | 55 | BEEP_RDEPENDS = "imx-codec-aac imx-codec-mp3 imx-codec-oggvorbis" |
51 | RDEPENDS_${PN} += "libfslparser ${BEEP_RDEPENDS} gstreamer1.0-plugins-good-id3demux " | 56 | RDEPENDS_${PN} += "imx-parser ${BEEP_RDEPENDS} gstreamer1.0-plugins-good-id3demux " |
52 | 57 | ||
53 | PACKAGECONFIG ?= "" | 58 | PACKAGECONFIG ?= "" |
54 | PACKAGECONFIG_mx6 = "overlaysink" | 59 | PACKAGECONFIG_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 |
59 | PACKAGECONFIG[ac3] += ",,libfslac3codec,libfslac3codec" | 64 | PACKAGECONFIG[ac3] += ",,imx-ac3codec,imx-ac3codec" |
60 | # feature from special mm packages | 65 | # feature from special mm packages |
61 | PACKAGECONFIG[aacp] += ",,libfslaacpcodec,libfslaacpcodec" | 66 | PACKAGECONFIG[aacp] += ",,imx-aacpcodec,imx-aacpcodec" |
62 | MSDEPENDS = "libfslmsparser libfslmscodec" | 67 | MSDEPENDS = "imx-msparser imx-mscodec" |
63 | PACKAGECONFIG[wma10dec] += ",,${MSDEPENDS},${MSDEPENDS}" | 68 | PACKAGECONFIG[wma10dec] += ",,${MSDEPENDS},${MSDEPENDS}" |
64 | PACKAGECONFIG[wma8enc] += "--enable-wma8enc,--disable-wma8enc,${MSDEPENDS},${MSDEPENDS}" | 69 | PACKAGECONFIG[wma8enc] += "--enable-wma8enc,--disable-wma8enc,${MSDEPENDS},${MSDEPENDS}" |
65 | OVDEPENDS = "virtual/libg2d" | 70 | OVDEPENDS = "virtual/libg2d" |