+++ /dev/null
-# install common
-install(DIRECTORY ${CMAKE_BINARY_DIR}/examples/ DESTINATION lib/${CMAKE_LIBRARY_ARCHITECTURE}/whisper.cpp/common FILES_MATCHING PATTERN "libcommon*.a" )
-install(DIRECTORY ${CMAKE_SOURCE_DIR}/examples/ DESTINATION include/whisper.cpp/common FILES_MATCHING PATTERN "common*.h" )
-
Description: Inference of Whisper in pure C/C++ (development files)
Development files for using whisper.cpp as a shared library
in applications.
-
-Package: whisper-cpp-dev
-Section: libdevel
-Architecture: any
-Depends: ${misc:Depends},
- libwhisper1-dev (= ${binary:Version})
-Description: Inference of Whisper in pure C/C++ (common static library)
- Development files and static libraries of the used to build the tools.
- These components speeds up the development but are likely to have less
- stable APIs.
dh_auto_configure -- \
-DCMAKE_LIBRARY_ARCHITECTURE="$(DEB_HOST_MULTIARCH)" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
- -DCMAKE_PROJECT_whisper.cpp_INCLUDE=debian/cmake/debian-whisper.cpp.cmake \
\
-DBUILD_SHARED_LIBS=ON \
-DWHISPER_USE_SYSTEM_GGML=ON \
+++ /dev/null
-/usr/include/whisper.cpp/common/*.h
-/usr/lib/*/whisper.cpp/common/libcommon.a
-/usr/lib/*/whisper.cpp/common/libcommon-sdl.a