From 8d7b39c148660e4da4142b30b6796c1e8228653b Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 13 Dec 2025 08:43:29 +0100 Subject: dav1d: update 1.5.1 -> 1.5.2 Changes for 1.5.2 'Sonic': -------------------------- 1.5.2 is a minor release of dav1d, focused on maintenance: - minor speed improvement in recon - improvements on loongarch symboles visibility and asm - mark C globals with small code model - reduce the code size of the frame header parsing (OBU) - minor fixes on tools and CI - fix compilation with nasm 3.00 Copyright year has been changed: https://github.com/videolan/dav1d/commit/04faac69004ac951b74ac7fea331f3790ec043b8 Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../recipes-multimedia/dav1d/dav1d_1.5.1.bb | 19 ------------------- .../recipes-multimedia/dav1d/dav1d_1.5.2.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 19 deletions(-) delete mode 100644 meta-multimedia/recipes-multimedia/dav1d/dav1d_1.5.1.bb create mode 100644 meta-multimedia/recipes-multimedia/dav1d/dav1d_1.5.2.bb diff --git a/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.5.1.bb b/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.5.1.bb deleted file mode 100644 index d600e3b5e3..0000000000 --- a/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.5.1.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "dav1d AV1 decoder" -DESCRIPTION = "Targeted to be small, portable and fast." -HOMEPAGE = "https://code.videolan.org/videolan/dav1d" -SECTION = "multimedia" -LICENSE = "BSD-2-Clause" - -LIC_FILES_CHKSUM = "file://COPYING;md5=c8055cfe7548dfdaa3a6dc45d8793669" - -SRC_URI = "git://code.videolan.org/videolan/dav1d.git;protocol=https;nobranch=1" -SRCREV = "42b2b24fb8819f1ed3643aa9cf2a62f03868e3aa" - - -DEPENDS:append:x86 = " nasm-native" -DEPENDS:append:x86-64 = " nasm-native" - -inherit meson pkgconfig - -# RVV assembler routines are not yet available for RISCV32 -EXTRA_OEMESON:append:riscv32 = " -Denable_asm=false" diff --git a/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.5.2.bb b/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.5.2.bb new file mode 100644 index 0000000000..e8f4126a9a --- /dev/null +++ b/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.5.2.bb @@ -0,0 +1,18 @@ +SUMMARY = "dav1d AV1 decoder" +DESCRIPTION = "Targeted to be small, portable and fast." +HOMEPAGE = "https://code.videolan.org/videolan/dav1d" +SECTION = "multimedia" +LICENSE = "BSD-2-Clause" + +LIC_FILES_CHKSUM = "file://COPYING;md5=48d9210a87a24f62609b5a4f777d8dfe" + +SRC_URI = "git://code.videolan.org/videolan/dav1d.git;protocol=https;nobranch=1" +SRCREV = "c720f4d3556a01916324aea155555d3efba842e8" + +DEPENDS:append:x86 = " nasm-native" +DEPENDS:append:x86-64 = " nasm-native" + +inherit meson pkgconfig + +# RVV assembler routines are not yet available for RISCV32 +EXTRA_OEMESON:append:riscv32 = " -Denable_asm=false" -- cgit v1.2.3-54-g00ecf