From 770d214f030302b67c2f327a9e9fd36feaacff87 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Wed, 19 Nov 2025 11:30:54 +0100 Subject: [PATCH] gnu: ccextractor: Fix build. * gnu/packages/gstreamer.scm (ccextractor)[inputs]: Replace ffmpeg by ffmpeg-6. Change-Id: I36b1009e98a6e3e8acbd4866f8a66bec24b2bdaa --- gnu/packages/gstreamer.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 1e204f9a03e..c359ef52106 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -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,