From: Mathieu Laparie <matf@disr.it>
To: 72180@debbugs.gnu.org
Cc: Mathieu Laparie <mathieu.laparie@inrae.fr>
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 [thread overview]
Message-ID: <20240718175803.15719-1-matf@disr.it> (raw)
In-Reply-To: <20240718175531.14620-1-matf@disr.it>
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
next prev parent reply other threads:[~2024-07-18 17:59 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-18 17:55 [bug#72180] [PATCH 0/2] gnu: mpv: Update to 0.38.0 and include sixel support Mathieu Laparie
2024-07-18 17:57 ` [bug#72180] [PATCH 1/2] gnu: libplacebo: Update to 7.349.0 Mathieu Laparie
2024-07-18 17:58 ` Mathieu Laparie [this message]
2024-07-19 15:55 ` [bug#72180] [PATCH 0/2] gnu: mpv: Update to 0.38.0 and include sixel support Z572 via Guix-patches via
2024-07-19 15:55 ` Z572 via Guix-patches via
2024-09-05 20:24 ` bug#72180: " Nicolas Goaziou via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240718175803.15719-1-matf@disr.it \
--to=matf@disr.it \
--cc=72180@debbugs.gnu.org \
--cc=mathieu.laparie@inrae.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.