diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-multimedia | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz | |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia')
18 files changed, 63 insertions, 63 deletions
diff --git a/meta-oe/recipes-multimedia/alsa/alsa-oss_1.1.8.bb b/meta-oe/recipes-multimedia/alsa/alsa-oss_1.1.8.bb index 6b955dcfd9..c8ea8b177f 100644 --- a/meta-oe/recipes-multimedia/alsa/alsa-oss_1.1.8.bb +++ b/meta-oe/recipes-multimedia/alsa/alsa-oss_1.1.8.bb | |||
| @@ -13,10 +13,10 @@ inherit autotools | |||
| 13 | 13 | ||
| 14 | LEAD_SONAME = "libaoss.so.0" | 14 | LEAD_SONAME = "libaoss.so.0" |
| 15 | 15 | ||
| 16 | do_configure_prepend () { | 16 | do_configure:prepend () { |
| 17 | touch NEWS README AUTHORS ChangeLog | 17 | touch NEWS README AUTHORS ChangeLog |
| 18 | sed -i "s/libaoss.so/${LEAD_SONAME}/" ${S}/alsa/aoss.in | 18 | sed -i "s/libaoss.so/${LEAD_SONAME}/" ${S}/alsa/aoss.in |
| 19 | } | 19 | } |
| 20 | 20 | ||
| 21 | # http://errors.yoctoproject.org/Errors/Details/186961/ | 21 | # http://errors.yoctoproject.org/Errors/Details/186961/ |
| 22 | COMPATIBLE_HOST_libc-musl = 'null' | 22 | COMPATIBLE_HOST:libc-musl = 'null' |
diff --git a/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb b/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb index 54d396343d..c89204062e 100644 --- a/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb +++ b/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb | |||
| @@ -12,7 +12,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/c/${BPN}/${BPN}_${PV}.orig.tar.gz \ | |||
| 12 | file://0002-Do-not-use-rcmd-on-build-with-musl.patch \ | 12 | file://0002-Do-not-use-rcmd-on-build-with-musl.patch \ |
| 13 | file://0001-genisoimage-Add-missing-extern-definition.patch \ | 13 | file://0001-genisoimage-Add-missing-extern-definition.patch \ |
| 14 | " | 14 | " |
| 15 | SRC_URI_append_class-nativesdk = " \ | 15 | SRC_URI:append:class-nativesdk = " \ |
| 16 | file://0001-install-netscsid-to-bin-for-nativesdk.patch \ | 16 | file://0001-install-netscsid-to-bin-for-nativesdk.patch \ |
| 17 | " | 17 | " |
| 18 | SRC_URI[md5sum] = "efe08e2f3ca478486037b053acd512e9" | 18 | SRC_URI[md5sum] = "efe08e2f3ca478486037b053acd512e9" |
| @@ -21,15 +21,15 @@ SRC_URI[sha256sum] = "d1c030756ecc182defee9fe885638c1785d35a2c2a297b4604c0e0dcc7 | |||
| 21 | inherit cmake | 21 | inherit cmake |
| 22 | 22 | ||
| 23 | DEPENDS = "libcap file bzip2" | 23 | DEPENDS = "libcap file bzip2" |
| 24 | RDEPENDS_dirsplit = "perl" | 24 | RDEPENDS:dirsplit = "perl" |
| 25 | 25 | ||
| 26 | PACKAGES =+ "dirsplit genisoimage icedax wodim" | 26 | PACKAGES =+ "dirsplit genisoimage icedax wodim" |
| 27 | 27 | ||
| 28 | FILES_dirsplit = " \ | 28 | FILES:dirsplit = " \ |
| 29 | ${bindir}/dirsplit \ | 29 | ${bindir}/dirsplit \ |
| 30 | " | 30 | " |
| 31 | 31 | ||
| 32 | FILES_genisoimage = " \ | 32 | FILES:genisoimage = " \ |
| 33 | ${bindir}/devdump \ | 33 | ${bindir}/devdump \ |
| 34 | ${bindir}/genisoimage \ | 34 | ${bindir}/genisoimage \ |
| 35 | ${bindir}/isodebug \ | 35 | ${bindir}/isodebug \ |
| @@ -39,7 +39,7 @@ FILES_genisoimage = " \ | |||
| 39 | ${bindir}/mkisofs \ | 39 | ${bindir}/mkisofs \ |
| 40 | " | 40 | " |
| 41 | 41 | ||
| 42 | FILES_icedax = " \ | 42 | FILES:icedax = " \ |
| 43 | ${bindir}/cdda2mp3 \ | 43 | ${bindir}/cdda2mp3 \ |
| 44 | ${bindir}/cdda2ogg \ | 44 | ${bindir}/cdda2ogg \ |
| 45 | ${bindir}/icedax \ | 45 | ${bindir}/icedax \ |
| @@ -47,13 +47,13 @@ FILES_icedax = " \ | |||
| 47 | ${bindir}/readmult \ | 47 | ${bindir}/readmult \ |
| 48 | " | 48 | " |
| 49 | 49 | ||
| 50 | FILES_wodim = " \ | 50 | FILES:wodim = " \ |
| 51 | ${bindir}/readom \ | 51 | ${bindir}/readom \ |
| 52 | ${bindir}/wodim \ | 52 | ${bindir}/wodim \ |
| 53 | ${sbindir}/netscsid \ | 53 | ${sbindir}/netscsid \ |
| 54 | " | 54 | " |
| 55 | 55 | ||
| 56 | do_install_append() { | 56 | do_install:append() { |
| 57 | ln -sf --relative ${D}${bindir}/genisoimage ${D}${bindir}/mkisofs | 57 | ln -sf --relative ${D}${bindir}/genisoimage ${D}${bindir}/mkisofs |
| 58 | } | 58 | } |
| 59 | 59 | ||
diff --git a/meta-oe/recipes-multimedia/jack/a2jmidid_9.bb b/meta-oe/recipes-multimedia/jack/a2jmidid_9.bb index 5fffe77c2d..1351dc4e17 100644 --- a/meta-oe/recipes-multimedia/jack/a2jmidid_9.bb +++ b/meta-oe/recipes-multimedia/jack/a2jmidid_9.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \ | |||
| 7 | " | 7 | " |
| 8 | 8 | ||
| 9 | DEPENDS = "alsa-lib jack dbus" | 9 | DEPENDS = "alsa-lib jack dbus" |
| 10 | DEPENDS_append_libc-musl = " libexecinfo" | 10 | DEPENDS:append:libc-musl = " libexecinfo" |
| 11 | 11 | ||
| 12 | SRCREV = "de37569c926c5886768f892c019e3f0468615038" | 12 | SRCREV = "de37569c926c5886768f892c019e3f0468615038" |
| 13 | SRC_URI = " \ | 13 | SRC_URI = " \ |
| @@ -21,8 +21,8 @@ inherit meson pkgconfig | |||
| 21 | 21 | ||
| 22 | EXTRA_OEMESON = "-Db_lto=false" | 22 | EXTRA_OEMESON = "-Db_lto=false" |
| 23 | 23 | ||
| 24 | LDFLAGS_append_libc-musl = " -lexecinfo" | 24 | LDFLAGS:append:libc-musl = " -lexecinfo" |
| 25 | 25 | ||
| 26 | export LINKFLAGS="${LDFLAGS}" | 26 | export LINKFLAGS="${LDFLAGS}" |
| 27 | 27 | ||
| 28 | FILES_${PN} += "${datadir}/dbus-1/services" | 28 | FILES:${PN} += "${datadir}/dbus-1/services" |
diff --git a/meta-oe/recipes-multimedia/jack/jack_1.19.19.bb b/meta-oe/recipes-multimedia/jack/jack_1.19.19.bb index 934e994e54..c4a271e922 100644 --- a/meta-oe/recipes-multimedia/jack/jack_1.19.19.bb +++ b/meta-oe/recipes-multimedia/jack/jack_1.19.19.bb | |||
| @@ -32,7 +32,7 @@ PACKAGECONFIG[opus] = "--opus=yes,--opus=no,libopus" | |||
| 32 | # portaudio is for windows builds only | 32 | # portaudio is for windows builds only |
| 33 | EXTRA_OECONF = "--portaudio=no" | 33 | EXTRA_OECONF = "--portaudio=no" |
| 34 | 34 | ||
| 35 | do_install_append() { | 35 | do_install:append() { |
| 36 | if ! ${@bb.utils.contains('PACKAGECONFIG', 'dbus', True, False, d)}; then | 36 | if ! ${@bb.utils.contains('PACKAGECONFIG', 'dbus', True, False, d)}; then |
| 37 | rm -f ${D}${bindir}/jack_control | 37 | rm -f ${D}${bindir}/jack_control |
| 38 | fi | 38 | fi |
| @@ -40,14 +40,14 @@ do_install_append() { | |||
| 40 | 40 | ||
| 41 | PACKAGES =+ "libjack jack-server jack-utils" | 41 | PACKAGES =+ "libjack jack-server jack-utils" |
| 42 | 42 | ||
| 43 | RDEPENDS_jack-dev_remove = "${PN} (= ${EXTENDPKGV})" | 43 | RDEPENDS:jack-dev:remove = "${PN} (= ${EXTENDPKGV})" |
| 44 | 44 | ||
| 45 | FILES_libjack = "${libdir}/*.so.* ${libdir}/jack/*.so" | 45 | FILES:libjack = "${libdir}/*.so.* ${libdir}/jack/*.so" |
| 46 | FILES_jack-server = " \ | 46 | FILES:jack-server = " \ |
| 47 | ${datadir}/dbus-1/services \ | 47 | ${datadir}/dbus-1/services \ |
| 48 | ${bindir}/jackdbus \ | 48 | ${bindir}/jackdbus \ |
| 49 | ${bindir}/jackd \ | 49 | ${bindir}/jackd \ |
| 50 | " | 50 | " |
| 51 | FILES_jack-utils = "${bindir}/*" | 51 | FILES:jack-utils = "${bindir}/*" |
| 52 | 52 | ||
| 53 | FILES_${PN}-doc += " ${datadir}/jack-audio-connection-kit/reference/html/*" | 53 | FILES:${PN}-doc += " ${datadir}/jack-audio-connection-kit/reference/html/*" |
diff --git a/meta-oe/recipes-multimedia/libass/libass_0.14.0.bb b/meta-oe/recipes-multimedia/libass/libass_0.14.0.bb index 3454a5c270..8b57c39e2d 100644 --- a/meta-oe/recipes-multimedia/libass/libass_0.14.0.bb +++ b/meta-oe/recipes-multimedia/libass/libass_0.14.0.bb | |||
| @@ -21,10 +21,10 @@ EXTRA_OECONF = " \ | |||
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | # Disable compiling with ASM for x86 to avoid textrel | 23 | # Disable compiling with ASM for x86 to avoid textrel |
| 24 | EXTRA_OECONF_append_x86 = " --disable-asm" | 24 | EXTRA_OECONF:append:x86 = " --disable-asm" |
| 25 | 25 | ||
| 26 | PACKAGES =+ "${PN}-tests" | 26 | PACKAGES =+ "${PN}-tests" |
| 27 | 27 | ||
| 28 | FILES_${PN}-tests = " \ | 28 | FILES:${PN}-tests = " \ |
| 29 | ${libdir}/test/test \ | 29 | ${libdir}/test/test \ |
| 30 | " | 30 | " |
diff --git a/meta-oe/recipes-multimedia/libcdio/libcdio-paranoia_10.2+0.93+1.bb b/meta-oe/recipes-multimedia/libcdio/libcdio-paranoia_10.2+0.93+1.bb index 82a16cc94a..d6b898c188 100644 --- a/meta-oe/recipes-multimedia/libcdio/libcdio-paranoia_10.2+0.93+1.bb +++ b/meta-oe/recipes-multimedia/libcdio/libcdio-paranoia_10.2+0.93+1.bb | |||
| @@ -13,8 +13,8 @@ inherit autotools pkgconfig | |||
| 13 | 13 | ||
| 14 | PACKAGES += "${PN}-utils" | 14 | PACKAGES += "${PN}-utils" |
| 15 | 15 | ||
| 16 | FILES_${PN} = "${libdir}/${BPN}${SOLIB}" | 16 | FILES:${PN} = "${libdir}/${BPN}${SOLIB}" |
| 17 | FILES_${PN}-utils = "${bindir}/*" | 17 | FILES:${PN}-utils = "${bindir}/*" |
| 18 | 18 | ||
| 19 | python libcdio_split_packages() { | 19 | python libcdio_split_packages() { |
| 20 | libdir = d.expand('${libdir}') | 20 | libdir = d.expand('${libdir}') |
diff --git a/meta-oe/recipes-multimedia/libcdio/libcdio_2.1.0.bb b/meta-oe/recipes-multimedia/libcdio/libcdio_2.1.0.bb index e282e89b7f..2340132984 100644 --- a/meta-oe/recipes-multimedia/libcdio/libcdio_2.1.0.bb +++ b/meta-oe/recipes-multimedia/libcdio/libcdio_2.1.0.bb | |||
| @@ -18,8 +18,8 @@ PACKAGECONFIG[vcd-info] = "--enable-vcd-info,--disable-vcd-info,vcdimager" | |||
| 18 | 18 | ||
| 19 | PACKAGES += "${PN}-utils" | 19 | PACKAGES += "${PN}-utils" |
| 20 | 20 | ||
| 21 | FILES_${PN} = "${libdir}/${BPN}${SOLIB}" | 21 | FILES:${PN} = "${libdir}/${BPN}${SOLIB}" |
| 22 | FILES_${PN}-utils = "${bindir}/*" | 22 | FILES:${PN}-utils = "${bindir}/*" |
| 23 | 23 | ||
| 24 | python libcdio_split_packages() { | 24 | python libcdio_split_packages() { |
| 25 | libdir = d.expand('${libdir}') | 25 | libdir = d.expand('${libdir}') |
diff --git a/meta-oe/recipes-multimedia/libdvdread/libdvdread_6.1.2.bb b/meta-oe/recipes-multimedia/libdvdread/libdvdread_6.1.2.bb index ed7443dfd4..791b4ae3e8 100644 --- a/meta-oe/recipes-multimedia/libdvdread/libdvdread_6.1.2.bb +++ b/meta-oe/recipes-multimedia/libdvdread/libdvdread_6.1.2.bb | |||
| @@ -9,4 +9,4 @@ SRC_URI[sha256sum] = "cc190f553758ced7571859e301f802cb4821f164d02bfacfd320c14a4e | |||
| 9 | 9 | ||
| 10 | inherit autotools lib_package binconfig pkgconfig | 10 | inherit autotools lib_package binconfig pkgconfig |
| 11 | 11 | ||
| 12 | CONFIGUREOPTS_remove = "--disable-silent-rules" | 12 | CONFIGUREOPTS:remove = "--disable-silent-rules" |
diff --git a/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb b/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb index 8d9246a5ce..2538cc4f12 100644 --- a/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb +++ b/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb | |||
| @@ -17,7 +17,7 @@ SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libmad-${PV}.tar.gz \ | |||
| 17 | file://obsolete_automake_macros.patch \ | 17 | file://obsolete_automake_macros.patch \ |
| 18 | file://automake-foreign.patch \ | 18 | file://automake-foreign.patch \ |
| 19 | " | 19 | " |
| 20 | SRC_URI_append_toolchain-clang = " file://0004-Remove-clang-unsupported-compiler-flags.patch " | 20 | SRC_URI:append:toolchain-clang = " file://0004-Remove-clang-unsupported-compiler-flags.patch " |
| 21 | 21 | ||
| 22 | SRC_URI[md5sum] = "1be543bc30c56fb6bea1d7bf6a64e66c" | 22 | SRC_URI[md5sum] = "1be543bc30c56fb6bea1d7bf6a64e66c" |
| 23 | SRC_URI[sha256sum] = "bbfac3ed6bfbc2823d3775ebb931087371e142bb0e9bb1bee51a76a6e0078690" | 23 | SRC_URI[sha256sum] = "bbfac3ed6bfbc2823d3775ebb931087371e142bb0e9bb1bee51a76a6e0078690" |
| @@ -27,9 +27,9 @@ S = "${WORKDIR}/libmad-${PV}" | |||
| 27 | inherit autotools pkgconfig | 27 | inherit autotools pkgconfig |
| 28 | 28 | ||
| 29 | EXTRA_OECONF = "-enable-speed --enable-shared" | 29 | EXTRA_OECONF = "-enable-speed --enable-shared" |
| 30 | EXTRA_OECONF_append_arm = " --enable-fpm=arm" | 30 | EXTRA_OECONF:append:arm = " --enable-fpm=arm" |
| 31 | 31 | ||
| 32 | do_configure_prepend () { | 32 | do_configure:prepend () { |
| 33 | # damn picky automake... | 33 | # damn picky automake... |
| 34 | touch NEWS AUTHORS ChangeLog | 34 | touch NEWS AUTHORS ChangeLog |
| 35 | } | 35 | } |
diff --git a/meta-oe/recipes-multimedia/libmms/libmms_0.6.4.bb b/meta-oe/recipes-multimedia/libmms/libmms_0.6.4.bb index 668afc8c16..3e528fecf5 100644 --- a/meta-oe/recipes-multimedia/libmms/libmms_0.6.4.bb +++ b/meta-oe/recipes-multimedia/libmms/libmms_0.6.4.bb | |||
| @@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "3c05e05aebcbfcc044d9e8c2d4646cd8359be39a3f0ba8ce4e72a9094b | |||
| 11 | 11 | ||
| 12 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |
| 13 | 13 | ||
| 14 | do_install_append() { | 14 | do_install:append() { |
| 15 | # The GLib dependency was removed in libmms 0.6.3, but the | 15 | # The GLib dependency was removed in libmms 0.6.3, but the |
| 16 | # "Requires" was not removed from the pkg-config file. Since we | 16 | # "Requires" was not removed from the pkg-config file. Since we |
| 17 | # don't have (and don't want) the RDEPENDS on GLib, we should | 17 | # don't have (and don't want) the RDEPENDS on GLib, we should |
diff --git a/meta-oe/recipes-multimedia/libmodplug/libmodplug_0.8.9.0.bb b/meta-oe/recipes-multimedia/libmodplug/libmodplug_0.8.9.0.bb index 398daae087..144c737e76 100644 --- a/meta-oe/recipes-multimedia/libmodplug/libmodplug_0.8.9.0.bb +++ b/meta-oe/recipes-multimedia/libmodplug/libmodplug_0.8.9.0.bb | |||
| @@ -13,7 +13,7 @@ inherit autotools pkgconfig | |||
| 13 | EXTRA_OECONF = "--disable-option-checking" | 13 | EXTRA_OECONF = "--disable-option-checking" |
| 14 | 14 | ||
| 15 | # NOTE: autotools_stage_all does nothing here, we need to do it manually | 15 | # NOTE: autotools_stage_all does nothing here, we need to do it manually |
| 16 | do_install_append() { | 16 | do_install:append() { |
| 17 | install -d ${D}${includedir}/libmodplug | 17 | install -d ${D}${includedir}/libmodplug |
| 18 | install -m 0644 ${S}/src/modplug.h ${D}${includedir}/libmodplug | 18 | install -m 0644 ${S}/src/modplug.h ${D}${includedir}/libmodplug |
| 19 | install -m 0644 ${S}/src/modplug.h ${D}${includedir}/ | 19 | install -m 0644 ${S}/src/modplug.h ${D}${includedir}/ |
diff --git a/meta-oe/recipes-multimedia/libopus/libopus_1.3.1.bb b/meta-oe/recipes-multimedia/libopus/libopus_1.3.1.bb index 29ef2fa448..830bc04734 100644 --- a/meta-oe/recipes-multimedia/libopus/libopus_1.3.1.bb +++ b/meta-oe/recipes-multimedia/libopus/libopus_1.3.1.bb | |||
| @@ -29,9 +29,9 @@ EXTRA_OECONF = " \ | |||
| 29 | " | 29 | " |
| 30 | 30 | ||
| 31 | # ne10 is available only for armv7a, armv7ve and aarch64 | 31 | # ne10 is available only for armv7a, armv7ve and aarch64 |
| 32 | DEPENDS_append_aarch64 = " ne10" | 32 | DEPENDS:append:aarch64 = " ne10" |
| 33 | DEPENDS_append_armv7a = " ne10" | 33 | DEPENDS:append:armv7a = " ne10" |
| 34 | DEPENDS_append_armv7ve = " ne10" | 34 | DEPENDS:append:armv7ve = " ne10" |
| 35 | 35 | ||
| 36 | python () { | 36 | python () { |
| 37 | if d.getVar('TARGET_FPU') in [ 'soft' ]: | 37 | if d.getVar('TARGET_FPU') in [ 'soft' ]: |
| @@ -50,6 +50,6 @@ python () { | |||
| 50 | #| {standard input}:761: Error: selected processor does not support Thumb mode `smull fp,r2,r3,r9' | 50 | #| {standard input}:761: Error: selected processor does not support Thumb mode `smull fp,r2,r3,r9' |
| 51 | #| {standard input}:773: Error: selected processor does not support Thumb mode `smull fp,r3,r5,r8' | 51 | #| {standard input}:773: Error: selected processor does not support Thumb mode `smull fp,r3,r5,r8' |
| 52 | #| make[2]: *** [celt/celt.lo] Error 1 | 52 | #| make[2]: *** [celt/celt.lo] Error 1 |
| 53 | ARM_INSTRUCTION_SET_armv5 = "arm" | 53 | ARM_INSTRUCTION_SET:armv5 = "arm" |
| 54 | 54 | ||
| 55 | BBCLASSEXTEND = "native nativesdk" | 55 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-multimedia/live555/live555_20210720.bb b/meta-oe/recipes-multimedia/live555/live555_20210720.bb index b30fc1069e..52230cdda5 100644 --- a/meta-oe/recipes-multimedia/live555/live555_20210720.bb +++ b/meta-oe/recipes-multimedia/live555/live555_20210720.bb | |||
| @@ -56,7 +56,7 @@ do_install() { | |||
| 56 | } | 56 | } |
| 57 | 57 | ||
| 58 | PACKAGES =+ "live555-openrtsp live555-playsip live555-mediaserver live555-examples" | 58 | PACKAGES =+ "live555-openrtsp live555-playsip live555-mediaserver live555-examples" |
| 59 | FILES_live555-openrtsp = "${bindir}/openRTSP" | 59 | FILES:live555-openrtsp = "${bindir}/openRTSP" |
| 60 | FILES_live555-playsip = "${bindir}/playSIP" | 60 | FILES:live555-playsip = "${bindir}/playSIP" |
| 61 | FILES_live555-mediaserver = "${bindir}/live555MediaServer" | 61 | FILES:live555-mediaserver = "${bindir}/live555MediaServer" |
| 62 | FILES_live555-examples = "${bindir}/*" | 62 | FILES:live555-examples = "${bindir}/*" |
diff --git a/meta-oe/recipes-multimedia/mplayer/mpv_0.33.1.bb b/meta-oe/recipes-multimedia/mplayer/mpv_0.33.1.bb index 1a9150479f..e26c1864e7 100644 --- a/meta-oe/recipes-multimedia/mplayer/mpv_0.33.1.bb +++ b/meta-oe/recipes-multimedia/mplayer/mpv_0.33.1.bb | |||
| @@ -29,15 +29,15 @@ S = "${WORKDIR}/git" | |||
| 29 | 29 | ||
| 30 | inherit waf pkgconfig mime-xdg | 30 | inherit waf pkgconfig mime-xdg |
| 31 | 31 | ||
| 32 | LDFLAGS_append_riscv64 = " -latomic" | 32 | LDFLAGS:append:riscv64 = " -latomic" |
| 33 | 33 | ||
| 34 | LUA ?= "lua" | 34 | LUA ?= "lua" |
| 35 | LUA_mips64 = "" | 35 | LUA:mips64 = "" |
| 36 | LUA_powerpc64 = "" | 36 | LUA:powerpc64 = "" |
| 37 | LUA_powerpc64le = "" | 37 | LUA:powerpc64le = "" |
| 38 | LUA_riscv64 = "" | 38 | LUA:riscv64 = "" |
| 39 | LUA_riscv32 = "" | 39 | LUA:riscv32 = "" |
| 40 | LUA_powerpc = "" | 40 | LUA:powerpc = "" |
| 41 | 41 | ||
| 42 | # Note: lua is required to get on-screen-display (controls) | 42 | # Note: lua is required to get on-screen-display (controls) |
| 43 | PACKAGECONFIG ??= " \ | 43 | PACKAGECONFIG ??= " \ |
| @@ -108,7 +108,7 @@ link_waf() { | |||
| 108 | } | 108 | } |
| 109 | do_unpack[postfuncs] += "link_waf" | 109 | do_unpack[postfuncs] += "link_waf" |
| 110 | 110 | ||
| 111 | FILES_${PN} += " \ | 111 | FILES:${PN} += " \ |
| 112 | ${datadir}/icons \ | 112 | ${datadir}/icons \ |
| 113 | ${datadir}/zsh \ | 113 | ${datadir}/zsh \ |
| 114 | ${datadir}/bash-completion \ | 114 | ${datadir}/bash-completion \ |
diff --git a/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_4.0.bb b/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_4.0.bb index 6c07eff764..3e98e71c60 100644 --- a/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_4.0.bb +++ b/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_4.0.bb | |||
| @@ -21,4 +21,4 @@ SRC_URI[sha256sum] = "8fc45bac9722aefa6f022999cbb76242d143c31b314e2dbb38f034f406 | |||
| 21 | 21 | ||
| 22 | EXTRA_OECONF = "--disable-lynx " | 22 | EXTRA_OECONF = "--disable-lynx " |
| 23 | 23 | ||
| 24 | RDEPENDS_${PN} += "pulseaudio-server" | 24 | RDEPENDS:${PN} += "pulseaudio-server" |
diff --git a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.20.0.bb b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.20.0.bb index 2261feb56c..866c0c5a7d 100644 --- a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.20.0.bb +++ b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.20.0.bb | |||
| @@ -7,9 +7,9 @@ PROVIDES = "libv4l media-ctl" | |||
| 7 | DEPENDS = "jpeg \ | 7 | DEPENDS = "jpeg \ |
| 8 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', '', d)} \ | 8 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', '', d)} \ |
| 9 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" | 9 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" |
| 10 | DEPENDS_append_libc-musl = " argp-standalone" | 10 | DEPENDS:append:libc-musl = " argp-standalone" |
| 11 | DEPENDS_append_class-target = " udev" | 11 | DEPENDS:append:class-target = " udev" |
| 12 | LDFLAGS_append = " -pthread" | 12 | LDFLAGS:append = " -pthread" |
| 13 | 13 | ||
| 14 | inherit autotools gettext pkgconfig | 14 | inherit autotools gettext pkgconfig |
| 15 | 15 | ||
| @@ -35,24 +35,24 @@ VIRTUAL-RUNTIME_ir-keytable-keymaps ?= "rc-keymaps" | |||
| 35 | 35 | ||
| 36 | PACKAGES =+ "media-ctl ir-keytable rc-keymaps libv4l libv4l-dev" | 36 | PACKAGES =+ "media-ctl ir-keytable rc-keymaps libv4l libv4l-dev" |
| 37 | 37 | ||
| 38 | RPROVIDES_${PN}-dbg += "libv4l-dbg" | 38 | RPROVIDES:${PN}-dbg += "libv4l-dbg" |
| 39 | 39 | ||
| 40 | FILES_media-ctl = "${bindir}/media-ctl ${libdir}/libmediactl.so.*" | 40 | FILES:media-ctl = "${bindir}/media-ctl ${libdir}/libmediactl.so.*" |
| 41 | 41 | ||
| 42 | FILES_ir-keytable = "${bindir}/ir-keytable ${base_libdir}/udev/rules.d/*-infrared.rules" | 42 | FILES:ir-keytable = "${bindir}/ir-keytable ${base_libdir}/udev/rules.d/*-infrared.rules" |
| 43 | RDEPENDS_ir-keytable += "${VIRTUAL-RUNTIME_ir-keytable-keymaps}" | 43 | RDEPENDS:ir-keytable += "${VIRTUAL-RUNTIME_ir-keytable-keymaps}" |
| 44 | 44 | ||
| 45 | FILES_rc-keymaps = "${sysconfdir}/rc* ${base_libdir}/udev/rc*" | 45 | FILES:rc-keymaps = "${sysconfdir}/rc* ${base_libdir}/udev/rc*" |
| 46 | 46 | ||
| 47 | FILES_${PN} = "${bindir} ${sbindir}" | 47 | FILES:${PN} = "${bindir} ${sbindir}" |
| 48 | 48 | ||
| 49 | FILES_libv4l += "${libdir}/libv4l*${SOLIBS} ${libdir}/libv4l/*.so ${libdir}/libv4l/plugins/*.so \ | 49 | FILES:libv4l += "${libdir}/libv4l*${SOLIBS} ${libdir}/libv4l/*.so ${libdir}/libv4l/plugins/*.so \ |
| 50 | ${libdir}/libdvbv5*${SOLIBS} \ | 50 | ${libdir}/libdvbv5*${SOLIBS} \ |
| 51 | ${libdir}/libv4l/*-decomp" | 51 | ${libdir}/libv4l/*-decomp" |
| 52 | 52 | ||
| 53 | FILES_libv4l-dev += "${includedir} ${libdir}/pkgconfig \ | 53 | FILES:libv4l-dev += "${includedir} ${libdir}/pkgconfig \ |
| 54 | ${libdir}/libv4l*${SOLIBSDEV} ${libdir}/*.la \ | 54 | ${libdir}/libv4l*${SOLIBSDEV} ${libdir}/*.la \ |
| 55 | ${libdir}/v4l*${SOLIBSDEV} ${libdir}/libv4l/*.la ${libdir}/libv4l/plugins/*.la" | 55 | ${libdir}/v4l*${SOLIBSDEV} ${libdir}/libv4l/*.la ${libdir}/libv4l/plugins/*.la" |
| 56 | 56 | ||
| 57 | PARALLEL_MAKE_class-native = "" | 57 | PARALLEL_MAKE:class-native = "" |
| 58 | BBCLASSEXTEND = "native" | 58 | BBCLASSEXTEND = "native" |
diff --git a/meta-oe/recipes-multimedia/webm/libvpx_1.8.2.bb b/meta-oe/recipes-multimedia/webm/libvpx_1.8.2.bb index 4a98ec17dd..fe428be7df 100644 --- a/meta-oe/recipes-multimedia/webm/libvpx_1.8.2.bb +++ b/meta-oe/recipes-multimedia/webm/libvpx_1.8.2.bb | |||
| @@ -23,9 +23,9 @@ CFLAGS += "-fPIC" | |||
| 23 | export CC | 23 | export CC |
| 24 | export LD = "${CC}" | 24 | export LD = "${CC}" |
| 25 | 25 | ||
| 26 | VPXTARGET_armv5te = "armv5te-linux-gcc" | 26 | VPXTARGET:armv5te = "armv5te-linux-gcc" |
| 27 | VPXTARGET_armv6 = "armv6-linux-gcc" | 27 | VPXTARGET:armv6 = "armv6-linux-gcc" |
| 28 | VPXTARGET_armv7a = "armv7-linux-gcc" | 28 | VPXTARGET:armv7a = "armv7-linux-gcc" |
| 29 | VPXTARGET ?= "generic-gnu" | 29 | VPXTARGET ?= "generic-gnu" |
| 30 | 30 | ||
| 31 | CONFIGUREOPTS = " \ | 31 | CONFIGUREOPTS = " \ |
diff --git a/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb b/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb index b6aafdee19..f900aca2d4 100644 --- a/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb +++ b/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb | |||
| @@ -14,7 +14,7 @@ inherit autotools pkgconfig features_check | |||
| 14 | REQUIRED_DISTRO_FEATURES = "x11" | 14 | REQUIRED_DISTRO_FEATURES = "x11" |
| 15 | 15 | ||
| 16 | # Remove runtime dependency on empty package ${PN} | 16 | # Remove runtime dependency on empty package ${PN} |
| 17 | RDEPENDS_${PN}-dev = "" | 17 | RDEPENDS:${PN}-dev = "" |
| 18 | 18 | ||
| 19 | SRC_URI[md5sum] = "1b0cb67b6f2bd7c4abef17648b062896" | 19 | SRC_URI[md5sum] = "1b0cb67b6f2bd7c4abef17648b062896" |
| 20 | SRC_URI[sha256sum] = "a3b06f5188fd9effd0799ae31352b3cd65cb913b964e2c1a923ffa9d3c08abbe" | 20 | SRC_URI[sha256sum] = "a3b06f5188fd9effd0799ae31352b3cd65cb913b964e2c1a923ffa9d3c08abbe" |
