[Buildroot] [git commit] package/speexdsp: bump to version 1.2.1

Peter Korsgaard peter at korsgaard.com
Mon Jun 27 20:39:26 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=f95e593c0127951c870221b812553b23ade06d9d
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

- Use official tarball and so drop autoreconf
- Update hash of COPYING (trailing white space removed:
  https://gitlab.xiph.org/xiph/speexdsp/-/commit/68311d46785be76d2a186c75578d51108bff6dfb)

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/speexdsp/speexdsp.hash | 6 ++++--
 package/speexdsp/speexdsp.mk   | 6 ++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/package/speexdsp/speexdsp.hash b/package/speexdsp/speexdsp.hash
index 82e054d4d4..b46df791b4 100644
--- a/package/speexdsp/speexdsp.hash
+++ b/package/speexdsp/speexdsp.hash
@@ -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
diff --git a/package/speexdsp/speexdsp.mk b/package/speexdsp/speexdsp.mk
index 8e886b2b21..8edad7c0d2 100644
--- a/package/speexdsp/speexdsp.mk
+++ b/package/speexdsp/speexdsp.mk
@@ -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))



More information about the buildroot mailing list