mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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 <bernd@kuhls.net> Cc: Jonathan Ben Avraham <yba@tkos.co.il> Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
d24b251789
commit
f0ebeaf888
@@ -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
|
||||
|
||||
@@ -1740,7 +1740,6 @@ F: package/dawgdic/
|
||||
F: package/libphidget/
|
||||
F: package/phidgetwebservice/
|
||||
F: package/rapidxml/
|
||||
F: package/sphinxbase/
|
||||
|
||||
N: Joris Offouga <offougajoris@gmail.com>
|
||||
F: package/python-colorlog/
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
@@ -1,3 +0,0 @@
|
||||
# Locally computed
|
||||
sha256 06971dbe272d2f73bde0ef7b3538c0c8f8ea885cb171fd6b17a5975bced66e64 sphinxbase-5prealpha.tar.gz
|
||||
sha256 26f12e0152a5d58c69904e439761a1b2fbb9267b5f04674dbf93667e3e6dd043 src/libsphinxbase/util/bio.c
|
||||
@@ -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))
|
||||
Reference in New Issue
Block a user