vosk-api: update to 0.3.45.

This commit is contained in:
John Gebbie 2023-02-05 12:10:37 +00:00 committed by Michal Vasilek
parent b4056ef1fb
commit c4905eaecc
2 changed files with 5 additions and 5 deletions

View File

@ -4211,7 +4211,7 @@ libtracecmd.so.1 libtracecmd-3.1.2_1
libkshark.so.2 libkshark-2.1.1_1
libcpp-hocon.so.0.3.0 cpp-hocon-0.3.0_5
libfst.so.25 openfst-1.8.2_1
libvosk.so vosk-api-0.3.43_1
libvosk.so vosk-api-0.3.45_1
libdspy-1.so.1 d-spy-1.4.0_1
libpanel-1.so.1 libpanel-1.0.1_1
libqrtr.so.1 qrtr-ns-1.0_1

View File

@ -1,12 +1,12 @@
# Template file for 'vosk-api'
pkgname=vosk-api
version=0.3.43
version=0.3.45
revision=1
create_wrksrc=yes
build_wrksrc="vosk-api-${version}/src"
# Vosk is built with their own vendored version of Kaldi which has no releases
# of its own, so the commit must be determined by the date of the vosk release.
_kaldi_commit=ecb4b47159501ef0d67888633e65b8fc0c1f79d1
_kaldi_commit=93ef0019b847272a239fbb485ef97f29feb1d587
build_style=gnu-makefile
make_use_env=yes
make_build_args="KALDI_ROOT=../../kaldi HAVE_OPENBLAS_NO_F2C=1 HAVE_OPENBLAS_CLAPACK=0"
@ -18,8 +18,8 @@ homepage="https://alphacephei.com/vosk"
distfiles="https://github.com/alphacep/vosk-api/archive/v${version}/vosk-api-${version}.tar.gz
https://github.com/alphacep/kaldi/archive/${_kaldi_commit}.tar.gz
https://alphacephei.com/vosk/models/vosk-model-small-en-us-0.15.zip"
checksum="50fa82bfbfe3fc5be868237c84ac180eb55da0b65b1803bf022899673afda024
39cadd5a351a5513e3e4e1f71ac4b4f018a592a856a55f1d32c159e22e799f64
checksum="930fb9cfa6c1b3035d3730feee7d670fb893caa0c71bd2159ee7623102674c26
f47a996af546884a8e1cb961323b796c5c238c1bbeabaf657bb300b760e431b2
30f26242c4eb449f948e42cb302dd7a686cb29a3423a8367f99ff41780942498"
shlib_provides="libvosk.so"
patch_args="-Np1 -d ${pkgname}-${version}"