diff options
Diffstat (limited to 'meta-agl-profile-graphical/recipes-multimedia')
3 files changed, 0 insertions, 32 deletions
diff --git a/meta-agl-profile-graphical/recipes-multimedia/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad/0001-gst-wayland-Install-wayland-header-from-gstwayland-l.patch b/meta-agl-profile-graphical/recipes-multimedia/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad/0001-gst-wayland-Install-wayland-header-from-gstwayland-l.patch deleted file mode 100644 index 443e7db8b..000000000 --- a/meta-agl-profile-graphical/recipes-multimedia/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad/0001-gst-wayland-Install-wayland-header-from-gstwayland-l.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 03e502084633838badfcc2b91a1aca1651c18544 Mon Sep 17 00:00:00 2001 -From: Marius Vlad <marius.vlad@collabora.com> -Date: Wed, 24 Jun 2020 19:44:35 +0300 -Subject: [PATCH] gst/wayland/: Install wayland header from gstwayland library - -Necessary for cluster-receiver to pass out the wl_surface. - -Bug-AGL: SPEC-3382 - -Signed-off-by: Marius Vlad <marius.vlad@collabora.com> ---- - gst-libs/gst/wayland/meson.build | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/gst-libs/gst/wayland/meson.build b/gst-libs/gst/wayland/meson.build -index b1ede41f1..8957381d2 100644 ---- a/gst-libs/gst/wayland/meson.build -+++ b/gst-libs/gst/wayland/meson.build -@@ -21,4 +21,6 @@ if use_wayland - gstwayland_dep = declare_dependency(link_with : gstwayland, - include_directories : [libsinc], - dependencies : [gst_dep, gstvideo_dep]) -+ -+ install_headers('wayland.h', subdir: 'gst/wayland') - endif --- -2.26.2 - diff --git a/meta-agl-profile-graphical/recipes-multimedia/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad_1.16.%.bbappend b/meta-agl-profile-graphical/recipes-multimedia/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad_1.16.%.bbappend deleted file mode 100644 index a74fb623d..000000000 --- a/meta-agl-profile-graphical/recipes-multimedia/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad_1.16.%.bbappend +++ /dev/null @@ -1,2 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -SRC_URI_append=" file://0001-gst-wayland-Install-wayland-header-from-gstwayland-l.patch" diff --git a/meta-agl-profile-graphical/recipes-multimedia/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good_%.bbappend b/meta-agl-profile-graphical/recipes-multimedia/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good_%.bbappend deleted file mode 100644 index 86a181fbb..000000000 --- a/meta-agl-profile-graphical/recipes-multimedia/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good_%.bbappend +++ /dev/null @@ -1,2 +0,0 @@ -# libv4l2 is useful for making more efficient use of cameras via v4l2src. -PACKAGECONFIG_append = " libv4l2" |