mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: ccextractor: Fix build.
* gnu/packages/gstreamer.scm (ccextractor)[inputs]: Replace ffmpeg by ffmpeg-6. Change-Id: I36b1009e98a6e3e8acbd4866f8a66bec24b2bdaa
This commit is contained in:
parent
6deac6fc48
commit
770d214f03
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ module for the DMA capture of the video flow.")
|
|||
;; to validate there are no obvious problems.
|
||||
(invoke "./ccextractor" "--help")))))))
|
||||
(native-inputs (list autoconf-2.72 automake pkg-config))
|
||||
(inputs (list ffmpeg gpac leptonica tesseract-ocr))
|
||||
(inputs (list ffmpeg-6 gpac leptonica tesseract-ocr))
|
||||
(synopsis "Closed Caption Extractor")
|
||||
(description "CCExtractor is a tool that analyzes video files and produces
|
||||
independent subtitle files from the closed captions data. It is portable, small,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue