diff options
author | wangmy <wangmy@fujitsu.com> | 2022-06-30 12:25:33 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-01 11:31:42 +0100 |
commit | a13b12b3c5fed979f3ba77e696bb42c4a9b490ba (patch) | |
tree | 58cb0398b9dea1a24f9e19b756d18fbff6e0377c /meta/recipes-multimedia | |
parent | 01aad9dd15ccaddbf940a96a4350a608e9866fa9 (diff) | |
download | poky-a13b12b3c5fed979f3ba77e696bb42c4a9b490ba.tar.gz |
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 <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/speex/speexdsp_1.2.1.bb (renamed from meta/recipes-multimedia/speex/speexdsp_1.2.0.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-multimedia/speex/speexdsp_1.2.0.bb b/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. | |||
3 | HOMEPAGE = "http://www.speex.org" | 3 | HOMEPAGE = "http://www.speex.org" |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | LICENSE = "BSD-3-Clause" | 5 | LICENSE = "BSD-3-Clause" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=314649d8ba9dd7045dfb6683f298d0a8" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=eff3f76350f52a99a3df5eec6b79c02a" |
7 | 7 | ||
8 | SRC_URI = "http://downloads.xiph.org/releases/speex/speexdsp-${PV}.tar.gz" | 8 | SRC_URI = "http://downloads.xiph.org/releases/speex/speexdsp-${PV}.tar.gz" |
9 | 9 | ||
10 | UPSTREAM_CHECK_REGEX = "speexdsp-(?P<pver>\d+(\.\d+)+)\.tar" | 10 | UPSTREAM_CHECK_REGEX = "speexdsp-(?P<pver>\d+(\.\d+)+)\.tar" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "b722df341576dc185d897131321008fc" | 12 | SRC_URI[sha256sum] = "8c777343e4a6399569c72abc38a95b24db56882c83dbdb6c6424a5f4aeb54d3d" |
13 | SRC_URI[sha256sum] = "682042fc6f9bee6294ec453f470dadc26c6ff29b9c9e9ad2ffc1f4312fd64771" | ||
14 | 13 | ||
15 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
16 | 15 | ||