summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2025-06-20 16:06:53 +0200
committerKhem Raj <raj.khem@gmail.com>2025-06-25 06:44:52 -0700
commitfc78d37ff0ce9e0d60455465851dbe4e86d7a8b3 (patch)
tree4219bd472a29fcaca1f076c1e39ecb7078932bea /meta-oe/recipes-multimedia
parent188491dd2b349d2dc7c0d40b9ee8d870228704f3 (diff)
downloadmeta-openembedded-fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3.tar.gz
meta-openembedded/all: adapt to UNPACKDIR changes
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r--meta-oe/recipes-multimedia/faad2/faad2_2.11.2.bb1
-rw-r--r--meta-oe/recipes-multimedia/jack/a2jmidid_9.bb1
-rw-r--r--meta-oe/recipes-multimedia/jack/jack-example-tools_4.bb1
-rw-r--r--meta-oe/recipes-multimedia/jack/jack_1.9.22.bb1
-rw-r--r--meta-oe/recipes-multimedia/libass/libass_0.17.4.bb1
-rw-r--r--meta-oe/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb2
-rw-r--r--meta-oe/recipes-multimedia/libjxl/libjxl_0.10.3.bb1
-rw-r--r--meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb2
-rw-r--r--meta-oe/recipes-multimedia/libopus/libopus_1.5.2.bb2
-rw-r--r--meta-oe/recipes-multimedia/libopusenc/libopusenc_0.2.1.bb2
-rw-r--r--meta-oe/recipes-multimedia/libxmp/libxmp_4.6.3.bb1
-rw-r--r--meta-oe/recipes-multimedia/live555/live555_20210824.bb2
-rw-r--r--meta-oe/recipes-multimedia/mplayer/libplacebo_7.351.0.bb1
-rw-r--r--meta-oe/recipes-multimedia/mplayer/mpv_0.40.0.bb1
-rw-r--r--meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.28.1.bb1
-rw-r--r--meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb1
-rw-r--r--meta-oe/recipes-multimedia/wavpack/wavpack_5.6.0.bb1
-rw-r--r--meta-oe/recipes-multimedia/webm/libvpx_1.15.2.bb1
-rw-r--r--meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb2
-rw-r--r--meta-oe/recipes-multimedia/xsp/xsp_1.0.0-8.bb2
20 files changed, 7 insertions, 20 deletions
diff --git a/meta-oe/recipes-multimedia/faad2/faad2_2.11.2.bb b/meta-oe/recipes-multimedia/faad2/faad2_2.11.2.bb
index 9a7ee412da..83fcaa248d 100644
--- a/meta-oe/recipes-multimedia/faad2/faad2_2.11.2.bb
+++ b/meta-oe/recipes-multimedia/faad2/faad2_2.11.2.bb
@@ -12,6 +12,5 @@ PV .= "+git"
12SRC_URI = "git://github.com/knik0/faad2.git;branch=master;protocol=https" 12SRC_URI = "git://github.com/knik0/faad2.git;branch=master;protocol=https"
13SRCREV = "673a22a3c7c33e96e2ff7aae7c4d2bc190dfbf92" 13SRCREV = "673a22a3c7c33e96e2ff7aae7c4d2bc190dfbf92"
14 14
15S = "${WORKDIR}/git"
16 15
17inherit cmake 16inherit cmake
diff --git a/meta-oe/recipes-multimedia/jack/a2jmidid_9.bb b/meta-oe/recipes-multimedia/jack/a2jmidid_9.bb
index da92a80ce0..7f8988c3c3 100644
--- a/meta-oe/recipes-multimedia/jack/a2jmidid_9.bb
+++ b/meta-oe/recipes-multimedia/jack/a2jmidid_9.bb
@@ -16,7 +16,6 @@ SRC_URI = " \
16 file://ppc_musl_ucontext.patch \ 16 file://ppc_musl_ucontext.patch \
17" 17"
18 18
19S = "${WORKDIR}/git"
20 19
21inherit meson pkgconfig 20inherit meson pkgconfig
22 21
diff --git a/meta-oe/recipes-multimedia/jack/jack-example-tools_4.bb b/meta-oe/recipes-multimedia/jack/jack-example-tools_4.bb
index a868a2969d..58bbd8cac3 100644
--- a/meta-oe/recipes-multimedia/jack/jack-example-tools_4.bb
+++ b/meta-oe/recipes-multimedia/jack/jack-example-tools_4.bb
@@ -9,7 +9,6 @@ DEPENDS = "jack"
9SRC_URI = "git://github.com/jackaudio/jack-example-tools.git;branch=main;protocol=https" 9SRC_URI = "git://github.com/jackaudio/jack-example-tools.git;branch=main;protocol=https"
10SRCREV = "33de8b4285fa5054af1b37fe0496c110604ed564" 10SRCREV = "33de8b4285fa5054af1b37fe0496c110604ed564"
11 11
12S = "${WORKDIR}/git"
13 12
14inherit meson pkgconfig 13inherit meson pkgconfig
15 14
diff --git a/meta-oe/recipes-multimedia/jack/jack_1.9.22.bb b/meta-oe/recipes-multimedia/jack/jack_1.9.22.bb
index d4e6447aad..3b3ea85349 100644
--- a/meta-oe/recipes-multimedia/jack/jack_1.9.22.bb
+++ b/meta-oe/recipes-multimedia/jack/jack_1.9.22.bb
@@ -24,7 +24,6 @@ SRCREV = "4f58969432339a250ce87fe855fb962c67d00ddb"
24 24
25UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" 25UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
26 26
27S = "${WORKDIR}/git"
28 27
29inherit waf pkgconfig 28inherit waf pkgconfig
30 29
diff --git a/meta-oe/recipes-multimedia/libass/libass_0.17.4.bb b/meta-oe/recipes-multimedia/libass/libass_0.17.4.bb
index 297b7c01e8..3165736981 100644
--- a/meta-oe/recipes-multimedia/libass/libass_0.17.4.bb
+++ b/meta-oe/recipes-multimedia/libass/libass_0.17.4.bb
@@ -9,7 +9,6 @@ DEPENDS = "fontconfig freetype fribidi harfbuzz"
9 9
10SRC_URI = "git://github.com/libass/libass.git;protocol=https;branch=master" 10SRC_URI = "git://github.com/libass/libass.git;protocol=https;branch=master"
11SRCREV = "bbb3c7f1570a4a021e52683f3fbdf74fe492ae84" 11SRCREV = "bbb3c7f1570a4a021e52683f3fbdf74fe492ae84"
12S = "${WORKDIR}/git"
13 12
14inherit autotools pkgconfig 13inherit autotools pkgconfig
15 14
diff --git a/meta-oe/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb b/meta-oe/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb
index 82db2f159e..23487329fb 100644
--- a/meta-oe/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb
+++ b/meta-oe/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb
@@ -21,6 +21,6 @@ UPSTREAM_CHECK_REGEX = "/projects/mad/files/libid3tag/(?P<pver>.*)/$"
21 21
22SRC_URI[sha256sum] = "63da4f6e7997278f8a3fef4c6a372d342f705051d1eeb6a46a86b03610e26151" 22SRC_URI[sha256sum] = "63da4f6e7997278f8a3fef4c6a372d342f705051d1eeb6a46a86b03610e26151"
23 23
24S = "${WORKDIR}/libid3tag-${PV}" 24S = "${UNPACKDIR}/libid3tag-${PV}"
25 25
26inherit autotools pkgconfig 26inherit autotools pkgconfig
diff --git a/meta-oe/recipes-multimedia/libjxl/libjxl_0.10.3.bb b/meta-oe/recipes-multimedia/libjxl/libjxl_0.10.3.bb
index 505fca4c8f..2405126e5c 100644
--- a/meta-oe/recipes-multimedia/libjxl/libjxl_0.10.3.bb
+++ b/meta-oe/recipes-multimedia/libjxl/libjxl_0.10.3.bb
@@ -13,7 +13,6 @@ SRC_URI = "gitsm://github.com/libjxl/libjxl.git;protocol=https;nobranch=1 \
13 " 13 "
14 14
15SRCREV = "4a3b22d2600f92d8706fb72d85d52bfee2acbd54" 15SRCREV = "4a3b22d2600f92d8706fb72d85d52bfee2acbd54"
16S = "${WORKDIR}/git"
17 16
18EXTRA_OECMAKE = " \ 17EXTRA_OECMAKE = " \
19 -DCMAKE_BUILD_TYPE=Release \ 18 -DCMAKE_BUILD_TYPE=Release \
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 3f5a052906..0f89574b9a 100644
--- a/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb
+++ b/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb
@@ -25,7 +25,7 @@ SRC_URI[sha256sum] = "bbfac3ed6bfbc2823d3775ebb931087371e142bb0e9bb1bee51a76a6e0
25 25
26CVE_PRODUCT:append = " mad_libmad" 26CVE_PRODUCT:append = " mad_libmad"
27 27
28S = "${WORKDIR}/libmad-${PV}" 28S = "${UNPACKDIR}/libmad-${PV}"
29 29
30inherit autotools pkgconfig 30inherit autotools pkgconfig
31 31
diff --git a/meta-oe/recipes-multimedia/libopus/libopus_1.5.2.bb b/meta-oe/recipes-multimedia/libopus/libopus_1.5.2.bb
index 02958ef023..642f34f71d 100644
--- a/meta-oe/recipes-multimedia/libopus/libopus_1.5.2.bb
+++ b/meta-oe/recipes-multimedia/libopus/libopus_1.5.2.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4b365c2155d66e550e1447075d6744a5"
11SRC_URI = "http://downloads.xiph.org/releases/opus/opus-${PV}.tar.gz" 11SRC_URI = "http://downloads.xiph.org/releases/opus/opus-${PV}.tar.gz"
12SRC_URI[sha256sum] = "65c1d2f78b9f2fb20082c38cbe47c951ad5839345876e46941612ee87f9a7ce1" 12SRC_URI[sha256sum] = "65c1d2f78b9f2fb20082c38cbe47c951ad5839345876e46941612ee87f9a7ce1"
13 13
14S = "${WORKDIR}/opus-${PV}" 14S = "${UNPACKDIR}/opus-${PV}"
15 15
16inherit autotools pkgconfig 16inherit autotools pkgconfig
17 17
diff --git a/meta-oe/recipes-multimedia/libopusenc/libopusenc_0.2.1.bb b/meta-oe/recipes-multimedia/libopusenc/libopusenc_0.2.1.bb
index 6d941ae5d3..fb822d7a0e 100644
--- a/meta-oe/recipes-multimedia/libopusenc/libopusenc_0.2.1.bb
+++ b/meta-oe/recipes-multimedia/libopusenc/libopusenc_0.2.1.bb
@@ -14,6 +14,6 @@ UPSTREAM_CHECK_REGEX = "releases/tag/v(?P<pver>\d+(\.\d+)+)"
14SRC_URI = "https://ftp.osuosl.org/pub/xiph/releases/opus/libopusenc-${PV}.tar.gz" 14SRC_URI = "https://ftp.osuosl.org/pub/xiph/releases/opus/libopusenc-${PV}.tar.gz"
15SRC_URI[sha256sum] = "8298db61a8d3d63e41c1a80705baa8ce9ff3f50452ea7ec1c19a564fe106cbb9" 15SRC_URI[sha256sum] = "8298db61a8d3d63e41c1a80705baa8ce9ff3f50452ea7ec1c19a564fe106cbb9"
16 16
17S = "${WORKDIR}/libopusenc-${PV}" 17S = "${UNPACKDIR}/libopusenc-${PV}"
18 18
19inherit autotools pkgconfig 19inherit autotools pkgconfig
diff --git a/meta-oe/recipes-multimedia/libxmp/libxmp_4.6.3.bb b/meta-oe/recipes-multimedia/libxmp/libxmp_4.6.3.bb
index b8d916e70a..c302f65ed5 100644
--- a/meta-oe/recipes-multimedia/libxmp/libxmp_4.6.3.bb
+++ b/meta-oe/recipes-multimedia/libxmp/libxmp_4.6.3.bb
@@ -8,4 +8,3 @@ inherit cmake pkgconfig
8SRC_URI = "git://github.com/libxmp/libxmp.git;protocol=https;branch=master;tag=libxmp-${PV}" 8SRC_URI = "git://github.com/libxmp/libxmp.git;protocol=https;branch=master;tag=libxmp-${PV}"
9SRCREV = "bed660f8e530d399c38f27a5a7732f4e79740585" 9SRCREV = "bed660f8e530d399c38f27a5a7732f4e79740585"
10 10
11S = "${WORKDIR}/git"
diff --git a/meta-oe/recipes-multimedia/live555/live555_20210824.bb b/meta-oe/recipes-multimedia/live555/live555_20210824.bb
index 80c770c3e3..1622a97fe1 100644
--- a/meta-oe/recipes-multimedia/live555/live555_20210824.bb
+++ b/meta-oe/recipes-multimedia/live555/live555_20210824.bb
@@ -18,7 +18,7 @@ MIRRORS += "http://www.live555.com/liveMedia/public/ http://download.videolan.or
18 18
19SRC_URI[sha256sum] = "ce95a1c79f6d18e959f9dc129b8529b711c60e76754acc285e60946303b923ec" 19SRC_URI[sha256sum] = "ce95a1c79f6d18e959f9dc129b8529b711c60e76754acc285e60946303b923ec"
20 20
21S = "${WORKDIR}/live" 21S = "${UNPACKDIR}/live"
22 22
23LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ 23LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
24 file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02 \ 24 file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02 \
diff --git a/meta-oe/recipes-multimedia/mplayer/libplacebo_7.351.0.bb b/meta-oe/recipes-multimedia/mplayer/libplacebo_7.351.0.bb
index 272e293fd4..68a29dde91 100644
--- a/meta-oe/recipes-multimedia/mplayer/libplacebo_7.351.0.bb
+++ b/meta-oe/recipes-multimedia/mplayer/libplacebo_7.351.0.bb
@@ -9,7 +9,6 @@ SRCREV = "3188549fba13bbdf3a5a98de2a38c2e71f04e21e"
9 9
10inherit meson pkgconfig 10inherit meson pkgconfig
11 11
12S = "${WORKDIR}/git"
13 12
14PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'vulkan opengl', d)} lcms" 13PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'vulkan opengl', d)} lcms"
15 14
diff --git a/meta-oe/recipes-multimedia/mplayer/mpv_0.40.0.bb b/meta-oe/recipes-multimedia/mplayer/mpv_0.40.0.bb
index 3d54bbb341..3223dd69d7 100644
--- a/meta-oe/recipes-multimedia/mplayer/mpv_0.40.0.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mpv_0.40.0.bb
@@ -18,7 +18,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=570a9b3749dd0463a1778803b12a6dce"
18 18
19SRCREV = "e48ac7ce08462f5e33af6ef9deeac6fa87eef01e" 19SRCREV = "e48ac7ce08462f5e33af6ef9deeac6fa87eef01e"
20SRC_URI = "git://github.com/mpv-player/mpv;name=mpv;branch=release/${@oe.utils.trim_version('${PV}', 2)};protocol=https" 20SRC_URI = "git://github.com/mpv-player/mpv;name=mpv;branch=release/${@oe.utils.trim_version('${PV}', 2)};protocol=https"
21S = "${WORKDIR}/git"
22 21
23inherit meson pkgconfig mime-xdg 22inherit meson pkgconfig mime-xdg
24 23
diff --git a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.28.1.bb b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.28.1.bb
index afe217e1f3..0a3b5d28b6 100644
--- a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.28.1.bb
+++ b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.28.1.bb
@@ -33,7 +33,6 @@ SRC_URI = "\
33 33
34SRCREV = "fc15e229d9d337e46d730f00647821adbbd58548" 34SRCREV = "fc15e229d9d337e46d730f00647821adbbd58548"
35 35
36S = "${WORKDIR}/git"
37 36
38UPSTREAM_CHECK_GITTAGREGEX = "v4l-utils-(?P<pver>\d+(\.\d+)+)" 37UPSTREAM_CHECK_GITTAGREGEX = "v4l-utils-(?P<pver>\d+(\.\d+)+)"
39 38
diff --git a/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb b/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb
index 699b5608db..87dc7a7be6 100644
--- a/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb
+++ b/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb
@@ -7,7 +7,6 @@ SRC_URI = "git://git.ideasonboard.org/yavta.git;branch=master;protocol=https \
7SRCREV = "52c975e5542504ac10bed8b1d68df5c75951d202" 7SRCREV = "52c975e5542504ac10bed8b1d68df5c75951d202"
8 8
9PV = "0.0" 9PV = "0.0"
10S = "${WORKDIR}/git"
11 10
12# Upstream repo does not tag 11# Upstream repo does not tag
13UPSTREAM_CHECK_COMMITS = "1" 12UPSTREAM_CHECK_COMMITS = "1"
diff --git a/meta-oe/recipes-multimedia/wavpack/wavpack_5.6.0.bb b/meta-oe/recipes-multimedia/wavpack/wavpack_5.6.0.bb
index 7384d2892f..651fbc4192 100644
--- a/meta-oe/recipes-multimedia/wavpack/wavpack_5.6.0.bb
+++ b/meta-oe/recipes-multimedia/wavpack/wavpack_5.6.0.bb
@@ -11,7 +11,6 @@ SRC_URI = "git://github.com/dbry/WavPack.git;branch=master;protocol=https \
11 11
12SRCREV = "e03e8e29dc618e08e7baba9636e57ba1254874ce" 12SRCREV = "e03e8e29dc618e08e7baba9636e57ba1254874ce"
13 13
14S = "${WORKDIR}/git"
15 14
16inherit cmake pkgconfig lib_package 15inherit cmake pkgconfig lib_package
17 16
diff --git a/meta-oe/recipes-multimedia/webm/libvpx_1.15.2.bb b/meta-oe/recipes-multimedia/webm/libvpx_1.15.2.bb
index f709541c20..a7cd76e0c7 100644
--- a/meta-oe/recipes-multimedia/webm/libvpx_1.15.2.bb
+++ b/meta-oe/recipes-multimedia/webm/libvpx_1.15.2.bb
@@ -12,7 +12,6 @@ SRC_URI += "git://chromium.googlesource.com/webm/libvpx;protocol=https;branch=ma
12 file://libvpx-configure-support-blank-prefix.patch \ 12 file://libvpx-configure-support-blank-prefix.patch \
13 " 13 "
14 14
15S = "${WORKDIR}/git"
16 15
17# ffmpeg links with this and fails 16# ffmpeg links with this and fails
18# sysroots/armv4t-oe-linux-gnueabi/usr/lib/libvpx.a(vpx_encoder.c.o)(.text+0xc4): unresolvable R_ARM_THM_CALL relocation against symbol `memcpy@@GLIBC_2.4' 17# sysroots/armv4t-oe-linux-gnueabi/usr/lib/libvpx.a(vpx_encoder.c.o)(.text+0xc4): unresolvable R_ARM_THM_CALL relocation against symbol `memcpy@@GLIBC_2.4'
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 3d100b870c..5023e4e842 100644
--- a/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb
+++ b/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=db043791349ba57ad1169e1c92477cb6"
7 7
8SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/${BPN}/${BPN}_${PV}.tar.gz \ 8SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/${BPN}/${BPN}_${PV}.tar.gz \
9 file://auxdir.patch;striplevel=0" 9 file://auxdir.patch;striplevel=0"
10S = "${WORKDIR}/xpext-1.0" 10S = "${UNPACKDIR}/xpext-1.0"
11 11
12inherit autotools pkgconfig features_check 12inherit autotools pkgconfig features_check
13# depends on virtual/libx11 13# depends on virtual/libx11
diff --git a/meta-oe/recipes-multimedia/xsp/xsp_1.0.0-8.bb b/meta-oe/recipes-multimedia/xsp/xsp_1.0.0-8.bb
index 8b9247694c..5350cf1c65 100644
--- a/meta-oe/recipes-multimedia/xsp/xsp_1.0.0-8.bb
+++ b/meta-oe/recipes-multimedia/xsp/xsp_1.0.0-8.bb
@@ -7,7 +7,7 @@ SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/xsp/${BPN}_${PV}
7 file://xsp-fix-pc.patch \ 7 file://xsp-fix-pc.patch \
8 file://0001-fix-incompatible-pointer-types-build-error-in-gcc-15.patch \ 8 file://0001-fix-incompatible-pointer-types-build-error-in-gcc-15.patch \
9" 9"
10S = "${WORKDIR}/Xsp" 10S = "${UNPACKDIR}/Xsp"
11 11
12inherit autotools pkgconfig features_check 12inherit autotools pkgconfig features_check
13# depends on virtual/libx11 13# depends on virtual/libx11