diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-03-30 19:57:21 -0500 |
|---|---|---|
| committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-04-04 16:57:41 -0500 |
| commit | ebb5250221c4bed2e792edfa442b631dfbd56508 (patch) | |
| tree | c6eb58f77de3c9092dd9ff095664d8d00758f331 /recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.6.4.bb | |
| parent | 51c5f02d40b634c3ceb80208e67cdea31a77e65f (diff) | |
| download | meta-freescale-ebb5250221c4bed2e792edfa442b631dfbd56508.tar.gz | |
imx-gst1.0-plugin: Upgrade 4.6.1 -> 4.6.4
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.6.4.bb')
| -rw-r--r-- | recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.6.4.bb | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.6.4.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.6.4.bb new file mode 100644 index 000000000..42bde58cc --- /dev/null +++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.6.4.bb | |||
| @@ -0,0 +1,83 @@ | |||
| 1 | # Copyright (C) 2014,2016 Freescale Semiconductor | ||
| 2 | # Copyright 2017-2021 NXP | ||
| 3 | # Copyright (C) 2012-2015 O.S. Systems Software LTDA. | ||
| 4 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
| 5 | |||
| 6 | DESCRIPTION = "Gstreamer freescale plugins" | ||
| 7 | LICENSE = "GPL-2.0-only & LGPL-2.0-only & LGPL-2.1-only" | ||
| 8 | SECTION = "multimedia" | ||
| 9 | |||
| 10 | DEPENDS = "imx-codec imx-parser gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" | ||
| 11 | DEPENDS:append:mx6-nxp-bsp = " imx-lib" | ||
| 12 | DEPENDS:append:mx7-nxp-bsp = " imx-lib" | ||
| 13 | DEPENDS:append:mx8ulp-nxp-bsp = " imx-lib" | ||
| 14 | DEPENDS:append:imxvpu = " imx-vpuwrap libdrm" | ||
| 15 | |||
| 16 | # For backwards compatibility | ||
| 17 | RREPLACES:${PN} = "gst1.0-fsl-plugin" | ||
| 18 | RPROVIDES:${PN} = "gst1.0-fsl-plugin" | ||
| 19 | RCONFLICTS:${PN} = "gst1.0-fsl-plugin" | ||
| 20 | |||
| 21 | LIC_FILES_CHKSUM = "file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ | ||
| 22 | file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" | ||
| 23 | |||
| 24 | SRCBRANCH = "MM_04.06.04_2112_L5.15.y" | ||
| 25 | |||
| 26 | |||
| 27 | |||
| 28 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-gst1.0-plugin.git;protocol=https;branch=${SRCBRANCH}" | ||
| 29 | SRCREV = "f4b3105ab33e608c717855cdd1a520b60f377bf3" | ||
| 30 | |||
| 31 | S = "${WORKDIR}/git" | ||
| 32 | |||
| 33 | inherit meson pkgconfig use-imx-headers | ||
| 34 | |||
| 35 | PLATFORM:mx6-nxp-bsp = "MX6" | ||
| 36 | PLATFORM:mx6sl-nxp-bsp = "MX6SL" | ||
| 37 | PLATFORM:mx6sx-nxp-bsp = "MX6SX" | ||
| 38 | PLATFORM:mx6ul-nxp-bsp = "MX6UL" | ||
| 39 | PLATFORM:mx6sll-nxp-bsp = "MX6SLL" | ||
| 40 | PLATFORM:mx7-nxp-bsp= "MX7D" | ||
| 41 | PLATFORM:mx7ulp-nxp-bsp= "MX7ULP" | ||
| 42 | PLATFORM:mx8-nxp-bsp = "MX8" | ||
| 43 | |||
| 44 | # Todo add a mechanism to map possible build targets | ||
| 45 | EXTRA_OEMESON = "-Dplatform=${PLATFORM} \ | ||
| 46 | -Dc_args="${CFLAGS} -I${STAGING_INCDIR_IMX}" \ | ||
| 47 | " | ||
| 48 | |||
| 49 | PACKAGES =+ "${PN}-gplay ${PN}-libgplaycore ${PN}-libgstfsl ${PN}-grecorder ${PN}-librecorder-engine ${PN}-libplayengine" | ||
| 50 | |||
| 51 | # Add codec list that the beep plugin run-time depended | ||
| 52 | BEEP_RDEPENDS = "imx-codec-aac imx-codec-mp3 imx-codec-oggvorbis" | ||
| 53 | RDEPENDS:${PN} += "imx-parser ${BEEP_RDEPENDS} gstreamer1.0-plugins-good-id3demux " | ||
| 54 | RDEPENDS:${PN}:append:mx8qm-nxp-bsp = " imx-dsp" | ||
| 55 | RDEPENDS:${PN}:append:mx8qxp-nxp-bsp = " imx-dsp" | ||
| 56 | RDEPENDS:${PN}:append:mx8dx-nxp-bsp = " imx-dsp" | ||
| 57 | RDEPENDS:${PN}:append:mx8mp-nxp-bsp = " imx-dsp" | ||
| 58 | RDEPENDS:${PN}:append:mx8ulp-nxp-bsp = " imx-dsp" | ||
| 59 | |||
| 60 | PACKAGECONFIG ?= "" | ||
| 61 | |||
| 62 | # FIXME: Add all features | ||
| 63 | # feature from excluded mm packages | ||
| 64 | PACKAGECONFIG[ac3] = ",,imx-ac3codec,imx-ac3codec" | ||
| 65 | # feature from special mm packages | ||
| 66 | PACKAGECONFIG[aacp] = ",,imx-aacpcodec,imx-aacpcodec" | ||
| 67 | MSDEPENDS = "imx-msparser imx-mscodec" | ||
| 68 | PACKAGECONFIG[wma10dec] = ",,${MSDEPENDS},${MSDEPENDS}" | ||
| 69 | PACKAGECONFIG[wma8enc] = ",,${MSDEPENDS},${MSDEPENDS}" | ||
| 70 | |||
| 71 | FILES:${PN} = "${libdir}/gstreamer-1.0/*.so ${datadir}" | ||
| 72 | |||
| 73 | FILES:${PN}-dbg += "${libdir}/gstreamer-1.0/.debug" | ||
| 74 | FILES:${PN}-dev += "${libdir}/gstreamer-1.0/*.la ${libdir}/pkgconfig/*.pc" | ||
| 75 | FILES:${PN}-staticdev += "${libdir}/gstreamer-1.0/*.a" | ||
| 76 | FILES:${PN}-gplay = "${bindir}/gplay-1.0" | ||
| 77 | FILES:${PN}-libgplaycore = "${libdir}/libgplaycore-1.0${SOLIBS}" | ||
| 78 | FILES:${PN}-libgstfsl = "${libdir}/libgstfsl-1.0${SOLIBS}" | ||
| 79 | FILES:${PN}-grecorder = "${bindir}/grecorder-1.0" | ||
| 80 | FILES:${PN}-librecorder-engine = "${libdir}/librecorder_engine-1.0${SOLIBS}" | ||
| 81 | FILES:${PN}-libplayengine = "${libdir}/libplayengine-1.0${SOLIBS}" | ||
| 82 | |||
| 83 | COMPATIBLE_MACHINE = "(imx-nxp-bsp)" | ||
