File tree Expand file tree Collapse file tree 4 files changed +34
-0
lines changed Expand file tree Collapse file tree 4 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 849849 SUBDIR += volumeicon
850850 SUBDIR += vorbis-tools
851851 SUBDIR += vorbisgain
852+ SUBDIR += vosk-api
852853 SUBDIR += vsound
853854 SUBDIR += vst3sdk
854855 SUBDIR += waon
Original file line number Diff line number Diff line change 1+ PORTNAME = vosk-api
2+ DISTVERSIONPREFIX = v
3+ DISTVERSION = 0.3.45-20231214
4+ CATEGORIES = audio # machine-learning
5+
6+ MAINTAINER = yuri@FreeBSD.org
7+ COMMENT = Vosk: Offline open source speech recognition toolkit (API)
8+ WWW = https://alphacephei.com/vosk/
9+
10+ LICENSE = APACHE20
11+ LICENSE_FILE = ${WRKSRC}/COPYING
12+
13+ LIB_DEPENDS = libfst.so:math/openfst-vosk \
14+ libkaldi-base.so:audio/kaldi-vosk
15+
16+ USES = cmake compiler:c++17-lang localbase:ldflags
17+ USE_LDCONFIG = yes
18+
19+ USE_GITHUB = yes
20+ GH_ACCOUNT = alphacep
21+ GH_TAGNAME = aba8497
22+
23+ CMAKE_ON = BUILD_SHARED_LIBS
24+
25+ PLIST_FILES = include/vosk_api.h \
26+ lib/libvosk.so
27+
28+ .include <bsd.port.mk>
Original file line number Diff line number Diff line change 1+ TIMESTAMP = 1702708668
2+ SHA256 (alphacep-vosk-api-v0.3.45-20231214-aba8497_GH0.tar.gz) = 347bb5f0ec72c8f07dcd80ca4ebec76946845116f085328e016fd46ad3adce82
3+ SIZE (alphacep-vosk-api-v0.3.45-20231214-aba8497_GH0.tar.gz) = 660047
Original file line number Diff line number Diff line change 1+ Kaldi is a toolkit for speech recognition, intended for use by speech
2+ recognition researchers and professionals.
You can’t perform that action at this time.
0 commit comments