GNU bug report logs - #57125
[PATCH] gnu: Add mpv-libplacebo.

Previous Next

Package: guix-patches;

Reported by: Milkey Mouse <milkeymouse <at> meme.institute>

Date: Wed, 10 Aug 2022 19:23:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Milkey Mouse <milkeymouse <at> meme.institute>
To: 57125 <at> debbugs.gnu.org
Subject: [bug#57125] [PATCH] gnu: Add mpv-libplacebo.
Date: Wed, 10 Aug 2022 12:22:09 -0700
* gnu/packages/video.scm (mpv-libplacebo): New variable.
---
 gnu/packages/video.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index d5dc59ddff..313ac94784 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2307,6 +2307,19 @@ (define-public gallery-dl
 (define-public gnome-mpv
   (deprecated-package "gnome-mpv" celluloid))
 
+(define-public mpv-libplacebo
+  (package
+    (inherit mpv)
+    (name "mpv-libplacebo")
+    (inputs (append `(("libepoxy" ,libepoxy)
+                      ("libplacebo" ,libplacebo))
+                    (package-inputs mpv)))
+    (arguments
+     (substitute-keyword-arguments (package-arguments mpv)
+       ((#:configure-flags flags)
+        (append flags
+                `("--enable-shaderc" "--enable-libplacebo" "--enable-vulkan")))))))
+
 (define-public mpv-mpris
   (package
     (name "mpv-mpris")
-- 
2.37.1





This bug report was last modified 3 years and 3 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.