GNU bug report logs -
#72180
[PATCH 0/2] gnu: mpv: Update to 0.38.0 and include sixel support.
Previous Next
Reported by: Mathieu Laparie <matf <at> disr.it>
Date: Thu, 18 Jul 2024 17:56:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
From: Mathieu Laparie <mathieu.laparie <at> 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
This bug report was last modified 256 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.