diff options
| author | Valentin Jec <valentin.jec@nxp.com> | 2024-04-11 16:39:31 +0300 |
|---|---|---|
| committer | Valentin Jec <valentin.jec@nxp.com> | 2024-04-11 16:39:31 +0300 |
| commit | f2575b7e61c72d87fb9abee1ded4b976ececc4d6 (patch) | |
| tree | 28812c2501743cf527a273eaa78499bb8949bfcb /recipes-multimedia/imx-opencl-converter | |
| parent | 19d33d87a3f5bd836ee472f207f20c4e126a7d6b (diff) | |
| download | meta-freescale-f2575b7e61c72d87fb9abee1ded4b976ececc4d6.tar.gz | |
recipes-multimedia: Upgrade to NXP release 6.6.3_1.0.0
Updated:
- alsa-lib update to 6.6.3_1.0.0 release and skip QA check for 32bit timer
- gstreamer1.0-plugins-bad_1.22.5.imx update to 6.6.3_1.0.0 release, enable g2d
- gstreamer1.0-plugins-base_1.22.5.imx update to 6.6.3_1.0.0 release, add opengl dependencies
- gstreamer1.0-plugins-good_1.22.5.imx update to 6.6.3_1.0.0 release, enable pulseaudio and 32bit timer
- gstreamer1.0_1.22.5.imx update to 6.6.3_1.0.0 release and add runtime dependency glibc-gconv-iso8859-5
- imx-gst1.0-plugin update to 6.6.3_1.0.0 release
- imx-vpuwrap update to 6.6.3_1.0.0 release
Upgraded:
- imx-codec: 4.8.2 -> 4.8.3
- imx-dsp-codec-ext: 2.1.6 -> 2.1.7
- imx-dsp: 2.1.6 -> 2.1.7
- imx-parser: 4.8.2 -> 4.8.3
- imx-opencl-converter: 0.1 -> 0.2.0
New feature:
- pipewire_1.0.0
Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
Diffstat (limited to 'recipes-multimedia/imx-opencl-converter')
| -rw-r--r-- | recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.2.0.bb (renamed from recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.1.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.1.bb b/recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.2.0.bb index 89df60d69..3dc0a7ea5 100644 --- a/recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.1.bb +++ b/recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.2.0.bb | |||
| @@ -2,17 +2,17 @@ | |||
| 2 | DESCRIPTION = "NXP Multimedia opencl converter lib" | 2 | DESCRIPTION = "NXP Multimedia opencl converter lib" |
| 3 | LICENSE = "Proprietary" | 3 | LICENSE = "Proprietary" |
| 4 | SECTION = "multimedia" | 4 | SECTION = "multimedia" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=2827219e81f28aba7c6a569f7c437fa7" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=44a8052c384584ba09077e85a3d1654f" |
| 6 | DEPENDS = "opencl-headers" | 6 | DEPENDS = "opencl-headers" |
| 7 | 7 | ||
| 8 | SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" | 8 | SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" |
| 9 | SRC_URI[md5sum] = "426f4b1df6fe123f769aa8a0d7ef17d8" | 9 | SRC_URI[md5sum] = "dc668682189ce740fb46073e62f58066" |
| 10 | SRC_URI[sha256sum] = "16612be09675c2abe9c62337e6932b2e3fb788b1ec95ecede757350c4abf6870" | 10 | SRC_URI[sha256sum] = "9f283df500c57421b87d96d9af7022ab490bc241aa28d00755beaadabbcd754b" |
| 11 | 11 | ||
| 12 | inherit fsl-eula-unpack autotools pkgconfig meson | 12 | inherit fsl-eula-unpack autotools pkgconfig meson |
| 13 | 13 | ||
| 14 | FILES:${PN} += "${datadir}/" | 14 | FILES:${PN} += "${datadir}/" |
| 15 | 15 | ||
| 16 | COMPATIBLE_MACHINE = "(^$)" | 16 | COMPATIBLE_MACHINE = "(^$)" |
| 17 | COMPATIBLE_MACHINE:imxgpu = "(mx8-nxp-bsp)" | 17 | COMPATIBLE_MACHINE:imxgpu = "(mx8-nxp-bsp|mx95-nxp-bsp)" |
| 18 | COMPATIBLE_MACHINE:mx8mm-nxp-bsp = "(^$)" | 18 | COMPATIBLE_MACHINE:mx8mm-nxp-bsp = "(^$)" |
