From: Sergey Matveev Date: Fri, 3 Oct 2025 12:41:40 +0000 (+0300) Subject: Update whisper.cpp X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d8bf3492cd4eaf0baef4a83c0652b46f50f8c0517494089b58356eeca77def24;p=bass.git Update whisper.cpp --- diff --git a/build/distfiles/.gitignore b/build/distfiles/.gitignore index 8f5cce4..8107c02 100644 --- a/build/distfiles/.gitignore +++ b/build/distfiles/.gitignore @@ -261,7 +261,7 @@ /wavpack-5.7.0.tar.xz /webkitgtk-2.34.6.tar.xz /wget-1.25.0.tar.lz -/whisper.cpp-1.7.6.tar.zst +/whisper.cpp-1.8.0.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.7.6.tar.zst.do b/build/distfiles/whisper.cpp-1.8.0.tar.zst.do similarity index 86% rename from build/distfiles/whisper.cpp-1.7.6.tar.zst.do rename to build/distfiles/whisper.cpp-1.8.0.tar.zst.do index 494a02b..23b482c 100644 --- a/build/distfiles/whisper.cpp-1.7.6.tar.zst.do +++ b/build/distfiles/whisper.cpp-1.8.0.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=a8d002cfd879315632a579e73f0148d06959de36 +commit=41fc9dea6a4fe056424be86f61164413903fcff4 git fetch origin $commit >&2 git archive --prefix=${1%.tar.zst}/ $commit | $COMPRESSOR diff --git a/build/skel/misc/whisper.cpp-1.7.6.do b/build/skel/misc/whisper.cpp-1.8.0.do similarity index 100% rename from build/skel/misc/whisper.cpp-1.7.6.do rename to build/skel/misc/whisper.cpp-1.8.0.do