From a13b12b3c5fed979f3ba77e696bb42c4a9b490ba Mon Sep 17 00:00:00 2001 From: wangmy Date: Thu, 30 Jun 2022 12:25:33 +0800 Subject: [PATCH] speexdsp: upgrade 1.2.0 -> 1.2.1 License-Update: Add "Organisation (CSIRO)" to Copyright 2005-2008 Changelog: ========= CI: add gitlab CI integration fixed-point: Remove unused MULT16_32_Q1[1-4] macros and inlines fixed-point: don't truncate 32-bit arg to MULT16_32_Q15 fixed-point resample: remove 1-bit shift right before interpolation fixed-point: introduce MULT16_32_32 to handle unexpected types in MULT16_32_Q15 Fix incorrect macro names in arch.h Remove unused stack_alloc.h autotools: do not use deprecated macros (From OE-Core rev: 71b9992799981d5211b4f38a53b7bafe8d1b9c38) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../speex/{speexdsp_1.2.0.bb => speexdsp_1.2.1.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-multimedia/speex/{speexdsp_1.2.0.bb => speexdsp_1.2.1.bb} (80%) diff --git a/meta/recipes-multimedia/speex/speexdsp_1.2.0.bb b/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb similarity index 80% rename from meta/recipes-multimedia/speex/speexdsp_1.2.0.bb rename to meta/recipes-multimedia/speex/speexdsp_1.2.1.bb index bb7bc9aade..1e6d09ab92 100644 --- a/meta/recipes-multimedia/speex/speexdsp_1.2.0.bb +++ b/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb @@ -3,14 +3,13 @@ DESCRIPTION = "SpeexDSP is a patent-free, Open Source/Free Software DSP library. HOMEPAGE = "http://www.speex.org" SECTION = "libs" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://COPYING;md5=314649d8ba9dd7045dfb6683f298d0a8" +LIC_FILES_CHKSUM = "file://COPYING;md5=eff3f76350f52a99a3df5eec6b79c02a" SRC_URI = "http://downloads.xiph.org/releases/speex/speexdsp-${PV}.tar.gz" UPSTREAM_CHECK_REGEX = "speexdsp-(?P\d+(\.\d+)+)\.tar" -SRC_URI[md5sum] = "b722df341576dc185d897131321008fc" -SRC_URI[sha256sum] = "682042fc6f9bee6294ec453f470dadc26c6ff29b9c9e9ad2ffc1f4312fd64771" +SRC_URI[sha256sum] = "8c777343e4a6399569c72abc38a95b24db56882c83dbdb6c6424a5f4aeb54d3d" inherit autotools pkgconfig