diff options
Diffstat (limited to 'recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.5.7.bb')
-rw-r--r-- | recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.5.7.bb | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.5.7.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.5.7.bb index c8bb6cd8..614c0b48 100644 --- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.5.7.bb +++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.5.7.bb | |||
@@ -8,14 +8,14 @@ LICENSE = "GPLv2 & LGPLv2 & LGPLv2.1" | |||
8 | SECTION = "multimedia" | 8 | SECTION = "multimedia" |
9 | 9 | ||
10 | DEPENDS = "imx-codec imx-parser gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" | 10 | DEPENDS = "imx-codec imx-parser gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" |
11 | DEPENDS_append_mx6 = " imx-lib" | 11 | DEPENDS:append:mx6 = " imx-lib" |
12 | DEPENDS_append_mx7 = " imx-lib" | 12 | DEPENDS:append:mx7 = " imx-lib" |
13 | DEPENDS_append_imxvpu = " imx-vpuwrap libdrm" | 13 | DEPENDS:append:imxvpu = " imx-vpuwrap libdrm" |
14 | 14 | ||
15 | # For backwards compatibility | 15 | # For backwards compatibility |
16 | RREPLACES_${PN} = "gst1.0-fsl-plugin" | 16 | RREPLACES:${PN} = "gst1.0-fsl-plugin" |
17 | RPROVIDES_${PN} = "gst1.0-fsl-plugin" | 17 | RPROVIDES:${PN} = "gst1.0-fsl-plugin" |
18 | RCONFLICTS_${PN} = "gst1.0-fsl-plugin" | 18 | RCONFLICTS:${PN} = "gst1.0-fsl-plugin" |
19 | 19 | ||
20 | LIC_FILES_CHKSUM = "file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ | 20 | LIC_FILES_CHKSUM = "file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ |
21 | file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" | 21 | file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" |
@@ -31,14 +31,14 @@ S = "${WORKDIR}/git" | |||
31 | 31 | ||
32 | inherit autotools pkgconfig use-imx-headers | 32 | inherit autotools pkgconfig use-imx-headers |
33 | 33 | ||
34 | PLATFORM_mx6 = "MX6" | 34 | PLATFORM:mx6 = "MX6" |
35 | PLATFORM_mx6sl = "MX6SL" | 35 | PLATFORM:mx6sl = "MX6SL" |
36 | PLATFORM_mx6sx = "MX6SX" | 36 | PLATFORM:mx6sx = "MX6SX" |
37 | PLATFORM_mx6ul = "MX6UL" | 37 | PLATFORM:mx6ul = "MX6UL" |
38 | PLATFORM_mx6sll = "MX6SLL" | 38 | PLATFORM:mx6sll = "MX6SLL" |
39 | PLATFORM_mx7= "MX7D" | 39 | PLATFORM:mx7= "MX7D" |
40 | PLATFORM_mx7ulp= "MX7ULP" | 40 | PLATFORM:mx7ulp= "MX7ULP" |
41 | PLATFORM_mx8 = "MX8" | 41 | PLATFORM:mx8 = "MX8" |
42 | 42 | ||
43 | # Todo add a mechanism to map possible build targets | 43 | # Todo add a mechanism to map possible build targets |
44 | EXTRA_OECONF = "PLATFORM=${PLATFORM} \ | 44 | EXTRA_OECONF = "PLATFORM=${PLATFORM} \ |
@@ -50,12 +50,12 @@ PACKAGES =+ "${PN}-gplay ${PN}-libgplaycore ${PN}-libgstfsl ${PN}-grecorder ${PN | |||
50 | 50 | ||
51 | # Add codec list that the beep plugin run-time depended | 51 | # Add codec list that the beep plugin run-time depended |
52 | BEEP_RDEPENDS = "imx-codec-aac imx-codec-mp3 imx-codec-oggvorbis" | 52 | BEEP_RDEPENDS = "imx-codec-aac imx-codec-mp3 imx-codec-oggvorbis" |
53 | RDEPENDS_${PN} += "imx-parser ${BEEP_RDEPENDS} gstreamer1.0-plugins-good-id3demux " | 53 | RDEPENDS:${PN} += "imx-parser ${BEEP_RDEPENDS} gstreamer1.0-plugins-good-id3demux " |
54 | 54 | ||
55 | # overlaysink rely on G2D, | 55 | # overlaysink rely on G2D, |
56 | # cannot be supported on i.MX6SLL & i.MX6UL & i.MX6ULL & i.MX7D | 56 | # cannot be supported on i.MX6SLL & i.MX6UL & i.MX6ULL & i.MX7D |
57 | PACKAGECONFIG ?= "" | 57 | PACKAGECONFIG ?= "" |
58 | PACKAGECONFIG_imxgpu2d = "overlaysink" | 58 | PACKAGECONFIG:imxgpu2d = "overlaysink" |
59 | 59 | ||
60 | 60 | ||
61 | # FIXME: Add all features | 61 | # FIXME: Add all features |
@@ -69,16 +69,16 @@ PACKAGECONFIG[wma8enc] += "--enable-wma8enc,--disable-wma8enc,${MSDEPENDS},${MSD | |||
69 | OVDEPENDS = "virtual/libg2d" | 69 | OVDEPENDS = "virtual/libg2d" |
70 | PACKAGECONFIG[overlaysink] += "--enable-overlaysink,--disable-overlaysink, ${OVDEPENDS}" | 70 | PACKAGECONFIG[overlaysink] += "--enable-overlaysink,--disable-overlaysink, ${OVDEPENDS}" |
71 | 71 | ||
72 | FILES_${PN} = "${libdir}/gstreamer-1.0/*.so ${datadir}" | 72 | FILES:${PN} = "${libdir}/gstreamer-1.0/*.so ${datadir}" |
73 | 73 | ||
74 | FILES_${PN}-dbg += "${libdir}/gstreamer-1.0/.debug" | 74 | FILES:${PN}-dbg += "${libdir}/gstreamer-1.0/.debug" |
75 | FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.la ${libdir}/pkgconfig/*.pc" | 75 | FILES:${PN}-dev += "${libdir}/gstreamer-1.0/*.la ${libdir}/pkgconfig/*.pc" |
76 | FILES_${PN}-staticdev += "${libdir}/gstreamer-1.0/*.a" | 76 | FILES:${PN}-staticdev += "${libdir}/gstreamer-1.0/*.a" |
77 | FILES_${PN}-gplay = "${bindir}/gplay-1.0" | 77 | FILES:${PN}-gplay = "${bindir}/gplay-1.0" |
78 | FILES_${PN}-libgplaycore = "${libdir}/libgplaycore-1.0${SOLIBS}" | 78 | FILES:${PN}-libgplaycore = "${libdir}/libgplaycore-1.0${SOLIBS}" |
79 | FILES_${PN}-libgstfsl = "${libdir}/libgstfsl-1.0${SOLIBS}" | 79 | FILES:${PN}-libgstfsl = "${libdir}/libgstfsl-1.0${SOLIBS}" |
80 | FILES_${PN}-grecorder = "${bindir}/grecorder-1.0" | 80 | FILES:${PN}-grecorder = "${bindir}/grecorder-1.0" |
81 | FILES_${PN}-librecorder-engine = "${libdir}/librecorder_engine-1.0${SOLIBS}" | 81 | FILES:${PN}-librecorder-engine = "${libdir}/librecorder_engine-1.0${SOLIBS}" |
82 | FILES_${PN}-libplayengine = "${libdir}/libplayengine-1.0${SOLIBS}" | 82 | FILES:${PN}-libplayengine = "${libdir}/libplayengine-1.0${SOLIBS}" |
83 | 83 | ||
84 | COMPATIBLE_MACHINE = "(mx6|mx7|mx8)" | 84 | COMPATIBLE_MACHINE = "(mx6|mx7|mx8)" |