diff options
| author | Sergey Trofimov <sarg@sarg.org.ru> | 2025-12-23 13:59:32 +0100 |
|---|---|---|
| committer | Ian Eure <ian@retrospec.tv> | 2025-12-25 09:30:11 -0800 |
| commit | 82f286efb989f625da5975bc829ba08ed5d14cfa (patch) | |
| tree | b19684533a39ea80b658bd730763c648decbc4b7 /gnu/packages/video.scm | |
| parent | e21d6a3401abf8a2f349c4711c95e164634aed8d (diff) | |
gnu: mpv: Update to 0.41.0.
* gnu/packages/video.scm (mpv): Update to 0.41.0.
* gnu/packages/patches/mpv-0.40.0-fix-ffmpeg-8.0.patch: Remove.
* gnu/packages/patches/mpv-0.40.0-fix-wayland-cpu-usage.patch: Remove.
* gnu/local.mk: Remove obsolete patches.
Change-Id: I03d942a910fc42f1fba602bc3fa98cbb8a73f44e
Signed-off-by: Ian Eure <ian@retrospec.tv>
Diffstat (limited to 'gnu/packages/video.scm')
| -rw-r--r-- | gnu/packages/video.scm | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 69089f61198..dbda7468e68 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2732,7 +2732,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.") (define-public mpv (package (name "mpv") - (version "0.40.0") + (version "0.41.0") (source (origin (method git-fetch) (uri (git-reference @@ -2740,11 +2740,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0w0qk61ll0mddbkiwavqfx048sacyvp6fwglms58ypw869rh7iy7")) - (patches - (search-patches - "mpv-0.40.0-fix-ffmpeg-8.0.patch" - "mpv-0.40.0-fix-wayland-cpu-usage.patch")))) + (base32 "1myphqbzr4xynhzmc9ic34mqwb2yc0v37xh8js517sy4ydzam5c0")))) (build-system meson-build-system) (arguments (list |
