From: Sergey Matveev Date: Wed, 11 Feb 2026 10:16:25 +0000 (+0300) Subject: Update whisper.cpp X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0aae14d8682ba788cfd722443e8ea90b38ef1e95c3db4c7d06499e8f1aa253ad;p=bass.git Update whisper.cpp --- diff --git a/build/distfiles/.gitignore b/build/distfiles/.gitignore index 2be9a9b..ad83ce4 100644 --- a/build/distfiles/.gitignore +++ b/build/distfiles/.gitignore @@ -275,7 +275,7 @@ /wavpack-5.8.1.tar.xz /webkitgtk-2.34.6.tar.xz /wget-1.25.0.tar.lz -/whisper.cpp-1.8.2.tar.zst +/whisper.cpp-1.8.3.tar.zst /whisper.cpp.git/ /wireshark-4.2.5.tar.xz /x264-2024-05-12.tar.zst diff --git a/build/distfiles/whisper.cpp-1.8.2.tar.zst.do b/build/distfiles/whisper.cpp-1.8.3.tar.zst.do similarity index 86% rename from build/distfiles/whisper.cpp-1.8.2.tar.zst.do rename to build/distfiles/whisper.cpp-1.8.3.tar.zst.do index a281791..02074b2 100644 --- a/build/distfiles/whisper.cpp-1.8.2.tar.zst.do +++ b/build/distfiles/whisper.cpp-1.8.3.tar.zst.do @@ -2,6 +2,6 @@ sname=$1.do . "$BASS_ROOT"/lib/rc [ -d whisper.cpp.git ] || git clone --depth 1 --bare https://github.com/ggerganov/whisper.cpp >&2 cd whisper.cpp.git -commit=4979e04f5dcaccb36057e059bbaed8a2f5288315 +commit=2eeeba56e9edd762b4b38467bab96c2517163158 git fetch origin $commit >&2 git archive --prefix=${1%.tar.zst}/ $commit | $COMPRESSOR diff --git a/build/skel/misc/whisper.cpp-1.8.2.do b/build/skel/misc/whisper.cpp-1.8.3.do similarity index 100% rename from build/skel/misc/whisper.cpp-1.8.2.do rename to build/skel/misc/whisper.cpp-1.8.3.do