summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2025-09-30 21:18:34 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2025-09-30 21:46:58 +0900
commitc4ea9502f3d0839bdbee0084298ddeb9dc63ec87 (patch)
tree3e117fce8f1fc4a923ebf4c95690db0c66dd219d /gnu
parentfde896b7f353d509ec8c3ad03b0f5ab8b73909c6 (diff)
gnu: ffmpeg-5: Restore inheritance from ffmpeg-6.
This was inadvertently changed in the ffmpeg 8 update, probably as wrongly resolved conflict. * gnu/packages/video.scm (ffmpeg-5): Inherit from ffmpeg-6. Adjust other references to ffmpeg-6. Fixes: #3141 Change-Id: I075b238fe93ba93de093d178b3b518fee1fa5711
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/video.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 8e2f429df11..c19dfce9a76 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1902,7 +1902,7 @@ audio/video codec library.")
(define-public ffmpeg-5
(package
- (inherit ffmpeg)
+ (inherit ffmpeg-6)
(version "5.1.6")
(source (origin
(method url-fetch)
@@ -1912,7 +1912,7 @@ audio/video codec library.")
(base32
"1g8116rp4fgq82br8lclb2dmw3fvyh2zkzhnngm7z97pg1i0dypl"))))
(arguments
- (substitute-keyword-arguments (package-arguments ffmpeg)
+ (substitute-keyword-arguments (package-arguments ffmpeg-6)
((#:modules modules %default-gnu-modules)
`((srfi srfi-1) ,@modules))
((#:phases phases)
@@ -1926,7 +1926,7 @@ audio/video codec library.")
phases))
((#:configure-flags flags ''())
#~(fold delete #$flags '("--enable-libplacebo")))))
- (inputs (modify-inputs (package-inputs ffmpeg)
+ (inputs (modify-inputs (package-inputs ffmpeg-6)
(delete "libplacebo")))))
(define-public ffmpeg-4