]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
Disable ffmpeg support in Debian package until licensing is clarified
authorMathieu Baudier <redacted>
Wed, 22 Jan 2025 12:23:44 +0000 (13:23 +0100)
committerMathieu Baudier <redacted>
Wed, 22 Jan 2025 12:23:44 +0000 (13:23 +0100)
debian/control
debian/rules

index 9796d040d146b7840ee170f835d7aaa48389ddd8..eac612c282303ae815e61d55f4dbefb1067ca843 100644 (file)
@@ -4,7 +4,6 @@ Priority: optional
 Maintainer: Mathieu Baudier <mbaudier@argeo.org>
 Build-Depends: debhelper-compat (= 13), pkg-config, cmake-data, cmake, cpio, file, git,
        libsdl2-dev, 
-       libswresample-dev, libavcodec-dev, libavformat-dev, libavdevice-dev, libavutil-dev, libavfilter-dev,
        ggml-dev, libggml-cpu, libllama-dev
 Standards-Version: 4.5.1
 Homepage: https://github.com/ggerganov/whisper.cpp
@@ -24,8 +23,7 @@ Package: whisper-cpp-cli
 Architecture: any
 Priority: optional
 Depends: ${misc:Depends}, ${shlibs:Depends},
- libwhisper1,
- libswresample4, libavcodec59, libavformat59
+ libwhisper1
 Description: Inference of Whisper in pure C/C++ (CLI)
  Whisper.cpp inference of Whisper in pure C/C++ (CLI).
 
@@ -34,7 +32,6 @@ Architecture: any
 Priority: optional
 Depends: ${misc:Depends}, ${shlibs:Depends},
  libwhisper1,
- libswresample4, libavcodec59, libavformat59,
  libsdl2-2.0-0
 Description: Inference of Whisper in pure C/C++ (stream)
  Whisper.cpp inference of Whisper in pure C/C++ (stream).
index b87096633a92305be13ab73fde1914f53eb33cb1..0bed3d32d0cada62b460637f7ae3e62d14e50693 100755 (executable)
@@ -23,7 +23,7 @@ override_dh_auto_configure:
        -DBUILD_SHARED_LIBS=ON \
        -DWHISPER_BUILD_TESTS=OFF \
        -DWHISPER_BUILD_EXAMPLES=ON \
-       -DWHISPER_FFMPEG=ON \
+       -DWHISPER_FFMPEG=OFF \
        -DWHISPER_SDL2=ON \
 
 override_dh_auto_install: