package/speexdsp: bump to version 1.2.1

- Use official tarball and so drop autoreconf
- Update hash of COPYING (trailing white space removed:
  68311d4678)

https://gitlab.xiph.org/xiph/speexdsp/-/tags/SpeexDSP-1.2.1

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Fabrice Fontaine 2022-06-26 21:49:07 +02:00 committed by Peter Korsgaard
parent 7601ca8a62
commit f95e593c01
2 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,5 @@
# From https://ftp.osuosl.org/pub/xiph/releases/speex/SHA256SUMS.txt
sha256 8c777343e4a6399569c72abc38a95b24db56882c83dbdb6c6424a5f4aeb54d3d speexdsp-1.2.1.tar.gz
# Locally computed
sha256 0fe0e31be215f820bed0f9c913c673997773fce3a03a4555658e7b73a54eed7b speexdsp-SpeexDSP-1.2.0.tar.bz2
sha256 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f COPYING
sha256 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01 COPYING

View File

@ -4,13 +4,11 @@
#
################################################################################
SPEEXDSP_VERSION = 1.2.0
SPEEXDSP_SOURCE = speexdsp-SpeexDSP-$(SPEEXDSP_VERSION).tar.bz2
SPEEXDSP_SITE = https://gitlab.xiph.org/xiph/speexdsp/-/archive/SpeexDSP-$(SPEEXDSP_VERSION)
SPEEXDSP_VERSION = 1.2.1
SPEEXDSP_SITE = https://downloads.xiph.org/releases/speex
SPEEXDSP_LICENSE = BSD-3-Clause
SPEEXDSP_LICENSE_FILES = COPYING
SPEEXDSP_INSTALL_STAGING = YES
SPEEXDSP_DEPENDENCIES = host-pkgconf
SPEEXDSP_AUTORECONF = YES
$(eval $(autotools-package))