From e342840989ceb7a6efe56ae29bc8caf00c873bca Mon Sep 17 00:00:00 2001 From: 宋文武 Date: Mon, 29 Sep 2025 15:33:37 +0800 Subject: gnu: ffmpeg-4: Update to 4.4.6. * gnu/packages/video.scm (ffmpeg-4): Update to 4.4.6. [inputs]: Use sdl2 instead of sdl2-2.0. Change-Id: I6cf85d0222fbd68ddad79b7db3d557e319d08abb --- gnu/packages/video.scm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 865bdfc9d84..91874ef42fe 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1915,16 +1915,14 @@ audio/video codec library.") (define-public ffmpeg-4 (package (inherit ffmpeg-5) - (version "4.4.5") + (version "4.4.6") (source (origin (method url-fetch) (uri (string-append "https://ffmpeg.org/releases/ffmpeg-" version ".tar.xz")) (sha256 (base32 - "01xb2vj4n52fv2y56n5ifirgzlg16qbgfg98f6ifbbhm6l6lwlgr")))) - (inputs (modify-inputs (package-inputs ffmpeg) - (replace "sdl2" sdl2-2.0))) + "05q6bpid5hfr9djp6cf3sq8majkjiqnl3v9i2y0an23w8qgld412")))) (arguments (substitute-keyword-arguments (package-arguments ffmpeg-5) ((#:configure-flags flags ''()) -- cgit v1.3