diff options
Diffstat (limited to 'recipes-multimedia')
6 files changed, 17 insertions, 17 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend index a971236..5e0b457 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend +++ b/recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend | |||
@@ -1,12 +1,12 @@ | |||
1 | FILESEXTRAPATHS_prepend_rpi := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS:prepend:rpi := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | SRC_URI_append_rpi = " \ | 3 | SRC_URI:append:rpi = " \ |
4 | file://0001-Don-t-try-to-acquire-buffer-when-src-pad-isn-t-activ.patch \ | 4 | file://0001-Don-t-try-to-acquire-buffer-when-src-pad-isn-t-activ.patch \ |
5 | file://0003-no-timeout-on-get-state.patch \ | 5 | file://0003-no-timeout-on-get-state.patch \ |
6 | file://0004-Properly-handle-drain-requests-while-flushing.patch \ | 6 | file://0004-Properly-handle-drain-requests-while-flushing.patch \ |
7 | file://0005-Don-t-abort-gst_omx_video_dec_set_format-if-there-s-.patch \ | 7 | file://0005-Don-t-abort-gst_omx_video_dec_set_format-if-there-s-.patch \ |
8 | " | 8 | " |
9 | 9 | ||
10 | GSTREAMER_1_0_OMX_TARGET_rpi = "rpi" | 10 | GSTREAMER_1_0_OMX_TARGET:rpi = "rpi" |
11 | GSTREAMER_1_0_OMX_CORE_NAME_rpi = "${libdir}/libopenmaxil.so" | 11 | GSTREAMER_1_0_OMX_CORE_NAME:rpi = "${libdir}/libopenmaxil.so" |
12 | EXTRA_OEMESON_append_rpi = " -Dheader_path=${STAGING_DIR_TARGET}/usr/include/IL" | 12 | EXTRA_OEMESON:append:rpi = " -Dheader_path=${STAGING_DIR_TARGET}/usr/include/IL" |
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend index 8ab1510..4a815ab 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | |||
@@ -1,2 +1,2 @@ | |||
1 | PACKAGECONFIG_append_rpi = " hls libmms \ | 1 | PACKAGECONFIG:append:rpi = " hls libmms \ |
2 | ${@bb.utils.contains('LICENSE_FLAGS_WHITELIST', 'commercial', 'faad', '', d)}" | 2 | ${@bb.utils.contains('LICENSE_FLAGS_WHITELIST', 'commercial', 'faad', '', d)}" |
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend index 6bed42a..834ccfb 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend | |||
@@ -1,6 +1,6 @@ | |||
1 | # if using bcm driver enable dispmanx not when using VC4 driver | 1 | # if using bcm driver enable dispmanx not when using VC4 driver |
2 | PACKAGECONFIG_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' dispmanx', d)}" | 2 | PACKAGECONFIG:append:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' dispmanx', d)}" |
3 | DEPENDS_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}" | 3 | DEPENDS:append:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}" |
4 | 4 | ||
5 | PACKAGECONFIG_GL_VC4GRAPHICS = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}" | 5 | PACKAGECONFIG_GL_VC4GRAPHICS = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}" |
6 | PACKAGECONFIG_GL_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '${PACKAGECONFIG_GL_VC4GRAPHICS}', 'egl gles2', d)}" | 6 | PACKAGECONFIG_GL:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '${PACKAGECONFIG_GL_VC4GRAPHICS}', 'egl gles2', d)}" |
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.%.bbappend index 80a324f..f3fb144 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.%.bbappend +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.%.bbappend | |||
@@ -1 +1 @@ | |||
PACKAGECONFIG_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' rpi', d)}" | PACKAGECONFIG:append:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' rpi', d)}" | ||
diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb index 55e5a1c..d294399 100644 --- a/recipes-multimedia/omxplayer/omxplayer_git.bb +++ b/recipes-multimedia/omxplayer/omxplayer_git.bb | |||
@@ -36,12 +36,12 @@ SRC_URI = "git://github.com/popcornmix/omxplayer.git;protocol=git;branch=master | |||
36 | file://0007-Remove-Makefile-hardcoded-arch-tune.patch \ | 36 | file://0007-Remove-Makefile-hardcoded-arch-tune.patch \ |
37 | " | 37 | " |
38 | 38 | ||
39 | SRC_URI_append = "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", " file://0001-Fix-build-with-vc4-driver.patch ", "", d)}" | 39 | SRC_URI:append = "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", " file://0001-Fix-build-with-vc4-driver.patch ", "", d)}" |
40 | 40 | ||
41 | S = "${WORKDIR}/git" | 41 | S = "${WORKDIR}/git" |
42 | 42 | ||
43 | COMPATIBLE_MACHINE = "^rpi$" | 43 | COMPATIBLE_MACHINE = "^rpi$" |
44 | COMPATIBLE_HOST_aarch64 = "null" | 44 | COMPATIBLE_HOST:aarch64 = "null" |
45 | 45 | ||
46 | def cpu(d): | 46 | def cpu(d): |
47 | for arg in (d.getVar('TUNE_CCARGS') or '').split(): | 47 | for arg in (d.getVar('TUNE_CCARGS') or '').split(): |
@@ -99,10 +99,10 @@ do_install() { | |||
99 | install ${S}/fonts/* ${D}${datadir}/fonts/truetype/freefont/ | 99 | install ${S}/fonts/* ${D}${datadir}/fonts/truetype/freefont/ |
100 | } | 100 | } |
101 | 101 | ||
102 | FILES_${PN} = "${bindir}/omxplayer* \ | 102 | FILES:${PN} = "${bindir}/omxplayer* \ |
103 | ${libdir}/omxplayer/lib*${SOLIBS} \ | 103 | ${libdir}/omxplayer/lib*${SOLIBS} \ |
104 | ${datadir}/fonts" | 104 | ${datadir}/fonts" |
105 | 105 | ||
106 | FILES_${PN}-dev += "${libdir}/omxplayer/*.so" | 106 | FILES:${PN}-dev += "${libdir}/omxplayer/*.so" |
107 | 107 | ||
108 | RDEPENDS_${PN} += "bash procps userland" | 108 | RDEPENDS:${PN} += "bash procps userland" |
diff --git a/recipes-multimedia/x264/x264_%.bbappend b/recipes-multimedia/x264/x264_%.bbappend index 505719e..e0cfaf8 100644 --- a/recipes-multimedia/x264/x264_%.bbappend +++ b/recipes-multimedia/x264/x264_%.bbappend | |||
@@ -1,2 +1,2 @@ | |||
1 | EXTRA_OECONF_append_raspberrypi = " --disable-asm" | 1 | EXTRA_OECONF:append:raspberrypi = " --disable-asm" |
2 | EXTRA_OECONF_append_raspberrypi0-wifi = " --disable-asm" | 2 | EXTRA_OECONF:append:raspberrypi0-wifi = " --disable-asm" |