guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 323babaa18966d67e54a6db7f42f03875ef847ad
Author: Andreas Enge <[email protected]>
AuthorDate: Sun Sep 28 12:59:09 2025 +0200
gnu: Remove ffmpeg-for-friction.
* gnu/packages/video.scm (ffmpeg-for-friction): Delete variable.
Change-Id: Ibab9be11e1b2e079b23114cded903c7920f41db9
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/video.scm | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index f0f23e6f8d..865bdfc9d8 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1968,32 +1968,6 @@ audio/video codec library.")
" -Wno-error=int-conversion ")))))))))
(inputs '()))))
-(define-public ffmpeg-for-friction
- (package
- (inherit ffmpeg-4)
- (version "4.2.10")
- (source (origin
- (method url-fetch)
- (uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
- version ".tar.xz"))
- (sha256
- (base32
- "01jc8ygbazk37wbb7qj24zi9sbfrxrvzhyk527bbas19gxpdrk64"))))
- (arguments
- (substitute-keyword-arguments (package-arguments ffmpeg-4)
- ((#:modules modules %default-gnu-modules)
- `((srfi srfi-1) ,@modules))
- ((#:configure-flags flags ''())
- #~(fold delete #$flags
- '("--enable-avresample"
- "--enable-libaom"
- "--enable-libdav1d"
- "--enable-librav1e"
- "--enable-libsrt"
- "--enable-libsvtav1")))))
- (inputs (modify-inputs (package-inputs ffmpeg-4)
- (delete "dav1d" "libaom" "rav1e" "srt")))))
-
;;; Custom ffmpeg package used by Jami, which incorporates custom patches.
(define-public ffmpeg-jami
(package