summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-ti/recipes-arago/gstreamer/gstreamer1.0-plugins-bad_%.bbappend
blob: 53cd834aa14f7b791620edee4813455851f17243 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

PACKAGECONFIG = "faad"

# gstreamer is now also included on Keystone, be mindful of any Graphics dependencies
PACKAGECONFIG_append_omap-a15 = " ${@bb.utils.contains('DISTRO_FEATURES','wayland','wayland','',d)}"
PACKAGECONFIG_append_ti43x = " ${@bb.utils.contains('DISTRO_FEATURES','wayland','wayland','',d)}"
PACKAGECONFIG_append_ti33x = " ${@bb.utils.contains('DISTRO_FEATURES','wayland','wayland','',d)}"

DEPENDS_append_omap-a15 = " \
    libdrm \
"

DEPENDS_append_ti43x = " \
    libdrm \
"

DEPENDS_append_ti33x = " \
    libdrm \
"

SRC_URI_append_ti43x = " \
    file://0001-gstdrmallocator-Add-DRM-allocator-support.patch \
    file://0002-parsers-Pick-previos-bug-fixes-on-different-parsers.patch \
    file://0003-gstkmssink-Add-support-for-KMS-based-sink.patch \
    file://0004-gstwaylandsink-Add-DRM-support-on-waylandsink.patch \
    file://0002-kmssink-remove-DCE-dependencies.patch \
    file://0003-kmssink-add-YUYV-support.patch \
    file://0001-gstwaylandsink-add-input-format-I420-support.patch \
"

SRC_URI_append_ti33x = " \
    file://0001-gstwaylandsink-Add-mouse-drag-and-drop-support.patch \
"

SRC_URI_append_omap-a15 = " \
    file://0001-gstdrmallocator-Add-DRM-allocator-support.patch \
    file://0002-parsers-Pick-previos-bug-fixes-on-different-parsers.patch \
    file://0003-gstkmssink-Add-support-for-KMS-based-sink.patch \
    file://0004-gstwaylandsink-Add-DRM-support-on-waylandsink.patch \
    file://0002-kmssink-remove-DCE-dependencies.patch \
    file://0003-kmssink-add-YUYV-support.patch \
    file://0001-gstwaylandsink-add-input-format-I420-support.patch \
    file://0005-gstwaylandsink-Implement-callbacks-for-version-5-of-.patch \
"

PACKAGE_ARCH = "${MACHINE_ARCH}"

PR = "r4"