From f0ebeaf888241f3bb6b8e3e177c1ac097c38de33 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Tue, 7 Apr 2026 10:50:00 +0200 Subject: [PATCH] package/sphinxbase: remove package The upstream github repo https://github.com/cmusphinx/sphinxbase "was archived by the owner on Jun 9, 2022." Remove an unmaintained package which also causes build errors due to changes to a released tarball. Jonathan Ben-Avraham answered by email, which maybe is still sitting in a queue on the buildroot mailinglist, on Feb, 21st, 2026: "I was the package submitter. Please remove the package." Fixes: https://autobuild.buildroot.net/results/b45/b45eebbcc86f33741053bb6f9b89e16c7041c470/ Signed-off-by: Bernd Kuhls Cc: Jonathan Ben Avraham Signed-off-by: Arnout Vandecappelle --- Config.in.legacy | 7 +++++++ DEVELOPERS | 1 - package/Config.in | 1 - package/sphinxbase/Config.in | 13 ------------- package/sphinxbase/sphinxbase.hash | 3 --- package/sphinxbase/sphinxbase.mk | 19 ------------------- 6 files changed, 7 insertions(+), 37 deletions(-) delete mode 100644 package/sphinxbase/Config.in delete mode 100644 package/sphinxbase/sphinxbase.hash delete mode 100644 package/sphinxbase/sphinxbase.mk diff --git a/Config.in.legacy b/Config.in.legacy index 64112f97c5..d13d4ee88f 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -146,6 +146,13 @@ endif comment "Legacy options removed in 2026.05" +config BR2_PACKAGE_SPHINXBASE + bool "sphinxbase removed" + select BR2_LEGACY + help + sphinxbase was no longer maintained upstream, so it has + been dropped. + config BR2_PACKAGE_OPENSWAN bool "openswan removed" select BR2_LEGACY diff --git a/DEVELOPERS b/DEVELOPERS index 6fd01545c5..f2548f676b 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -1740,7 +1740,6 @@ F: package/dawgdic/ F: package/libphidget/ F: package/phidgetwebservice/ F: package/rapidxml/ -F: package/sphinxbase/ N: Joris Offouga F: package/python-colorlog/ diff --git a/package/Config.in b/package/Config.in index 774f77c106..3e330b2fcf 100644 --- a/package/Config.in +++ b/package/Config.in @@ -2278,7 +2278,6 @@ endif source "package/ruy/Config.in" source "package/shapelib/Config.in" source "package/skalibs/Config.in" - source "package/sphinxbase/Config.in" source "package/startup-notification/Config.in" source "package/tbb/Config.in" source "package/tensorflow-lite/Config.in" diff --git a/package/sphinxbase/Config.in b/package/sphinxbase/Config.in deleted file mode 100644 index 00a19f6178..0000000000 --- a/package/sphinxbase/Config.in +++ /dev/null @@ -1,13 +0,0 @@ -config BR2_PACKAGE_SPHINXBASE - bool "sphinxbase" - depends on BR2_TOOLCHAIN_HAS_THREADS - help - CMUSphinx toolkit is a leading speech recognition toolkit - with various tools used to build speech applications. CMU - Sphinx toolkit has a number of packages for different tasks - and applications. - - http://cmusphinx.sourceforge.net/ - -comment "sphinxbase needs a toolchain with threads" - depends on !BR2_TOOLCHAIN_HAS_THREADS diff --git a/package/sphinxbase/sphinxbase.hash b/package/sphinxbase/sphinxbase.hash deleted file mode 100644 index 433fba685d..0000000000 --- a/package/sphinxbase/sphinxbase.hash +++ /dev/null @@ -1,3 +0,0 @@ -# Locally computed -sha256 06971dbe272d2f73bde0ef7b3538c0c8f8ea885cb171fd6b17a5975bced66e64 sphinxbase-5prealpha.tar.gz -sha256 26f12e0152a5d58c69904e439761a1b2fbb9267b5f04674dbf93667e3e6dd043 src/libsphinxbase/util/bio.c diff --git a/package/sphinxbase/sphinxbase.mk b/package/sphinxbase/sphinxbase.mk deleted file mode 100644 index 86f9089b48..0000000000 --- a/package/sphinxbase/sphinxbase.mk +++ /dev/null @@ -1,19 +0,0 @@ -################################################################################ -# -# sphinxbase -# -################################################################################ - -SPHINXBASE_VERSION = 5prealpha -SPHINXBASE_SITE = http://downloads.sourceforge.net/project/cmusphinx/sphinxbase/5prealpha -SPHINXBASE_LICENSE = BSD-2-Clause -# Note http://sourceforge.net/p/cmusphinx/bugs/441/ "LICENSE file missing in" -# 5prealpha tarballs". The license is contained in the copyright notice at the -# top of each source file. For example: -SPHINXBASE_LICENSE_FILES = src/libsphinxbase/util/bio.c - -SPHINXBASE_DEPENDENCIES = host-bison - -SPHINXBASE_CONF_OPTS = --without-python --without-lapack - -$(eval $(autotools-package))