From 17c228936c1d875b96b790f831e2ea3ee83c31f7 Mon Sep 17 00:00:00 2001 From: Thomas Perrot Date: Thu, 15 Dec 2016 08:16:28 +0100 Subject: gstreamer1.0-plugins: Upgrade to 1.10 Signed-off-by: Thomas Perrot Signed-off-by: Otavio Salvador --- .../gstreamer1.0-plugins-bad_1.10.%.bbappend | 23 ++++++++++++++++++++++ .../gstreamer1.0-plugins-bad_1.8.%.bbappend | 23 ---------------------- .../gstreamer1.0-plugins-base_1.10.%.bbappend | 15 ++++++++++++++ .../gstreamer1.0-plugins-base_1.8.%.bbappend | 15 -------------- 4 files changed, 38 insertions(+), 38 deletions(-) create mode 100644 recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.10.%.bbappend delete mode 100644 recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.8.%.bbappend create mode 100644 recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.10.%.bbappend delete mode 100644 recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.8.%.bbappend (limited to 'recipes-multimedia') diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.10.%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.10.%.bbappend new file mode 100644 index 000000000..4743c4f96 --- /dev/null +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.10.%.bbappend @@ -0,0 +1,23 @@ +# Vivante EGL headers require the correct preprocessor +# defines to be set for each platform +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +PACKAGECONFIG_GL_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'opengl', '', d)}" + +PACKAGECONFIG_GL_imxgpu3d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" + + +SRC_URI_append_imxgpu2d = " \ + file://0001-glplugin-Change-wayland-default-res-to-1024x768.patch \ + file://0002-Support-fb-backend-for-gl-plugins.patch \ + file://0003-Add-directviv-to-glimagesink-to-improve-playback-per.patch \ + file://0004-MMFMWK-6930-glplugin-Accelerate-gldownload-with-dire.patch \ + file://0005-Fix-dependence-issue-between-gst-plugin-.patch \ + file://0006-glcolorconvert-convert-YUV-to-RGB-use-directviv.patch \ + file://0007-glwindow-work-around-for-no-frame-when-imxplayer-use.patch \ + file://0008-glplugin-glcolorconvert-fix-MRT-cannot-work-in-GLES3.patch \ + file://0009-MMFMWK-7308-Fix-build-issue-on-non-GPU-soc.patch \ +" + + +PACKAGE_ARCH_imxgpu2d = "${MACHINE_SOCARCH}" diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.8.%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.8.%.bbappend deleted file mode 100644 index 4743c4f96..000000000 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.8.%.bbappend +++ /dev/null @@ -1,23 +0,0 @@ -# Vivante EGL headers require the correct preprocessor -# defines to be set for each platform -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -PACKAGECONFIG_GL_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'opengl', '', d)}" - -PACKAGECONFIG_GL_imxgpu3d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" - - -SRC_URI_append_imxgpu2d = " \ - file://0001-glplugin-Change-wayland-default-res-to-1024x768.patch \ - file://0002-Support-fb-backend-for-gl-plugins.patch \ - file://0003-Add-directviv-to-glimagesink-to-improve-playback-per.patch \ - file://0004-MMFMWK-6930-glplugin-Accelerate-gldownload-with-dire.patch \ - file://0005-Fix-dependence-issue-between-gst-plugin-.patch \ - file://0006-glcolorconvert-convert-YUV-to-RGB-use-directviv.patch \ - file://0007-glwindow-work-around-for-no-frame-when-imxplayer-use.patch \ - file://0008-glplugin-glcolorconvert-fix-MRT-cannot-work-in-GLES3.patch \ - file://0009-MMFMWK-7308-Fix-build-issue-on-non-GPU-soc.patch \ -" - - -PACKAGE_ARCH_imxgpu2d = "${MACHINE_SOCARCH}" diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.10.%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.10.%.bbappend new file mode 100644 index 000000000..6137d5e04 --- /dev/null +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.10.%.bbappend @@ -0,0 +1,15 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +GST_IMX_PATCHES = " file://gstplaybin-remove-flag-deinterlace.patch \ + file://0001-MMFMWK-7030-Linux_MX6QP_ARD-IMXCameraApp-When-Enable.patch \ + file://0002-Remove-dependence-on-imx-plugin-git.patch \ +" + +GST_IMX_PATCHES_TO_APPEND = "" +GST_IMX_PATCHES_TO_APPEND_imxpxp = "${GST_IMX_PATCHES}" +GST_IMX_PATCHES_TO_APPEND_imxvpu = "${GST_IMX_PATCHES}" + +SRC_URI_append = "${GST_IMX_PATCHES_TO_APPEND}" + +PACKAGE_ARCH_imxpxp = "${MACHINE_SOCARCH}" +PACKAGE_ARCH_imxvpu = "${MACHINE_SOCARCH}" diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.8.%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.8.%.bbappend deleted file mode 100644 index 6137d5e04..000000000 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.8.%.bbappend +++ /dev/null @@ -1,15 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -GST_IMX_PATCHES = " file://gstplaybin-remove-flag-deinterlace.patch \ - file://0001-MMFMWK-7030-Linux_MX6QP_ARD-IMXCameraApp-When-Enable.patch \ - file://0002-Remove-dependence-on-imx-plugin-git.patch \ -" - -GST_IMX_PATCHES_TO_APPEND = "" -GST_IMX_PATCHES_TO_APPEND_imxpxp = "${GST_IMX_PATCHES}" -GST_IMX_PATCHES_TO_APPEND_imxvpu = "${GST_IMX_PATCHES}" - -SRC_URI_append = "${GST_IMX_PATCHES_TO_APPEND}" - -PACKAGE_ARCH_imxpxp = "${MACHINE_SOCARCH}" -PACKAGE_ARCH_imxvpu = "${MACHINE_SOCARCH}" -- cgit v1.2.3-54-g00ecf