Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 999 Bytes

File metadata and controls

26 lines (20 loc) · 999 Bytes

Upstream Sources

This repo intentionally does not vendor full upstream source trees. Rebuilds are expected to restore the needed upstream checkouts separately.

Core Upstreams

  • FFmpeg
    • upstream: https://github.com/FFmpeg/FFmpeg.git
    • expected checkout path: /home/comrade/src/FFmpeg-master
  • whisper.cpp
    • upstream: https://github.com/ggml-org/whisper.cpp.git
    • expected checkout path: /home/comrade/src/whisper.cpp
  • mpv
  • VLC

Why This Is Split

  • The custom logic lives here.
  • The large upstream histories stay upstream.
  • The rebuilt binaries stay local.

That keeps the repo publishable while still preserving the exact build intent and verification trail.