+whisper.cpp (1.8.2-2) unstable; urgency=medium
+
+ * Adapt to breaking changes in ggml v0.9.5
+ * Remove load ggml backends patch
+
+ -- Mathieu Baudier <mbaudier@argeo.org> Sat, 03 Jan 2026 11:03:29 +0000
+
whisper.cpp (1.8.2-1) unstable; urgency=medium
* Update upstream
--- /dev/null
+# Workaround for GGML macro removed between v0.9.4 and v0.9.5
+# until whisper.cpp is updated from v1.8.2
+add_compile_definitions(GGML_KQ_MASK_PAD=64)
+++ /dev/null
-From: Mathieu Baudier <mbaudier@argeo.org>
-Date: Tue, 11 Mar 2025 16:22:18 +0100
-Subject: load-ggml-backends-cli
-
----
- examples/cli/cli.cpp | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/examples/cli/cli.cpp b/examples/cli/cli.cpp
-index 9a54742..624eac5 100644
---- a/examples/cli/cli.cpp
-+++ b/examples/cli/cli.cpp
-@@ -928,6 +928,9 @@ int main(int argc, char ** argv) {
- SetConsoleOutputCP(CP_UTF8);
- #endif
-
-+ // make sure GGML backends are loaded
-+ ggml_backend_load_all();
-+
- whisper_params params;
-
- // If the only argument starts with "@", read arguments line-by-line
override_dh_auto_configure:
dh_auto_configure -- \
+ -DCMAKE_PROJECT_whisper.cpp_INCLUDE=debian/cmake/debian-whisper.cpp.cmake \
+ \
-DCMAKE_LIBRARY_ARCHITECTURE="$(DEB_HOST_MULTIARCH)" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
\