[oe][meta-oe][PATCH 3/6] libplacebo: upgrade 7.351.0 -> 7.360.1
[email protected] Mon, 3 Aug 2026 23:20:52 +1200
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Ankur Tyagi <[email protected]> Dropped patch that is merged in the upstream version. Also updated branch and included tag in the SRC_URI. Changelog: https://code.videolan.org/videolan/libplacebo/-/tags/v7.360.0 https://code.videolan.org/videolan/libplacebo/-/tags/v7.360.1 Signed-off-by: Ankur Tyagi <[email protected]> --- ...vulkan-utils_gen-fix-for-python-3.14.patch | 30 ------------------- ...acebo_7.351.0.bb => libplacebo_7.360.1.bb} | 6 ++-- 2 files changed, 2 insertions(+), 34 deletions(-) delete mode 100644 meta-oe/recipes-multimedia/mplayer/libplacebo/0001-vulkan-utils_gen-fix-for-python-3.14.patch rename meta-oe/recipes-multimedia/mplayer/{libplacebo_7.351.0.bb => libplacebo_7.360.1.bb} (88%) diff --git a/meta-oe/recipes-multimedia/mplayer/libplacebo/0001-vulkan-utils_gen-fix-for-python-3.14.patch b/meta-oe/recipes-multimedia/mplayer/libplacebo/0001-vulkan-utils_gen-fix-for-python-3.14.patch deleted file mode 100644 index 4e381af340..0000000000 --- a/meta-oe/recipes-multimedia/mplayer/libplacebo/0001-vulkan-utils_gen-fix-for-python-3.14.patch +++ /dev/null @@ -1,30 +0,0 @@ -From ae40237869ae1db4de7f6d86865bc99820852495 Mon Sep 17 00:00:00 2001 -From: Nicolas Chauvet <[email protected]> -Date: Tue, 29 Jul 2025 11:42:35 +0200 -Subject: [PATCH] vulkan/utils_gen: fix for python 3.14 - -Python 3.14+ has added more type checking. This patch fixes usage - -Fixes: https://github.com/haasn/libplacebo/issues/335 - -Upstream-Status: Backport [https://code.videolan.org/videolan/libplacebo/-/commit/12509c0f1ee8c22ae163017f0a5e7b8a9d983a17] -Signed-off-by: Nicolas Chauvet <[email protected]> -Signed-off-by: Khem Raj <[email protected]> ---- - src/vulkan/utils_gen.py | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/src/vulkan/utils_gen.py b/src/vulkan/utils_gen.py -index 9a97d35f..9b803d82 100644 ---- a/src/vulkan/utils_gen.py -+++ b/src/vulkan/utils_gen.py -@@ -202,7 +202,8 @@ if __name__ == '__main__': - if not xmlfile or xmlfile == '': - xmlfile = find_registry_xml(datadir) - -- registry = VkXML(ET.parse(xmlfile)) -+ tree = ET.parse(xmlfile) -+ registry = VkXML(tree.getroot()) - with open(outfile, 'w') as f: - f.write(TEMPLATE.render( - vkresults = get_vkenum(registry, 'VkResult'), diff --git a/meta-oe/recipes-multimedia/mplayer/libplacebo_7.351.0.bb b/meta-oe/recipes-multimedia/mplayer/libplacebo_7.360.1.bb similarity index 88% rename from meta-oe/recipes-multimedia/mplayer/libplacebo_7.351.0.bb rename to meta-oe/recipes-multimedia/mplayer/libplacebo_7.360.1.bb index 3a1096bb57..94767730a8 100644 --- a/meta-oe/recipes-multimedia/mplayer/libplacebo_7.351.0.bb +++ b/meta-oe/recipes-multimedia/mplayer/libplacebo_7.360.1.bb @@ -4,10 +4,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=435ed639f84d4585d93824e7da3d85da" DEPENDS += "fastfloat glad-native python3-mako-native python3-jinja2-native vulkan-headers" -SRC_URI = "git://code.videolan.org/videolan/libplacebo.git;protocol=https;branch=v7.351 \ - file://0001-vulkan-utils_gen-fix-for-python-3.14.patch \ - " -SRCREV = "3188549fba13bbdf3a5a98de2a38c2e71f04e21e" +SRC_URI = "git://code.videolan.org/videolan/libplacebo.git;protocol=https;branch=release;tag=v${PV}" +SRCREV = "cee9b076f2c63104ccfd497fa79c39a867293ec4" inherit meson pkgconfig