+whisper.cpp (1.8.4-1) unstable; urgency=medium
+
+ * Update upstream
+
+ -- Mathieu Baudier <mbaudier@argeo.org> Fri, 03 Apr 2026 12:51:50 +0000
+
whisper.cpp (1.8.3+155-1) unstable; urgency=medium
* Update upstream to commit 364c77f
# Conflicts:
# examples/talk-llama/CMakeLists.txt
+# Conflicts:
+# examples/talk-llama/CMakeLists.txt
+
# Conflicts:
# examples/talk-llama/CMakeLists.txt
---
- examples/talk-llama/CMakeLists.txt | 37 ++++---------------------------------
- 1 file changed, 4 insertions(+), 33 deletions(-)
+ examples/talk-llama/CMakeLists.txt | 38 ++++----------------------------------
+ 1 file changed, 4 insertions(+), 34 deletions(-)
diff --git a/examples/talk-llama/CMakeLists.txt b/examples/talk-llama/CMakeLists.txt
-index 549842a..f86a338 100644
+index 1adeef8..e247de8 100644
--- a/examples/talk-llama/CMakeLists.txt
+++ b/examples/talk-llama/CMakeLists.txt
-@@ -2,42 +2,13 @@ if (WHISPER_SDL2)
+@@ -2,42 +2,12 @@ if (WHISPER_SDL2)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
- unicode.cpp
- unicode-data.cpp
- ${SRC_MODELS})
+- target_include_directories(${TARGET} PRIVATE . ${SDL2_INCLUDE_DIRS})
+ add_executable(${TARGET} talk-llama.cpp)
- target_include_directories(${TARGET} PRIVATE ${SDL2_INCLUDE_DIRS})
++ target_include_directories(${TARGET} PRIVATE ${SDL2_INCLUDE_DIRS})
- target_link_libraries(${TARGET} PRIVATE common common-sdl whisper ${SDL2_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})
- install(TARGETS ${TARGET} RUNTIME)
+ target_link_libraries(${TARGET} PRIVATE common common-sdl whisper llama ${SDL2_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})
-+
+ install(TARGETS ${TARGET} RUNTIME)
if(WIN32)