Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/speex: bump to version 1.2.1
@ 2022-06-26 19:49 Fabrice Fontaine
  2022-06-26 19:49 ` [Buildroot] [PATCH 2/2] package/speexdsp: " Fabrice Fontaine
  2022-06-27 20:39 ` [Buildroot] [PATCH 1/2] package/speex: " Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2022-06-26 19:49 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

- Update COPYING hash (trailing white space removed:
  https://gitlab.xiph.org/xiph/speex/-/commit/1e64d72bbfd86695eb72e2c122506e071894cb1a)
- Update indentation in hash file (two spaces)

https://gitlab.xiph.org/xiph/speex/-/tags/Speex-1.2.1

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/speex/speex.hash | 6 ++----
 package/speex/speex.mk   | 2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/package/speex/speex.hash b/package/speex/speex.hash
index f5235d6262..5a2f942e82 100644
--- a/package/speex/speex.hash
+++ b/package/speex/speex.hash
@@ -1,6 +1,4 @@
 # From https://downloads.xiph.org/releases/speex/SHA256SUMS.txt
-sha256 eaae8af0ac742dc7d542c9439ac72f1f385ce838392dc849cae4536af9210094  speex-1.2.0.tar.gz
-# From https://downloads.xiph.org/releases/speex/MD5SUMS
-md5 8ab7bb2589110dfaf0ed7fa7757dc49c  speex-1.2.0.tar.gz
+sha256  4b44d4f2b38a370a2d98a78329fefc56a0cf93d1c1be70029217baae6628feea  speex-1.2.1.tar.gz
 # Locally computed
-sha256 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f  COPYING
+sha256  2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01  COPYING
diff --git a/package/speex/speex.mk b/package/speex/speex.mk
index 674be78ff8..6d61e93833 100644
--- a/package/speex/speex.mk
+++ b/package/speex/speex.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SPEEX_VERSION = 1.2.0
+SPEEX_VERSION = 1.2.1
 SPEEX_SITE = https://downloads.xiph.org/releases/speex
 SPEEX_LICENSE = BSD-3-Clause
 SPEEX_LICENSE_FILES = COPYING
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 2/2] package/speexdsp: bump to version 1.2.1
  2022-06-26 19:49 [Buildroot] [PATCH 1/2] package/speex: bump to version 1.2.1 Fabrice Fontaine
@ 2022-06-26 19:49 ` Fabrice Fontaine
  2022-06-27 20:39   ` Peter Korsgaard
  2022-06-27 20:39 ` [Buildroot] [PATCH 1/2] package/speex: " Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Fabrice Fontaine @ 2022-06-26 19:49 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

- 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@gmail.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))
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH 1/2] package/speex: bump to version 1.2.1
  2022-06-26 19:49 [Buildroot] [PATCH 1/2] package/speex: bump to version 1.2.1 Fabrice Fontaine
  2022-06-26 19:49 ` [Buildroot] [PATCH 2/2] package/speexdsp: " Fabrice Fontaine
@ 2022-06-27 20:39 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2022-06-27 20:39 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > - Update COPYING hash (trailing white space removed:
 >   https://gitlab.xiph.org/xiph/speex/-/commit/1e64d72bbfd86695eb72e2c122506e071894cb1a)
 > - Update indentation in hash file (two spaces)

 > https://gitlab.xiph.org/xiph/speex/-/tags/Speex-1.2.1

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH 2/2] package/speexdsp: bump to version 1.2.1
  2022-06-26 19:49 ` [Buildroot] [PATCH 2/2] package/speexdsp: " Fabrice Fontaine
@ 2022-06-27 20:39   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2022-06-27 20:39 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > - 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@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-06-27 20:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-26 19:49 [Buildroot] [PATCH 1/2] package/speex: bump to version 1.2.1 Fabrice Fontaine
2022-06-26 19:49 ` [Buildroot] [PATCH 2/2] package/speexdsp: " Fabrice Fontaine
2022-06-27 20:39   ` Peter Korsgaard
2022-06-27 20:39 ` [Buildroot] [PATCH 1/2] package/speex: " Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox