[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72180] [PATCH 2/2] gnu: mpv: Update to 0.38.0, include sixel su
From: |
Mathieu Laparie |
Subject: |
[bug#72180] [PATCH 2/2] gnu: mpv: Update to 0.38.0, include sixel support. |
Date: |
Thu, 18 Jul 2024 19:58:03 +0200 |
From: Mathieu Laparie <mathieu.laparie@inrae.fr>
* gnu/packages/video.scm (mpv): Update to 0.38.0, include sixel support.
[inputs] Add gdk-pixbuf, libsixel.
---
gnu/packages/video.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index c7470284dc..3a715cce6a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2618,7 +2618,7 @@ (define-public mplayer
(define-public mpv
(package
(name "mpv")
- (version "0.37.0")
+ (version "0.38.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2626,7 +2626,7 @@ (define-public mpv
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32
"1xcyfpd543lbmg587wi0mahrz8vhyrlr4432054vp6wsi3s36c4b"))))
+ (base32
"11l8b9cka81xwrcc148g6avj7jcz8khz3h3xpyadm5265afa6mkl"))))
(build-system meson-build-system)
(arguments
(list
@@ -2658,9 +2658,11 @@ (define-public mpv
;; Missing features: libguess, V4L2.
(inputs
(list enca
+ gdk-pixbuf
ladspa
lcms
libbs2b
+ libsixel
mpg123
rsound
vulkan-headers
--
2.45.2