* updated maddy (0.7.1 -> 0.8.1), untested
[t2sde.git] / package / contrib / whisper-cpp / whisper-cpp.desc
bloba5785ab233040d8a64eda087a7267cccdcc22386
1 [COPY] --- T2-COPYRIGHT-BEGIN ---
2 [COPY] t2/package/*/whisper-cpp/whisper-cpp.desc
3 [COPY] Copyright (C) 2025 The T2 SDE Project
4 [COPY] SPDX-License-Identifier: GPL-2.0
5 [COPY] --- T2-COPYRIGHT-END ---
7 [I] Automatic speech recognition
9 [T] High-performance inference of OpenAI's Whisper automatic speech recognition
10 [T] (ASR) model.
12 [U] https://github.com/ggerganov/whisper.cpp
14 [A] whisper-cpp Authors
15 [M] The T2 Project <t2@t2-project.org>
17 [C] extra/development
19 [L] MIT
20 [V] 1.7.4
21 [S] Stable
22 [P] X -----5---9 700.000
24 [O] prefix=opt/whisper-cpp makeinstopt=
25 [O] pkginstalled libsdl2 && var_append cmakeopt " " "-DWHISPER_SDL2=ON"
26 [O] var_append cmakeopt " " "-DWHISPER_CURL=ON"
27 [O] hook_add postmake 5 "mkdir -p $root/$prefix; cp -rfv {build/bin,build/examples,models,grammars,samples,scripts} $root/$prefix"
28 [O] hook_add postmake 5 "cp -fv build/{src/libwhisper*,ggml/src/libggml*} $root$libdir"
30 [D] 6667f0f7f163497e8cca8dd3f3efb17ed6b480516b595d4bc9060471 whisper-cpp-1.7.4.tar.gz https://github.com/ggerganov/whisper.cpp/archive/refs/tags/v1.7.4/