similarity index 79%
rename from meta-multimedia/recipes-multimedia/dav1d/dav1d_1.5.1.bb
rename to meta-multimedia/recipes-multimedia/dav1d/dav1d_1.5.2.bb
@@ -4,11 +4,10 @@ HOMEPAGE = "https://code.videolan.org/videolan/dav1d"
SECTION = "multimedia"
LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://COPYING;md5=c8055cfe7548dfdaa3a6dc45d8793669"
+LIC_FILES_CHKSUM = "file://COPYING;md5=48d9210a87a24f62609b5a4f777d8dfe"
SRC_URI = "git://code.videolan.org/videolan/dav1d.git;protocol=https;nobranch=1"
-SRCREV = "42b2b24fb8819f1ed3643aa9cf2a62f03868e3aa"
-
+SRCREV = "c720f4d3556a01916324aea155555d3efba842e8"
DEPENDS:append:x86 = " nasm-native"
DEPENDS:append:x86-64 = " nasm-native"
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 <f_l_k@t-online.de> --- .../dav1d/{dav1d_1.5.1.bb => dav1d_1.5.2.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-multimedia/recipes-multimedia/dav1d/{dav1d_1.5.1.bb => dav1d_1.5.2.bb} (79%)