diff options
| -rw-r--r-- | gnu/packages/video.scm | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 81dc9cac9f6..6225378d2c1 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm | |||
| @@ -1988,15 +1988,14 @@ audio/video codec library.") | |||
| 1988 | (define-public ffmpeg-6 | 1988 | (define-public ffmpeg-6 |
| 1989 | (package | 1989 | (package |
| 1990 | (inherit ffmpeg) | 1990 | (inherit ffmpeg) |
| 1991 | (version "6.1.5") | 1991 | (version "6.1.6") |
| 1992 | (replacement ffmpeg-6.1.6) | ||
| 1993 | (source | 1992 | (source |
| 1994 | (origin | 1993 | (origin |
| 1995 | (method url-fetch) | 1994 | (method url-fetch) |
| 1996 | (uri (string-append "https://ffmpeg.org/releases/ffmpeg-" version | 1995 | (uri (string-append "https://ffmpeg.org/releases/ffmpeg-" version |
| 1997 | ".tar.xz")) | 1996 | ".tar.xz")) |
| 1998 | (sha256 | 1997 | (sha256 |
| 1999 | (base32 "04ll214qrdbjy7j945l9ca0v0jwxva8vzndibdha6ljl3zdykyq5")) | 1998 | (base32 "02ip0zsghyz09p0jv8ayqxrnkb3awirarh4jbppbxlwd09jb3z6l")) |
| 2000 | (patches (search-patches | 1999 | (patches (search-patches |
| 2001 | "ffmpeg-add-av_stream_get_first_dts-for-chromium.patch")))) | 2000 | "ffmpeg-add-av_stream_get_first_dts-for-chromium.patch")))) |
| 2002 | (arguments | 2001 | (arguments |
| @@ -2012,20 +2011,6 @@ audio/video codec library.") | |||
| 2012 | " -Wno-error=int-conversion"))))))) | 2011 | " -Wno-error=int-conversion"))))))) |
| 2013 | (package-arguments ffmpeg))))) | 2012 | (package-arguments ffmpeg))))) |
| 2014 | 2013 | ||
| 2015 | (define-public ffmpeg-6.1.6 | ||
| 2016 | (package | ||
| 2017 | (inherit ffmpeg-6) | ||
| 2018 | (version "6.1.6") | ||
| 2019 | (source | ||
| 2020 | (origin | ||
| 2021 | (method url-fetch) | ||
| 2022 | (uri (string-append "https://ffmpeg.org/releases/ffmpeg-" version | ||
| 2023 | ".tar.xz")) | ||
| 2024 | (sha256 | ||
| 2025 | (base32 "02ip0zsghyz09p0jv8ayqxrnkb3awirarh4jbppbxlwd09jb3z6l")) | ||
| 2026 | (patches (search-patches | ||
| 2027 | "ffmpeg-add-av_stream_get_first_dts-for-chromium.patch")))))) | ||
| 2028 | |||
| 2029 | (define-public ffmpeg-5 | 2014 | (define-public ffmpeg-5 |
| 2030 | (package | 2015 | (package |
| 2031 | (inherit ffmpeg-6) | 2016 | (inherit ffmpeg-6) |
