]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
speexdsp: upgrade 1.2.0 -> 1.2.1
authorwangmy <wangmy@fujitsu.com>
Thu, 30 Jun 2022 04:25:33 +0000 (12:25 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Jul 2022 10:30:50 +0000 (11:30 +0100)
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

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>
meta/recipes-multimedia/speex/speexdsp_1.2.1.bb [moved from meta/recipes-multimedia/speex/speexdsp_1.2.0.bb with 80% similarity]

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 bb7bc9aadec1742e0df6f96584af73fc92b205fd..1e6d09ab92a4112bea8cccc9140c14ed7fc0ab65 100644 (file)
@@ -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<pver>\d+(\.\d+)+)\.tar"
 
-SRC_URI[md5sum] = "b722df341576dc185d897131321008fc"
-SRC_URI[sha256sum] = "682042fc6f9bee6294ec453f470dadc26c6ff29b9c9e9ad2ffc1f4312fd64771"
+SRC_URI[sha256sum] = "8c777343e4a6399569c72abc38a95b24db56882c83dbdb6c6424a5f4aeb54d3d"
 
 inherit autotools pkgconfig